Mesa (master): i965: Set max texture buffer size to hardware limit

2015-06-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 52e5ad7bf8c731280ca4506b7d38e8c7a8e734b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52e5ad7bf8c731280ca4506b7d38e8c7a8e734b9 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Jun 3 12:11:27 2015 +1200 i965: Set max texture buffer size

Mesa (master): i965/gen6: Upload all the clip viewports

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2a8835d4854a49087fb032a927209dac50dfa827 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a8835d4854a49087fb032a927209dac50dfa827 Author: Chris Forbes chr...@ijw.co.nz Date: Wed May 6 17:34:27 2015 +1200 i965/gen6: Upload all the clip viewports

Mesa (master): i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 5fc23375e80dd2084f30700bdd3216082f662acc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fc23375e80dd2084f30700bdd3216082f662acc Author: Chris Forbes chr...@ijw.co.nz Date: Wed May 6 17:45:11 2015 +1200 i965/gen6: Enable ARB_viewport_array

Mesa (master): i965/gen6: setup limits for ARB_viewport_array

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0374159b0ce3c4634364ca5ab257e305765d4879 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0374159b0ce3c4634364ca5ab257e305765d4879 Author: Chris Forbes chr...@ijw.co.nz Date: Wed May 6 14:43:34 2015 +1200 i965/gen6: setup limits

Mesa (master): i965/gen6: Upload all the SF viewports

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: c41f6252006e9730097b1dab01f6dff1769413de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c41f6252006e9730097b1dab01f6dff1769413de Author: Chris Forbes chr...@ijw.co.nz Date: Wed May 6 17:35:37 2015 +1200 i965/gen6: Upload all the SF viewports

Mesa (master): relnotes: Note support for viewport arrays on i965/Gen6.

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1fcdb2ce794d14545b06640b2316c629a3bde3ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcdb2ce794d14545b06640b2316c629a3bde3ee Author: Chris Forbes chr...@ijw.co.nz Date: Wed May 6 19:05:17 2015 +1200 relnotes: Note support for viewport arrays

Mesa (master): i965/disasm: Mark format() as being printf-style.

2015-03-13 Thread Chris Forbes
Module: Mesa Branch: master Commit: 7c3095d6b71c410fd625ead797c78a0f5376904d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c3095d6b71c410fd625ead797c78a0f5376904d Author: Chris Forbes chr...@ijw.co.nz Date: Sat Mar 14 07:10:10 2015 +1300 i965/disasm: Mark format() as being printf

Mesa (master): i965/disasm: Fix format strings

2015-03-13 Thread Chris Forbes
Module: Mesa Branch: master Commit: 21ff9bfe1cea8c0a51e9f607cc580df62baa3445 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21ff9bfe1cea8c0a51e9f607cc580df62baa3445 Author: Chris Forbes chr...@ijw.co.nz Date: Sat Mar 14 07:10:11 2015 +1300 i965/disasm: Fix format strings Most

Mesa (master): i965/gen4-5: Cope with immutable-format texture revalidation

2015-03-13 Thread Chris Forbes
Module: Mesa Branch: master Commit: f68a973dfb8926ac872b0b0e3b4b5c2163389d06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f68a973dfb8926ac872b0b0e3b4b5c2163389d06 Author: Chris Forbes chr...@ijw.co.nz Date: Mon Dec 8 20:37:00 2014 +1300 i965/gen4-5: Cope with immutable-format

Mesa (master): i965/gs: Check newly-generated GS-out VUE map against correct stage

2015-02-28 Thread Chris Forbes
Module: Mesa Branch: master Commit: b51ff50a767cc78d678ed3d2c25995f5c4194fea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b51ff50a767cc78d678ed3d2c25995f5c4194fea Author: Chris Forbes chr...@ijw.co.nz Date: Sat Feb 28 19:57:20 2015 +1300 i965/gs: Check newly-generated GS-out VUE

Mesa (master): mesa: Make renderbuffer FBO attachments not layered

2015-02-07 Thread Chris Forbes
with GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS, even if no layered attachments were present. Reviewed-by: Chris Forbes chr...@ijw.co.nz Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89026 --- src/mesa/main/fbobject.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/fbobject.c b/src/mesa

Mesa (master): st/mesa: mark constant array of swizzles as static const

2015-02-03 Thread Chris Forbes
of swizzles as static const This saves about 0.5k in the text section for a gallium driver on amd64. Reviewed-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker

Mesa (master): mesa: Add ARB_shader_precision infrastructure

2015-01-18 Thread Chris Forbes
infrastructure Reviewed-by: Ian Romanick ian.d.roman...@intel.com Reviewed-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/glcpp/glcpp-parse.y|3 +++ src/glsl/glsl_parser_extras.cpp |1 + src/glsl/glsl_parser_extras.h |2 ++ src/mapi/glapi/gen/gl_API.xml |6 +- src/mesa

Mesa (master): i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 092c73a7c32b240a26ffeab2ee475f6d590540b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=092c73a7c32b240a26ffeab2ee475f6d590540b2 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Dec 7 10:12:36 2014 +1300 i965: Fix regs read

Mesa (master): i965: Add opcode names for FS interpolation opcodes

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 680f72d6f2259a1dd382a1876a594b407f933278 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=680f72d6f2259a1dd382a1876a594b407f933278 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Dec 7 10:07:16 2014 +1300 i965: Add opcode names for FS interpolation

Mesa (master): i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: ed56c16820aea0e115768d77861fe266380f2595 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed56c16820aea0e115768d77861fe266380f2595 Author: Chris Forbes chr...@ijw.co.nz Date: Fri Dec 5 19:43:13 2014 +1300 i965/Gen6-7: Fix point sprites

Mesa (master): glcpp: Fix `can not` to `cannot` in error message

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 6b0196934509ac76293581f7ca69a3399ffb2e0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b0196934509ac76293581f7ca69a3399ffb2e0a Author: Chris Forbes chr...@ijw.co.nz Date: Sun Dec 7 11:49:28 2014 +1300 glcpp: Fix `can not` to `cannot` in error

Mesa (master): glcpp: Disallow undefining GL_* builtin macros.

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: b49a069bd3c96c8a144bb671863d0757fb421a07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b49a069bd3c96c8a144bb671863d0757fb421a07 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 30 09:54:59 2014 +1300 glcpp: Disallow undefining GL_* builtin

Mesa (master): i965/Gen6-7: Do not replace texcoords with point coord if not drawing points

2014-11-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0008d0e59eff365079323918508ffc87355a6bfd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0008d0e59eff365079323918508ffc87355a6bfd Author: Chris Forbes chr...@ijw.co.nz Date: Tue Nov 25 09:44:19 2014 +1300 i965/Gen6-7: Do not replace texcoords

Mesa (master): i965: Handle nested uniform array indexing

2014-11-24 Thread Chris Forbes
Module: Mesa Branch: master Commit: adefccd12a534f0deac7b78db73693fe1dcef2ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adefccd12a534f0deac7b78db73693fe1dcef2ec Author: Chris Forbes chr...@ijw.co.nz Date: Tue Nov 18 21:15:06 2014 +1300 i965: Handle nested uniform array indexing

Mesa (master): glsl: Generate unique names for each const array lowered to uniforms

2014-11-24 Thread Chris Forbes
Module: Mesa Branch: master Commit: 129178893b2260df22db96327c5ca9c2ce7db046 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=129178893b2260df22db96327c5ca9c2ce7db046 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Nov 18 21:15:05 2014 +1300 glsl: Generate unique names for each const

Mesa (master): mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose

2014-11-24 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2b4fe85f0ea613463b8bba3149183eca97e98e75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b4fe85f0ea613463b8bba3149183eca97e98e75 Author: Chris Forbes chr...@ijw.co.nz Date: Mon Nov 24 21:44:38 2014 +1300 mesa: Fix Get

Mesa (master): mesa: Fix function name in GetActiveUniformName error

2014-11-22 Thread Chris Forbes
Module: Mesa Branch: master Commit: 89b9ef937c11598817e0ec2d20d70b5254d4e406 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89b9ef937c11598817e0ec2d20d70b5254d4e406 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 23 13:31:10 2014 +1300 mesa: Fix function name

Mesa (master): i965: Fix sampler state pointer adjustment for nonconst samplers

2014-11-05 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1ca88aa58217239da84a426c29f05b5b53855951 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ca88aa58217239da84a426c29f05b5b53855951 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Nov 5 06:41:13 2014 +1300 i965: Fix sampler state pointer adjustment

Mesa (master): mesa: Fix order of errors for glDrawTransformFeedbackStream

2014-10-29 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0d5f4960a468947f9862bf5de2a71fce63b50cf7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d5f4960a468947f9862bf5de2a71fce63b50cf7 Author: Chris Forbes chr...@ijw.co.nz Date: Sat Oct 18 21:12:07 2014 +1300 mesa: Fix order of errors

Mesa (master): i965: Dirty state in BO reallocation based on usage history

2014-10-24 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1655f6fc61a2502d8c1fb87344f5e8b25bff8081 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1655f6fc61a2502d8c1fb87344f5e8b25bff8081 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 19:29:25 2014 +1300 i965: Dirty state in BO reallocation based

Mesa (master): meta/msaa-blit: consider weird sample count case unreachable

2014-10-18 Thread Chris Forbes
Module: Mesa Branch: master Commit: 81041c4a4a170e6bb332013085117d3fc67d517b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81041c4a4a170e6bb332013085117d3fc67d517b Author: Chris Forbes chr...@ijw.co.nz Date: Sat Oct 11 18:19:17 2014 +1300 meta/msaa-blit: consider weird sample count

Mesa (master): mesa: Mark buffer objects which are bound as UBOs

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: fe3133fe78a2cfe8a36d1b6a9eb4a9e89f3f59ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe3133fe78a2cfe8a36d1b6a9eb4a9e89f3f59ed Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 19:27:11 2014 +1300 mesa: Mark buffer objects which are bound

Mesa (master): mesa: Mark buffer objects that are used as atomic counter buffers

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 7bd6dfe93401ad6d6ba5018cbe167be8ce29d09d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bd6dfe93401ad6d6ba5018cbe167be8ce29d09d Author: Chris Forbes chr...@ijw.co.nz Date: Sun Oct 12 12:27:31 2014 +1300 mesa: Mark buffer objects that are used

Mesa (master): i965: Add new dirty flag for new TexBOs.

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: be5df289416f7b4b24811722cea8da9a3fe75ee3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be5df289416f7b4b24811722cea8da9a3fe75ee3 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 20:09:17 2014 +1300 i965: Add new dirty flag for new TexBOs

Mesa (master): i965/disasm: Add missing message type for Gen7 DP untyped surface read

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: f1261db1eea0bea739d5d9e6e1f4ef8192431e26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1261db1eea0bea739d5d9e6e1f4ef8192431e26 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Sep 23 22:16:23 2014 +1200 i965/disasm: Add missing message type

Mesa (master): i965: Correctly use ABO count to trigger flagging of new surfaces.

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0dc56600aa0fae509b60da09f57d1f649125be04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dc56600aa0fae509b60da09f57d1f649125be04 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Sep 23 22:16:21 2014 +1200 i965: Correctly use ABO count to trigger

Mesa (master): mesa: Mark buffer objects that are used as TexBOs

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 8db38ba4d2f6dee62009f40208cb11bc6547167f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8db38ba4d2f6dee62009f40208cb11bc6547167f Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 20:04:37 2014 +1300 mesa: Mark buffer objects that are used

Mesa (master): i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: c442745981ff307c7d45db4f059728912cda8220 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c442745981ff307c7d45db4f059728912cda8220 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 21:31:45 2014 +1300 i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER

Mesa (master): i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 25189c72ce49a4af81a270e11f3a987669727406 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25189c72ce49a4af81a270e11f3a987669727406 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 20:38:43 2014 +1300 i965: No longer reemit textures

Mesa (master): mesa: Add usage history bitfield to buffer objects

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 3d989467f1700219b053317e8aafd2965f051273 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d989467f1700219b053317e8aafd2965f051273 Author: Chris Forbes chr...@ijw.co.nz Date: Wed Oct 1 19:19:47 2014 +1300 mesa: Add usage history bitfield to buffer

Mesa (master): i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified

2014-10-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2883aff3becbb5a71b0bd270266e58114c98ef12 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2883aff3becbb5a71b0bd270266e58114c98ef12 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Oct 12 12:28:43 2014 +1300 i965: Flag BRW_ATOMIC_COUNTER_BUFFER when

Mesa (master): i965: Fix typo in comment

2014-10-01 Thread Chris Forbes
Module: Mesa Branch: master Commit: e4e3b0fc0dfbd57e13359ffdd9660128711aaa72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4e3b0fc0dfbd57e13359ffdd9660128711aaa72 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Sep 23 21:27:24 2014 +1200 i965: Fix typo in comment Signed-off

Mesa (master): i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM

2014-09-30 Thread Chris Forbes
Module: Mesa Branch: master Commit: d8c5c4f3e480a6edfd9b4b83c35cee07c70dd421 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8c5c4f3e480a6edfd9b4b83c35cee07c70dd421 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Sep 28 17:07:37 2014 +1300 i965: Fix spelling

Mesa (master): i965/gen6: Enable GL 3.3 and GLSL 3.30

2014-09-19 Thread Chris Forbes
Module: Mesa Branch: master Commit: c4ed6c730f5fab03e19bf009d1ed85da3fd966db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4ed6c730f5fab03e19bf009d1ed85da3fd966db Author: Chris Forbes chr...@ijw.co.nz Date: Sat Sep 20 10:39:37 2014 +1200 i965/gen6: Enable GL 3.3 and GLSL 3.30

Mesa (master): glsl: fix error message for redeclaring gl_PerVertex as output

2014-09-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: b84c02f9cdcc23ecff7f21df28a827f71be9e5fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b84c02f9cdcc23ecff7f21df28a827f71be9e5fd Author: Chris Forbes chr...@ijw.co.nz Date: Tue Sep 9 19:55:29 2014 +1200 glsl: fix error message for redeclaring

Mesa (master): i965/vec4: slightly improve insn dumping with no srcs

2014-09-16 Thread Chris Forbes
Module: Mesa Branch: master Commit: 667f758788f0796d9be16f0f361022d447f622f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=667f758788f0796d9be16f0f361022d447f622f5 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Sep 9 19:55:28 2014 +1200 i965/vec4: slightly improve insn dumping

Mesa (master): docs: Update who is working on tessellation

2014-08-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 01887593a424824426eda75ff90b5e2a49876e86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01887593a424824426eda75ff90b5e2a49876e86 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Aug 26 07:51:11 2014 +1200 docs: Update who is working on tessellation

Mesa (master): glsl: Remove bogus OUPTUT token

2014-08-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 38a3490368f6f365890de11a5f2d983b40fbd243 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38a3490368f6f365890de11a5f2d983b40fbd243 Author: Chris Forbes chr...@ijw.co.nz Date: Fri Aug 22 20:59:42 2014 +1200 glsl: Remove bogus OUPTUT token

Mesa (master): i965: Enable ARB_conditional_render_inverted on Gen6+.

2014-08-19 Thread Chris Forbes
Module: Mesa Branch: master Commit: 06ca96daadf88713a74c58761cb14edc5867e9b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ca96daadf88713a74c58761cb14edc5867e9b4 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Aug 19 23:30:50 2014 +1200 i965: Enable

Mesa (master): docs: Mark off ARB_conditional_render_inverted for i965

2014-08-19 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1c4f141a542eb21f76df021464c3a9237ff0f376 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c4f141a542eb21f76df021464c3a9237ff0f376 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Aug 19 23:33:24 2014 +1200 docs: Mark off

Mesa (master): mesa: Add support for inverted s/w conditional rendering

2014-08-19 Thread Chris Forbes
Module: Mesa Branch: master Commit: 3f8ad326276d14f3e38b4b5a58547227911d1ee7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f8ad326276d14f3e38b4b5a58547227911d1ee7 Author: Chris Forbes chr...@ijw.co.nz Date: Tue Aug 19 23:23:08 2014 +1200 mesa: Add support for inverted s/w

Mesa (master): i965: Enable ARB_derivative_control on Gen7+.

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 654b7788ebe7db63a3c5442d4eb1144b9284e9af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=654b7788ebe7db63a3c5442d4eb1144b9284e9af Author: Chris Forbes chr...@ijw.co.nz Date: Thu Aug 14 21:11:28 2014 +1200 i965: Enable ARB_derivative_control on Gen7

Mesa (master): i965/fs: Support fine/coarse derivative opcodes

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: a39622452069b76f7562472cc15ddefd2db4b503 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a39622452069b76f7562472cc15ddefd2db4b503 Author: Chris Forbes chr...@ijw.co.nz Date: Thu Aug 14 20:59:15 2014 +1200 i965/fs: Support fine/coarse derivative

Mesa (master): docs: Mark off ARB_derivative_control for i965.

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 417cc8b2c837c4269a38aaad0a1109373b1f98c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=417cc8b2c837c4269a38aaad0a1109373b1f98c6 Author: Chris Forbes chr...@ijw.co.nz Date: Thu Aug 14 21:14:47 2014 +1200 docs: Mark off ARB_derivative_control

Mesa (master): i965/vec4: Assert that fine/coarse derivative ops don' t appear

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 587e6e78984cd7490ac68b83d0b751bf23256595 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=587e6e78984cd7490ac68b83d0b751bf23256595 Author: Chris Forbes chr...@ijw.co.nz Date: Thu Aug 14 20:38:33 2014 +1200 i965/vec4: Assert that fine/coarse

Mesa (master): glsl: Mark program as using dFdy if coarse/ fine variant is used

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: eba0c54f6229868339ec80f799a6b7b9fb6a05ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eba0c54f6229868339ec80f799a6b7b9fb6a05ec Author: Chris Forbes chr...@ijw.co.nz Date: Thu Aug 14 21:03:53 2014 +1200 glsl: Mark program as using dFdy if coarse

Mesa (master): i965/fs: Add visitor support for nonconstant UBO indices

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: ad9fce6811894e53819709a861624b7c642b234d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad9fce6811894e53819709a861624b7c642b234d Author: Chris Forbes chr...@ijw.co.nz Date: Sun May 18 12:38:57 2014 +1200 i965/fs: Add visitor support

Mesa (master): i965/vec4: Add visitor support for nonconst ubo block indexing

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 70354ca6686f137859912e9ffdd24a8e6f45e2d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70354ca6686f137859912e9ffdd24a8e6f45e2d5 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Jun 29 12:30:04 2014 +1200 i965/vec4: Add visitor support for nonconst

Mesa (master): i965: Adjust set_message_descriptor to handle non-sends

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 17e0fa9a066967ee7765d857e3a91f3a6bd4e566 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17e0fa9a066967ee7765d857e3a91f3a6bd4e566 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 12:02:25 2014 +1200 i965: Adjust set_message_descriptor

Mesa (master): i965: Add low-level support for indirect sends

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 3512c79789e3b924c4f639a157cac7b80fea16f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3512c79789e3b924c4f639a157cac7b80fea16f2 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 11:44:25 2014 +1200 i965: Add low-level support for indirect

Mesa (master): i965/vec4: Generate indirect sends for nonconstant UBO array access

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: a55eae9b6d822ab1d5e61b400426b9350e152cc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a55eae9b6d822ab1d5e61b400426b9350e152cc4 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Jul 13 11:43:11 2014 +1200 i965/vec4: Generate indirect sends

Mesa (master): i965/fs: Generate indirect sends for nonconstant UBO array accesses

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 3fd359b10dab59803c3c41664d3e2b9235ef2abc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fd359b10dab59803c3c41664d3e2b9235ef2abc Author: Chris Forbes chr...@ijw.co.nz Date: Sat Aug 2 14:27:21 2014 +1200 i965/fs: Generate indirect sends

Mesa (master): docs: Mark off ARB_gpu_shader5 UBO array indexing for i965

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: ceaf823e2333e8b41a508b58d18e0054b9b1fd4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ceaf823e2333e8b41a508b58d18e0054b9b1fd4d Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 12:32:10 2014 +1200 docs: Mark off ARB_gpu_shader5 UBO array

Mesa (master): i965/fs: Add support for non-const sampler indices in generator

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: fbfcd671a1c74eebc00c56f609a8792fedb0a45d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbfcd671a1c74eebc00c56f609a8792fedb0a45d Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 12:02:22 2014 +1200 i965/fs: Add support for non-const sampler

Mesa (master): i965/vec4: Refactor generate_tex in prep for non-const samplers

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: f7146d1a946003bfbb6bc9fc6462a4c827cd93ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7146d1a946003bfbb6bc9fc6462a4c827cd93ba Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 11:50:16 2014 +1200 i965/vec4: Refactor generate_tex in prep

Mesa (master): i965/fs: Add support for nonconst sampler indexing in FS visitor

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: abedd05bcdcfbe44d95338f92488c233187279a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abedd05bcdcfbe44d95338f92488c233187279a0 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 12:12:06 2014 +1200 i965/fs: Add support for nonconst sampler

Mesa (master): i965/vec4: Add support for non-const sampler indices in generator

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 301b71557b2f24f7f59402f634cd531d0adb3349 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=301b71557b2f24f7f59402f634cd531d0adb3349 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 11:42:08 2014 +1200 i965/vec4: Add support for non-const

Mesa (master): i965: Generalize sampler state pointer mangling for non-const

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 86dc34a0b0d967e9c8611bc29178fdb1de22c724 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86dc34a0b0d967e9c8611bc29178fdb1de22c724 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 11:39:44 2014 +1200 i965: Generalize sampler state pointer

Mesa (master): i965/vec4: Add support for nonconst sampler indexing in VS visitor

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2cd6169e9298e75e4f71c358471b80eb8bf19f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cd6169e9298e75e4f71c358471b80eb8bf19f11 Author: Chris Forbes chr...@ijw.co.nz Date: Sat Aug 9 22:08:11 2014 +1200 i965/vec4: Add support for nonconst sampler

Mesa (master): i965/fs: Refactor generate_tex in prep for nonconst sampler indexing

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 4ba5171f307873c7f5d6ac07f86bfbc26a82e00e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ba5171f307873c7f5d6ac07f86bfbc26a82e00e Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 11:58:06 2014 +1200 i965/fs: Refactor generate_tex in prep

Mesa (master): i965/fs: Use brw_adjust_sampler_state_pointer in fs generator too

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2b1204aa96cb2d1aa66cecde810b9224d457a580 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b1204aa96cb2d1aa66cecde810b9224d457a580 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 11:54:47 2014 +1200 i965/fs: Use

Mesa (master): docs: Mark off ARB_gpu_shader5 for i965

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 139f127aac335e6c1713f06d76db96f898729ce4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=139f127aac335e6c1713f06d76db96f898729ce4 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 16:08:36 2014 +1200 docs: Mark off ARB_gpu_shader5 for i965

Mesa (master): i965: Enable ARB_gpu_shader5 on Gen7

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 4a3667993e8c3bace135791efbe2163a82bbfc56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a3667993e8c3bace135791efbe2163a82bbfc56 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 14:36:25 2014 +1200 i965: Enable ARB_gpu_shader5 on Gen7

Mesa (master): docs: Update relnotes for ARB_gpu_shader5

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: f1370fed2cfea49c40c259d40d1a26402fc5dd56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1370fed2cfea49c40c259d40d1a26402fc5dd56 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 16:22:35 2014 +1200 docs: Update relnotes for ARB_gpu_shader5

Mesa (master): mesa: Make ARB_gpu_shader5 core-profile-only

2014-08-14 Thread Chris Forbes
Module: Mesa Branch: master Commit: c1df492d03862f75698ba5d50d4f46cd528ffc0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1df492d03862f75698ba5d50d4f46cd528ffc0d Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 10 16:10:29 2014 +1200 mesa: Make ARB_gpu_shader5 core-profile

Mesa (master): glsl: Allow dynamically uniform sampler array indexing with 4.0/gs5

2014-08-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1b4761bc27a50208dba2bc028c9835fed572e696 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b4761bc27a50208dba2bc028c9835fed572e696 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 17:57:05 2014 +1200 glsl: Allow dynamically uniform sampler

Mesa (master): mesa: Add a new function for getting the nonconst sampler array index

2014-08-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 3b48f6a4c06db57a7203d247994b05e55c9418c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b48f6a4c06db57a7203d247994b05e55c9418c1 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 19:55:55 2014 +1200 mesa: Add a new function for getting

Mesa (master): i965/fs/Gen8: Pass sampler_index to generate_tex

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: db09fd595743443974ccc14fbdb1c4e3733ab525 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db09fd595743443974ccc14fbdb1c4e3733ab525 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 21:23:31 2014 +1200 i965/fs/Gen8: Pass sampler_index

Mesa (master): i965/fs/Gen4-7: Pass sampler_index to generate_tex

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: ba5f7a361a14612dd39a8aeb6332f9db3205d675 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba5f7a361a14612dd39a8aeb6332f9db3205d675 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 21:23:31 2014 +1200 i965/fs/Gen4-7: Pass sampler_index

Mesa (master): i965/vec4/Gen8: Use src1 for sampler_index instead of - sampler field

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: 298da9fa2adba3f0f4c89220c696684937016f7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=298da9fa2adba3f0f4c89220c696684937016f7c Author: Chris Forbes chr...@ijw.co.nz Date: Mon Aug 4 19:41:03 2014 +1200 i965/vec4/Gen8: Use src1 for sampler_index

Mesa (master): i965/blorp: Put sampler index in src1 of texture ops

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: 191bc64f824beae1df9c82a9931a7776eda16e36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=191bc64f824beae1df9c82a9931a7776eda16e36 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 21:39:13 2014 +1200 i965/blorp: Put sampler index in src1

Mesa (master): i965/fs: pass sampler as src1 of texture op

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: a578592fd28e5528ee32d8a1a1f7138cb977cf1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a578592fd28e5528ee32d8a1a1f7138cb977cf1b Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 21:13:02 2014 +1200 i965/fs: pass sampler as src1 of texture op

Mesa (master): i965: Get rid of backend_instruction::sampler

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0f4c5a70c6e759e3a7bddd7f1c2d2b8d219552a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f4c5a70c6e759e3a7bddd7f1c2d2b8d219552a4 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 21:40:00 2014 +1200 i965: Get rid of backend_instruction

Mesa (master): i965/vec4: Pass sampler index in src1 for texture ops

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1a3fd11aefdf6ed327f633ea7e13bae2e8a92ca7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a3fd11aefdf6ed327f633ea7e13bae2e8a92ca7 Author: Chris Forbes chr...@ijw.co.nz Date: Mon Aug 4 19:37:58 2014 +1200 i965/vec4: Pass sampler index in src1

Mesa (master): i965/fs: Collect all emits of texture ops for Gen5/ 6 into one place

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: f6a0192f7d9ae91128d4006a906305b46a817fdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6a0192f7d9ae91128d4006a906305b46a817fdf Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 20:48:20 2014 +1200 i965/fs: Collect all emits of texture ops

Mesa (master): i965/vec4: Collect all emits of texture ops into one place

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2f4e12a83503f541dd63ac5e17b8044d3ae0f6c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f4e12a83503f541dd63ac5e17b8044d3ae0f6c8 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 22:01:11 2014 +1200 i965/vec4: Collect all emits of texture ops

Mesa (master): i965/fs: Collect all emits of texture ops for Gen4 into one place

2014-08-08 Thread Chris Forbes
Module: Mesa Branch: master Commit: d1b136fdd0312a53691f8788b17b01ae967351f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1b136fdd0312a53691f8788b17b01ae967351f4 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Aug 3 20:48:20 2014 +1200 i965/fs: Collect all emits of texture ops

Mesa (master): define GL_OES_standard_derivatives if extension is supported

2014-08-01 Thread Chris Forbes
if extension is supported Define the macro GL_OES_standard_derivatives as 1 if the extension GL_OES_standard_derivatives is supported. V2 [Chris]: Correct trailing whitespace Reviewed-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/glcpp/glcpp-parse.y |2 ++ 1 file changed, 2 insertions

Mesa (master): glsl: No longer require ubo block index to be constant in ir_validate

2014-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 74e100affc0ac1bced4787067274579d8f0d137f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74e100affc0ac1bced4787067274579d8f0d137f Author: Chris Forbes chr...@ijw.co.nz Date: Sun May 18 12:19:04 2014 +1200 glsl: No longer require ubo block index

Mesa (master): glsl: Allow non-constant UBO array indexing with GLSL4/ ARB_gpu_shader5.

2014-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 8eae5ceb99b71854db566e18222f400641c23f39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8eae5ceb99b71854db566e18222f400641c23f39 Author: Chris Forbes chr...@ijw.co.nz Date: Fri May 16 21:10:18 2014 +1200 glsl: Allow non-constant UBO array indexing

Mesa (master): glsl: Mark entire UBO array active if indexed with non-constant.

2014-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 9c90a633786ab8e204c118ec92015eb3ae194349 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c90a633786ab8e204c118ec92015eb3ae194349 Author: Chris Forbes chr...@ijw.co.nz Date: Fri May 16 21:28:09 2014 +1200 glsl: Mark entire UBO array active

Mesa (master): glsl: Convert uniform_block in lower_ubo_reference to ir_rvalue.

2014-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: c59802d3a147956d4f33586bb6221cd236987ee2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c59802d3a147956d4f33586bb6221cd236987ee2 Author: Chris Forbes chr...@ijw.co.nz Date: Sun May 18 12:03:54 2014 +1200 glsl: Convert uniform_block

Mesa (master): glsl: Accept nonconstant array references in lower_ubo_reference

2014-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: be237a61297936227b2f4afc2ac28f60c3c76bbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be237a61297936227b2f4afc2ac28f60c3c76bbf Author: Chris Forbes chr...@ijw.co.nz Date: Fri May 16 22:07:24 2014 +1200 glsl: Accept nonconstant array references

Mesa (master): mesa: Fix regression introduced by commit mesa: fix packing of float texels to GL_SHORT/GL_BYTE.

2014-07-17 Thread Chris Forbes
-off-by: Pavel Popov pavel.e.po...@intel.com Reviewed-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/main/pack.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 5ebaaf6..649a74c 100644 --- a/src/mesa/main

Mesa (master): i965/disasm: add support for pixel interpolator messages

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0b0572a2ad4c7ca8b437589291e47180c733c371 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b0572a2ad4c7ca8b437589291e47180c733c371 Author: Chris Forbes chr...@ijw.co.nz Date: Mon Nov 18 21:24:24 2013 +1300 i965/disasm: add support for pixel

Mesa (master): i965: add low-level support for send to pixel interpolator

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: d732598b63eb0cd103f06bccd99d13d732028d79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d732598b63eb0cd103f06bccd99d13d732028d79 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 17 21:47:22 2013 +1300 i965: add low-level support for send

Mesa (master): i965: Add message descriptor bit definitions for pixel interpolator

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1b6163bdf5c69408e04c9685f9f98f842bb14b5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b6163bdf5c69408e04c9685f9f98f842bb14b5a Author: Chris Forbes chr...@ijw.co.nz Date: Sat Jul 12 13:21:01 2014 +1200 i965: Add message descriptor bit

Mesa (master): i965/fs: add support for ir_*_interpolate_at_* expressions

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 9c0bddf73525677acaf2b136cf54375a6ac2c2b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c0bddf73525677acaf2b136cf54375a6ac2c2b9 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 17 20:00:00 2013 +1300 i965/fs: add support for ir_

Mesa (master): i965/fs: Skip channel expressions splitting for interpolation

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 5ed147c26f800ffb11fb80b92aec9a772982aff6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ed147c26f800ffb11fb80b92aec9a772982aff6 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 17 20:07:46 2013 +1300 i965/fs: Skip channel expressions splitting

Mesa (master): i965/fs: add generator support for pixel interpolator query

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 6e91f2df958c835a1973e32d71578fa295ef00a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e91f2df958c835a1973e32d71578fa295ef00a8 Author: Chris Forbes chr...@ijw.co.nz Date: Mon Nov 18 21:13:13 2013 +1300 i965/fs: add generator support for pixel

Mesa (master): docs: Mark off ARB_gpu_shader5 interpolation functions for i965

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1e4068ca4539b405995a8a39e6245a188d9d61ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e4068ca4539b405995a8a39e6245a188d9d61ac Author: Chris Forbes chr...@ijw.co.nz Date: Sun Jul 13 10:04:25 2014 +1200 docs: Mark off ARB_gpu_shader5

Mesa (master): i965/vec4: Silence warnings about unhandled interpolation ops

2014-07-12 Thread Chris Forbes
Module: Mesa Branch: master Commit: 5899a45a5bc0d05be6895970234e49ca70984aee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5899a45a5bc0d05be6895970234e49ca70984aee Author: Chris Forbes chr...@ijw.co.nz Date: Sun Jul 13 11:13:18 2014 +1200 i965/vec4: Silence warnings about unhandled

Mesa (master): allow builtin functions to require parameters to be shader inputs

2014-07-11 Thread Chris Forbes
Module: Mesa Branch: master Commit: 8b7a323596992a2a2127f40d2d4cae1e9fb0a94d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b7a323596992a2a2127f40d2d4cae1e9fb0a94d Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 10 21:19:31 2013 +1300 allow builtin functions to require

Mesa (master): glsl: add new interpolateAt* builtin functions

2014-07-11 Thread Chris Forbes
Module: Mesa Branch: master Commit: b45d4171080b4106aeb97cd449e584ab74a14d65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b45d4171080b4106aeb97cd449e584ab74a14d65 Author: Chris Forbes chr...@ijw.co.nz Date: Sun Nov 10 19:34:53 2013 +1300 glsl: add new interpolateAt* builtin

  1   2   3   4   >