Mesa (master): glsl: Make more use of gl_shader_stage enum in link_varyings.cpp.

2014-01-08 Thread Paul Berry
Module: Mesa Branch: master Commit: 80ee24823f9faeb95c46ec2bc899bb828a923c3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80ee24823f9faeb95c46ec2bc899bb828a923c3b Author: Paul Berry Date: Tue Jan 7 11:13:32 2014 -0800 glsl: Make more use of gl_shader_stage enum in

Mesa (master): mesa: Index into ctx->Const.Program[] rather than using ad-hoc code.

2014-01-09 Thread Paul Berry
Module: Mesa Branch: master Commit: b539385789a95074cc53c9e16988d2384ec5c7de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b539385789a95074cc53c9e16988d2384ec5c7de Author: Paul Berry Date: Wed Jan 8 10:17:01 2014 -0800 mesa: Index into ctx->Const.Program[] rather than using

Mesa (master): mesa: replace ctx->Const.{Vertex,Fragment, Geomtery}Program with an array.

2014-01-09 Thread Paul Berry
Module: Mesa Branch: master Commit: 84732a982c3eeaca2e2809532c8422dc5f7045c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84732a982c3eeaca2e2809532c8422dc5f7045c1 Author: Paul Berry Date: Wed Jan 8 10:00:28 2014 -0800 mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Prog

Mesa (master): mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.

2014-01-09 Thread Paul Berry
Module: Mesa Branch: master Commit: 8668eaaa007a1a0b23a4bc39469d6dba293b7da9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8668eaaa007a1a0b23a4bc39469d6dba293b7da9 Author: Paul Berry Date: Wed Jan 8 11:09:58 2014 -0800 mesa: Use functions to convert gl_shader_stage to PROGRAM

Mesa (master): main: Change init_program_limits() to use gl_shader_stage.

2014-01-09 Thread Paul Berry
Module: Mesa Branch: master Commit: e654216ac7ec2d254685d0ff5f437917747c9bd3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e654216ac7ec2d254685d0ff5f437917747c9bd3 Author: Paul Berry Date: Wed Jan 8 10:32:18 2014 -0800 main: Change init_program_limits() to use gl_shader_stage

Mesa (master): glsl: Index into ctx->Const.Program[] rather than using ad-hoc code.

2014-01-09 Thread Paul Berry
Module: Mesa Branch: master Commit: bce8bc0b250c7d64ac7898ba032858963dee6a37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bce8bc0b250c7d64ac7898ba032858963dee6a37 Author: Paul Berry Date: Wed Jan 8 10:17:01 2014 -0800 glsl: Index into ctx->Const.Program[] rather than using

Mesa (master): main: check texture target when validating layered framebuffers.

2014-01-10 Thread Paul Berry
Module: Mesa Branch: master Commit: 28af1dc21772d0b7819dff6080484c67114dc0d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28af1dc21772d0b7819dff6080484c67114dc0d1 Author: Paul Berry Date: Tue Nov 19 19:01:37 2013 -0800 main: check texture target when validating layered

Mesa (master): i965: Fix clears of layered framebuffers with mismatched layer counts.

2014-01-10 Thread Paul Berry
Module: Mesa Branch: master Commit: 532b1fecd93fd30d3b1b101b55fd2c6e074088ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=532b1fecd93fd30d3b1b101b55fd2c6e074088ad Author: Paul Berry Date: Tue Jan 7 06:29:47 2014 -0800 i965: Fix clears of layered framebuffers with mismatched

Mesa (master): i965: Ensure that all necessary state is re-emitted if we run out of aperture.

2014-01-13 Thread Paul Berry
Module: Mesa Branch: master Commit: fb6d9798a0c6eefd512f5b0f19eed34af8f4f257 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb6d9798a0c6eefd512f5b0f19eed34af8f4f257 Author: Paul Berry Date: Fri Jan 10 18:56:14 2014 -0800 i965: Ensure that all necessary state is re-emitted if we run

Mesa (master): i965: Modify some error messages to refer to "vec4" instead of "vs".

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 51000c2ff8a6b59b6dab51cbd63ef87ac6f2a317 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51000c2ff8a6b59b6dab51cbd63ef87ac6f2a317 Author: Paul Berry Date: Sat Mar 23 07:22:08 2013 -0700 i965: Modify some error messages to refer to "vec4&quo

Mesa (master): i965: Add GS support to INTEL_DEBUG=shader_time.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: a4d68e9ee94cf4855a3240c3516279b4e7740268 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d68e9ee94cf4855a3240c3516279b4e7740268 Author: Paul Berry Date: Fri Jan 17 14:42:48 2014 -0800 i965: Add GS support to INTEL_DEBUG=shader_time. Previously

Mesa (master): i965: Fix comments to refer to the new ctx-> Shader.CurrentProgram array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: b4b70674eae940257b511912053edd19e4f19274 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b70674eae940257b511912053edd19e4f19274 Author: Paul Berry Date: Thu Jan 9 11:28:20 2014 -0800 i965: Fix comments to refer to the new ctx

Mesa (master): mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 46d210d38fc472d5454cef864c4299c52bb46c86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46d210d38fc472d5454cef864c4299c52bb46c86 Author: Paul Berry Date: Thu Jan 9 13:42:05 2014 -0800 mesa: Replace _mesa_program_index_to_target with

Mesa (master): mesa: Fold long lines introduced by the previous patch.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 1aef45578ced422df622a251fcce83bbe01d617e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aef45578ced422df622a251fcce83bbe01d617e Author: Paul Berry Date: Thu Jan 9 11:27:38 2014 -0800 mesa: Fold long lines introduced by the previous patch

Mesa (master): meta: Replace save_state::{Vertex,Geometry, Fragment}Shader with an array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 69b258cb4636315b4c1aaaceeedd1eed8af98ba8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69b258cb4636315b4c1aaaceeedd1eed8af98ba8 Author: Paul Berry Date: Thu Jan 9 11:29:17 2014 -0800 meta: Replace save_state::{Vertex,Geometry,Fragment}Shader

Mesa (master): mesa: Change redundant code into loops in texstate.c.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 1032c33cb93f1e8839be0f743b81492c2ca87e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1032c33cb93f1e8839be0f743b81492c2ca87e39 Author: Paul Berry Date: Thu Jan 9 11:34:33 2014 -0800 mesa: Change redundant code into loops in texstate.c. This

Mesa (master): mesa: Change redundant code into loops in shaderapi.c.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 6ac2e1e199ff02ad720495a64c0755fcae981671 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ac2e1e199ff02ad720495a64c0755fcae981671 Author: Paul Berry Date: Thu Jan 9 11:33:15 2014 -0800 mesa: Change redundant code into loops in shaderapi.c. This

Mesa (master): mesa: use _mesa_validate_shader_target() more frequently.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 4a91675b262c8150c1542991e1018e924c72f337 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a91675b262c8150c1542991e1018e924c72f337 Author: Paul Berry Date: Tue Jan 7 15:19:07 2014 -0800 mesa: use _mesa_validate_shader_target() more frequently

Mesa (master): mesa: Replace ctx->Shader.Current{Vertex,Fragment, Geometry}Program with an array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 3b22146dc714b6090f7423abbc4df53d7d1fdaa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b22146dc714b6090f7423abbc4df53d7d1fdaa9 Author: Paul Berry Date: Thu Jan 9 11:16:27 2014 -0800 mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome

Mesa (master): main: Allow ctx == NULL in _mesa_validate_shader_target().

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 020919b2ae76192f0f35c0901be0e1069a87b7f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=020919b2ae76192f0f35c0901be0e1069a87b7f2 Author: Paul Berry Date: Thu Jan 9 15:30:10 2014 -0800 main: Allow ctx == NULL in _mesa_validate_shader_target

Mesa (master): mesa: Remove ad-hoc arrays of gl_shader_program.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 5808c44bab52fdb58ad705e08e334c6f1acdd2ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5808c44bab52fdb58ad705e08e334c6f1acdd2ce Author: Paul Berry Date: Thu Jan 9 11:32:00 2014 -0800 mesa: Remove ad-hoc arrays of gl_shader_program. Now that we

Mesa (master): glsl/linker: Refactor in preparation for adding more shader stages.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: cd18ba1c7aba66f2dd7cdbe2cf3b4a803c241d10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd18ba1c7aba66f2dd7cdbe2cf3b4a803c241d10 Author: Paul Berry Date: Tue Jan 7 08:56:57 2014 -0800 glsl/linker: Refactor in preparation for adding more shader

Mesa (master): mesa: Make validate_shader_target() non-static.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 6ab2a6148a539a9e308ad4e017e5ed6b9658aa4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ab2a6148a539a9e308ad4e017e5ed6b9658aa4f Author: Paul Berry Date: Tue Jan 7 15:13:52 2014 -0800 mesa: Make validate_shader_target() non-static. Reviewed-by

Mesa (master): glsl: Simplify aggregate type inference to prepare for ARB_arrays_of_arrays.

2014-01-22 Thread Paul Berry
Module: Mesa Branch: master Commit: 0da1a2cc369052643ccaea75a1722cc37652d82a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0da1a2cc369052643ccaea75a1722cc37652d82a Author: Paul Berry Date: Tue Jan 21 15:41:26 2014 -0800 glsl: Simplify aggregate type inference to prepare for

Mesa (master): mesa: Ensure that transform feedback refers to the correct program.

2014-01-24 Thread Paul Berry
Module: Mesa Branch: master Commit: e190709119d8eb85c67bfbad5be699d39ad0118e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e190709119d8eb85c67bfbad5be699d39ad0118e Author: Paul Berry Date: Wed Jan 22 05:14:48 2014 -0800 mesa: Ensure that transform feedback refers to the correct

Mesa (master): i965: Remove *_generator::shader field; use prog field instead.

2014-01-24 Thread Paul Berry
Module: Mesa Branch: master Commit: 9cee3ff562f3e4b51bfd30338fd1ba7716ac5737 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cee3ff562f3e4b51bfd30338fd1ba7716ac5737 Author: Paul Berry Date: Wed Jan 22 11:45:39 2014 -0800 i965: Remove *_generator::shader field; use prog field

Mesa (master): i965/gen7: Use to the correct program when uploading transform feedback state.

2014-01-24 Thread Paul Berry
Module: Mesa Branch: master Commit: 43e77215b13b2f86e461cd8a62b542fc6854dd1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43e77215b13b2f86e461cd8a62b542fc6854dd1c Author: Paul Berry Date: Wed Jan 22 05:45:28 2014 -0800 i965/gen7: Use to the correct program when uploading

Mesa (master): Update .gitignore for Catalan translations build artifacts

2014-01-24 Thread Paul Berry
Module: Mesa Branch: master Commit: eab32bb8f19b4a28d976fc9e7c7c54eb6453ed81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eab32bb8f19b4a28d976fc9e7c7c54eb6453ed81 Author: Paul Berry Date: Fri Jan 24 13:43:43 2014 -0800 Update .gitignore for Catalan translations build artifacts

Mesa (master): glsl: Make condition_to_hir() callable from outside ast_iteration_statement.

2014-02-04 Thread Paul Berry
Module: Mesa Branch: master Commit: 56790856b303ad5ba86d7eb261ade91edaa3ee0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56790856b303ad5ba86d7eb261ade91edaa3ee0b Author: Paul Berry Date: Fri Jan 31 09:50:37 2014 -0800 glsl: Make condition_to_hir() callable from outside

Mesa (master): glsl: Fix continue statements in do-while loops.

2014-02-04 Thread Paul Berry
Module: Mesa Branch: master Commit: 7f5740899fe8ee2d7fecebf1b9622e06dbc78f43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f5740899fe8ee2d7fecebf1b9622e06dbc78f43 Author: Paul Berry Date: Fri Jan 31 09:55:35 2014 -0800 glsl: Fix continue statements in do-while loops. >From

Mesa (master): glsl/cs: Populate default values for ctx->Const.Program[ MESA_SHADER_COMPUTE].

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: d861c2963a0b939709981f39e8268822489db86f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d861c2963a0b939709981f39e8268822489db86f Author: Paul Berry Date: Mon Jan 6 20:06:05 2014 -0800 glsl/cs: Populate default values for ctx->Const.Prog

Mesa (master): glsl/cs: Prohibit user-defined ins/outs in compute shaders.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 5a79bdab3008a19a770b8b84fdf5582e72db72c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a79bdab3008a19a770b8b84fdf5582e72db72c9 Author: Paul Berry Date: Wed Jan 8 01:54:26 2014 -0800 glsl/cs: Prohibit user-defined ins/outs in compute shaders

Mesa (master): main/cs: Implement query for COMPUTE_WORK_GROUP_SIZE.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: f5c5438e1fb9b5b1e83c7081da518d9943fc82e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5c5438e1fb9b5b1e83c7081da518d9943fc82e8 Author: Paul Berry Date: Thu Jan 9 04:03:30 2014 -0800 main/cs: Implement query for COMPUTE_WORK_GROUP_SIZE. v2

Mesa (master): glsl/cs: Handle compute shader local_size_{x,y, z} declaration.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 0fa74e848fd11c71bb70ea0a69650944e4f07571 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fa74e848fd11c71bb70ea0a69650944e4f07571 Author: Paul Berry Date: Mon Jan 6 09:09:31 2014 -0800 glsl/cs: Handle compute shader local_size_{x,y,z} declaration

Mesa (master): mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_SIZE constant.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 347dde82e65663562d6d2930bf861ec8c8079362 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=347dde82e65663562d6d2930bf861ec8c8079362 Author: Paul Berry Date: Mon Jan 6 13:31:58 2014 -0800 mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_SIZE constant. v2

Mesa (master): glsl/cs: Prohibit mixing of compute and non-compute shaders.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 1fe274b3d7a8e70dc605e6076d29e00add292508 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fe274b3d7a8e70dc605e6076d29e00add292508 Author: Paul Berry Date: Wed Jan 8 11:40:23 2014 -0800 glsl/cs: Prohibit mixing of compute and non-compute shaders

Mesa (master): mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 0398b69954eb8e73e9ae663ce200170ff70d216d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0398b69954eb8e73e9ae663ce200170ff70d216d Author: Paul Berry Date: Wed Jan 8 01:42:58 2014 -0800 mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant. v2

Mesa (master): mesa/cs: Add extension enable flags for ARB_compute_shader.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: b7d05a58ae3655730f84c9786439e2461cdb77da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7d05a58ae3655730f84c9786439e2461cdb77da Author: Paul Berry Date: Mon Jan 6 09:09:07 2014 -0800 mesa/cs: Add extension enable flags for ARB_compute_shader

Mesa (master): mesa/cs: Handle compute shader local size during linking.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 28ce604b7f2b08b967b6a27051ecab04adaed575 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28ce604b7f2b08b967b6a27051ecab04adaed575 Author: Paul Berry Date: Wed Jan 8 11:59:28 2014 -0800 mesa/cs: Handle compute shader local size during linking

Mesa (master): mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: c61ec8d8e34e9bf30b3c4c84afa08f0a5b66b932 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c61ec8d8e34e9bf30b3c4c84afa08f0a5b66b932 Author: Paul Berry Date: Mon Jan 6 20:06:05 2014 -0800 mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch

Mesa (master): mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_INVOCATIONS constant.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: c85c50997f073993b86c694dda7c18bbaca30bbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c85c50997f073993b86c694dda7c18bbaca30bbf Author: Paul Berry Date: Mon Jan 6 15:11:40 2014 -0800 mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_INVOCATIONS

Mesa (master): i965/cs: Create the brw_compute_program struct, and the code to initialize it.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 3bbf93045a494e676f3f79d278701f55a9a41e7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bbf93045a494e676f3f79d278701f55a9a41e7a Author: Paul Berry Date: Tue Jan 7 15:51:13 2014 -0800 i965/cs: Create the brw_compute_program struct, and the code

Mesa (master): i965/cs: Allow ARB_compute_shader to be enabled via env var.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 25268b930dbd9bc89c0cce83746c5ca2f534c016 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25268b930dbd9bc89c0cce83746c5ca2f534c016 Author: Paul Berry Date: Mon Jan 6 15:12:05 2014 -0800 i965/cs: Allow ARB_compute_shader to be enabled via env var

Mesa (master): mesa/cs: Handle compute shaders in _mesa_use_program().

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 9b34ae2e64fd29fd4cd1cf18f7dd09116e02dc96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b34ae2e64fd29fd4cd1cf18f7dd09116e02dc96 Author: Paul Berry Date: Tue Jan 7 09:00:02 2014 -0800 mesa/cs: Handle compute shaders in _mesa_use_program(). v2

Mesa (master): mesa/cs: Create the gl_compute_program struct, and the code to initialize it.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 47d480e3e4850ef8934775570444feea503295d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47d480e3e4850ef8934775570444feea503295d7 Author: Paul Berry Date: Tue Jan 7 15:50:39 2014 -0800 mesa/cs: Create the gl_compute_program struct, and the code

Mesa (master): glsl/cs: Change some linker loops to use MESA_SHADER_FRAGMENT as a bound.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 28e526d5580739e8b4098cd08c644b9157fdc94c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28e526d5580739e8b4098cd08c644b9157fdc94c Author: Paul Berry Date: Mon Jan 6 19:47:25 2014 -0800 glsl/cs: Change some linker loops to use MESA_SHADER_FRAGMENT

Mesa (master): glsl/cs: update main.cpp to use the ".comp" extension for compute shaders.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: c15064c1691764e858d05065f10007aceec9a7ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c15064c1691764e858d05065f10007aceec9a7ac Author: Paul Berry Date: Tue Jan 7 09:00:02 2014 -0800 glsl/cs: update main.cpp to use the ".comp" ext

Mesa (master): mesa/cs: Add dispatch API stubs for ARB_compute_shader.

2014-02-05 Thread Paul Berry
Module: Mesa Branch: master Commit: 79134cb51609724cc4d94ade12dc52a09e2e91db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79134cb51609724cc4d94ade12dc52a09e2e91db Author: Paul Berry Date: Mon Jan 6 15:08:04 2014 -0800 mesa/cs: Add dispatch API stubs for ARB_compute_shader

Mesa (master): i965: Stop lying about cpp and height of a stencil buffer.

2012-04-10 Thread Paul Berry
Module: Mesa Branch: master Commit: a27c7d80afc3160a0face4b8781bf921229bc3cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a27c7d80afc3160a0face4b8781bf921229bc3cc Author: Paul Berry Date: Fri Apr 6 12:14:28 2012 -0700 i965: Stop lying about cpp and height of a stencil buffer

Mesa (master): fbo: Only reuse depth/ stencil attachments if the parameters match.

2012-05-07 Thread Paul Berry
Module: Mesa Branch: master Commit: b9819a027d08b38abb380526bed9f2908ffeb507 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9819a027d08b38abb380526bed9f2908ffeb507 Author: Paul Berry Date: Fri Apr 13 21:50:08 2012 -0700 fbo: Only reuse depth/stencil attachments if the parameters

Mesa (master): i965: Fix mipmap offsets for HiZ and separate stencil buffers.

2012-05-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 3ec0e55b63db3c1067f3bbf4563beb3b98a19288 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ec0e55b63db3c1067f3bbf4563beb3b98a19288 Author: Paul Berry Date: Sun Apr 15 10:35:01 2012 -0700 i965: Fix mipmap offsets for HiZ and separate stencil buffers

Mesa (master): i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.

2012-05-07 Thread Paul Berry
Module: Mesa Branch: master Commit: a683012a80a3408b3b71f22b2a97d9eaaac11a46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a683012a80a3408b3b71f22b2a97d9eaaac11a46 Author: Paul Berry Date: Thu Apr 26 06:35:56 2012 -0700 i965/Gen6: Work around GPU hangs due to misaligned depth

Mesa (master): i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.

2012-05-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 714b4f6184db84a738cf2d063980f0e19ab03b4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=714b4f6184db84a738cf2d063980f0e19ab03b4b Author: Paul Berry Date: Thu Apr 26 06:35:56 2012 -0700 i965/Gen7: Work around GPU hangs due to misaligned depth

Mesa (master): intel: Add extern "C" declarations to headers

2012-05-10 Thread Paul Berry
Module: Mesa Branch: master Commit: 434fc8bde41f07687ad8941ceba03c4b3e0e75bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=434fc8bde41f07687ad8941ceba03c4b3e0e75bb Author: Paul Berry Date: Fri Apr 27 07:40:34 2012 -0700 intel: Add extern "C" declarations to head

Mesa (master): intel: Work around differences between C and C++ scoping rules.

2012-05-10 Thread Paul Berry
Module: Mesa Branch: master Commit: f28a7d0e77ffbeb2a27bda132d4334b3649be3a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f28a7d0e77ffbeb2a27bda132d4334b3649be3a2 Author: Paul Berry Date: Sun Apr 29 21:46:47 2012 -0700 intel: Work around differences between C and C++ scoping

Mesa (master): i965/hiz: Make void pointer type casts explicit

2012-05-10 Thread Paul Berry
Module: Mesa Branch: master Commit: 20b153b9ca5e57aa0e20e992347ece56388e71e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20b153b9ca5e57aa0e20e992347ece56388e71e4 Author: Paul Berry Date: Thu Apr 26 09:29:19 2012 -0700 i965/hiz: Make void pointer type casts explicit Previous to

Mesa (master): i965/hiz: Convert gen{6,7}_hiz.c to C++

2012-05-10 Thread Paul Berry
Module: Mesa Branch: master Commit: ea1274c9a6ab20a4a05371cf392953eb1d1c0f8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea1274c9a6ab20a4a05371cf392953eb1d1c0f8b Author: Paul Berry Date: Sun Apr 29 21:50:22 2012 -0700 i965/hiz: Convert gen{6,7}_hiz.c to C++ This patch converts

Mesa (master): i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h

2012-05-10 Thread Paul Berry
Module: Mesa Branch: master Commit: c56918246162d9059ce914f36e8df6db0f578909 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c56918246162d9059ce914f36e8df6db0f578909 Author: Paul Berry Date: Sun Apr 29 22:05:28 2012 -0700 i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h This

Mesa (master): Add .gitignore files for recently-added gallium projects

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 821c34ecd9921e7478c8775905bf887b7513100c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=821c34ecd9921e7478c8775905bf887b7513100c Author: Paul Berry Date: Mon May 14 09:24:46 2012 -0700 Add .gitignore files for recently-added gallium projects

Mesa (master): i965: Parameterize HiZ code to prepare for adding blitting.

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 2c5510b71b6348b686e76ecc2c34195080d566f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c5510b71b6348b686e76ecc2c34195080d566f4 Author: Paul Berry Date: Sun Apr 29 22:00:46 2012 -0700 i965: Parameterize HiZ code to prepare for adding blitting

Mesa (master): i965: Expose surface setup internals for use by blits.

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 36e34134184e72532f2e6a2b9438f72284ac3057 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36e34134184e72532f2e6a2b9438f72284ac3057 Author: Paul Berry Date: Thu Apr 26 18:01:01 2012 -0700 i965: Expose surface setup internals for use by blits. This

Mesa (master): i965: split gen{6, 7}_blorp_exec functions into manageable chunks.

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 586b3894744819071bb1ad56383e3c0d9e5b7e1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=586b3894744819071bb1ad56383e3c0d9e5b7e1f Author: Paul Berry Date: Mon Apr 30 14:29:35 2012 -0700 i965: split gen{6,7}_blorp_exec functions into manageable

Mesa (master): i965/gen6+: Add code to perform blits on the render path (" blorp").

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 506d70be21cd3469118de89297cba0c0f709c1ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=506d70be21cd3469118de89297cba0c0f709c1ae Author: Paul Berry Date: Sun Apr 29 22:44:25 2012 -0700 i965/gen6+: Add code to perform blits on the render path

Mesa (master): i965/gen6: Initial implementation of MSAA.

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 19e9b24626c2b9d7abef054d57bb2a52106c545b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19e9b24626c2b9d7abef054d57bb2a52106c545b Author: Paul Berry Date: Sun Apr 29 21:41:42 2012 -0700 i965/gen6: Initial implementation of MSAA. This patch

Mesa (master): i965/blorp: Move exec() out of brw_blorp_params.

2012-05-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 6335e0b0738a6e466f0b712e30ad9fe506f67a6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6335e0b0738a6e466f0b712e30ad9fe506f67a6c Author: Paul Berry Date: Tue May 15 07:29:26 2012 -0700 i965/blorp: Move exec() out of brw_blorp_params. No

Mesa (master): intel: When AUB dumping, flush before emitting final bitmap command.

2012-05-22 Thread Paul Berry
Module: Mesa Branch: master Commit: 1b87a93983c4f217bf7cb4e422de39e418291e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b87a93983c4f217bf7cb4e422de39e418291e39 Author: Paul Berry Date: Sun May 6 10:01:37 2012 -0700 intel: When AUB dumping, flush before emitting final bitmap

Mesa (master): i965: Completely annotate the batch bo when aub dumping.

2012-05-22 Thread Paul Berry
Module: Mesa Branch: master Commit: ea8e854b2cefc3f3590b6c19e6108a471be951ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea8e854b2cefc3f3590b6c19e6108a471be951ba Author: Paul Berry Date: Mon May 7 14:37:00 2012 -0700 i965: Completely annotate the batch bo when aub dumping

Mesa (master): glsl/constant propagation: kill whole var if LHS involves array indexing.

2012-05-23 Thread Paul Berry
Module: Mesa Branch: master Commit: aa173e16a07566b7549b00946840ea16ac17a380 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa173e16a07566b7549b00946840ea16ac17a380 Author: Paul Berry Date: Sat May 19 08:59:36 2012 -0700 glsl/constant propagation: kill whole var if LHS involves

Mesa (master): glsl/tests: Add . gitignore for uniform initialization unit test.

2012-05-23 Thread Paul Berry
Module: Mesa Branch: master Commit: 9f6932cb83def5449a9293cb41238bbc492cb8c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f6932cb83def5449a9293cb41238bbc492cb8c4 Author: Paul Berry Date: Wed May 23 12:59:42 2012 -0700 glsl/tests: Add .gitignore for uniform initialization unit

Mesa (master): i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 52fcc36f11b12236eb4f960b65b17b047cf32efa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52fcc36f11b12236eb4f960b65b17b047cf32efa Author: Paul Berry Date: Thu May 10 17:52:09 2012 -0700 i965/msaa: Expand odd-sized MSAA surfaces to account for

Mesa (master): i965/blorp: Generalize sampling code in preparation for Gen7

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 665dc82bdc0e83854dd0f700ec264021bfb5cb39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=665dc82bdc0e83854dd0f700ec264021bfb5cb39 Author: Paul Berry Date: Tue May 8 16:28:43 2012 -0700 i965/blorp: Generalize sampling code in preparation for Gen7

Mesa (master): i965/blorp: Emit sample index in SAMPLE_LD message when necessary

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 233c207e9e477b6b0a5c6705e727129b92989073 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=233c207e9e477b6b0a5c6705e727129b92989073 Author: Paul Berry Date: Wed May 9 06:57:06 2012 -0700 i965/blorp: Emit sample index in SAMPLE_LD message when

Mesa (master): i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 34a5f12e35dd4a5aff6683a8286d4582ba17df14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34a5f12e35dd4a5aff6683a8286d4582ba17df14 Author: Paul Berry Date: Wed May 9 08:29:33 2012 -0700 i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary

Mesa (master): i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: f77959b2c9053b1673418edfe5d74c9b139b2555 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f77959b2c9053b1673418edfe5d74c9b139b2555 Author: Paul Berry Date: Tue May 8 16:00:25 2012 -0700 i965/blorp: Factor gen6_blorp_emit_batch_head into separate

Mesa (master): i965/blorp: Set the dynamic state upper bound.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: de9752a4e59e869e905cb898c4a0dbe539c43c8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de9752a4e59e869e905cb898c4a0dbe539c43c8d Author: Paul Berry Date: Tue May 22 16:16:43 2012 -0700 i965/blorp: Set the dynamic state upper bound. We know from

Mesa (master): i965/blorp: Allocate space for push constants on Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: f7df7917e050b90df69c888e1f2ea0482ddd6b1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7df7917e050b90df69c888e1f2ea0482ddd6b1d Author: Paul Berry Date: Tue May 8 16:04:22 2012 -0700 i965/blorp: Allocate space for push constants on Gen7. On

Mesa (master): i965/blorp: Use 16 pixel dispatch on Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: f2cdfa4c8522b6b0f5d1b0a6c42ed39e0d47c876 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2cdfa4c8522b6b0f5d1b0a6c42ed39e0d47c876 Author: Paul Berry Date: Wed May 9 17:14:56 2012 -0700 i965/blorp: Use 16 pixel dispatch on Gen7. Gen7 hardware

Mesa (master): i965/blorp: Enable blorp blits on Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: b08545199ac8a01392a805f158d22cc03060a6fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b08545199ac8a01392a805f158d22cc03060a6fb Author: Paul Berry Date: Wed May 9 16:00:43 2012 -0700 i965/blorp: Enable blorp blits on Gen7. Gen7 support for

Mesa (master): i965/blorp: Implement proper texel fetch messages for Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 1c73c705fadf164d61003415e3380f2d06f2e7b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c73c705fadf164d61003415e3380f2d06f2e7b3 Author: Paul Berry Date: Wed May 9 06:57:06 2012 -0700 i965/blorp: Implement proper texel fetch messages for Gen7

Mesa (master): i965/msaa: Properly handle sliced layout for Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 455ac562722f60ac9fb0c3d3c697fa339fa011ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=455ac562722f60ac9fb0c3d3c697fa339fa011ad Author: Paul Berry Date: Tue May 8 13:39:10 2012 -0700 i965/msaa: Properly handle sliced layout for Gen7. Starting

Mesa (master): i965/msaa: Add defines for Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 0e11b2c5afca456e19b1c29889dde449a4072ede URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e11b2c5afca456e19b1c29889dde449a4072ede Author: Paul Berry Date: Tue May 8 15:29:43 2012 -0700 i965/msaa: Add defines for Gen7. Reviewed-by: Chad Versace

Mesa (master): i965/msaa: Validate Gen7 surface state constraints.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 31f3dfd59b6687214402c395ee03e7498fd6c79a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f3dfd59b6687214402c395ee03e7498fd6c79a Author: Paul Berry Date: Tue May 8 15:30:33 2012 -0700 i965/msaa: Validate Gen7 surface state constraints. When a

Mesa (master): i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 8b1f467cce34340637e9baca4847fc5273cf7541 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b1f467cce34340637e9baca4847fc5273cf7541 Author: Paul Berry Date: Tue May 8 13:39:10 2012 -0700 i965/msaa: Modify blorp code to account for Gen7 MSAA layouts

Mesa (master): i965/msaa: Enable 4x MSAA on Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: ab014adaed14a9ca213447dc913d0dce7906be56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab014adaed14a9ca213447dc913d0dce7906be56 Author: Paul Berry Date: Wed May 9 15:51:11 2012 -0700 i965/msaa: Enable 4x MSAA on Gen7. Basic 4x MSAA support now

Mesa (master): i965/msaa: Implement manual blending operation for Gen7.

2012-05-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 4725ba03cae87ddbf1fa10feaca3d42f24115f91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4725ba03cae87ddbf1fa10feaca3d42f24115f91 Author: Paul Berry Date: Wed May 9 07:20:10 2012 -0700 i965/msaa: Implement manual blending operation for Gen7. On

Mesa (master): i965/blorp: Implement destination clipping and scissoring

2012-05-29 Thread Paul Berry
Module: Mesa Branch: master Commit: 47b64c9290d54f78e5a20e378593977cd47e285f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47b64c9290d54f78e5a20e378593977cd47e285f Author: Paul Berry Date: Mon May 14 10:19:08 2012 -0700 i965/blorp: Implement destination clipping and scissoring

Mesa (master): i965/blorp: Refactor surface format determination.

2012-06-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 040d0157341381708c35c2f27721ebffa2ee1db2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=040d0157341381708c35c2f27721ebffa2ee1db2 Author: Paul Berry Date: Wed Jun 6 10:34:12 2012 -0700 i965/blorp: Refactor surface format determination. This

Mesa (master): i965/blorp: De-virtualize brw_blorp_{mip, surface}_info::set( ) function.

2012-06-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 9dbd0b677815f50a782149f4e20118bbce318f81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dbd0b677815f50a782149f4e20118bbce318f81 Author: Paul Berry Date: Wed Jun 6 10:59:56 2012 -0700 i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set

Mesa (master): i965/blorp: Implement logic for additional buffer formats.

2012-06-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 530bda2aacf77b1e4661e5e5dd05cf108640e657 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=530bda2aacf77b1e4661e5e5dd05cf108640e657 Author: Paul Berry Date: Wed Jun 6 11:05:02 2012 -0700 i965/blorp: Implement logic for additional buffer formats

Mesa (master): i965/blorp: allow all buffer formats provided src and dst match.

2012-06-07 Thread Paul Berry
Module: Mesa Branch: master Commit: 9fd0e76a196656f2f14115444f99ec1121879766 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fd0e76a196656f2f14115444f99ec1121879766 Author: Paul Berry Date: Wed Jun 6 11:17:32 2012 -0700 i965/blorp: allow all buffer formats provided src and dst

Mesa (master): glx/tests and mesa/tests: Update .gitignore files.

2012-06-14 Thread Paul Berry
Module: Mesa Branch: master Commit: 4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3 Author: Paul Berry Date: Thu Jun 14 10:02:24 2012 -0700 glx/tests and mesa/tests: Update .gitignore files. This

Mesa (master): i965/blorp: Implement source clipping.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 75f409d75cacf90df2d6f1d718251a5d5cd92f7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75f409d75cacf90df2d6f1d718251a5d5cd92f7f Author: Paul Berry Date: Tue Jun 12 10:44:10 2012 -0700 i965/blorp: Implement source clipping. This patch modifies

Mesa (master): glsl: Add unary operation ir_unop_f2u.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 8e31f961e6cfd9680b33647c053b0f708abb8a18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e31f961e6cfd9680b33647c053b0f708abb8a18 Author: Paul Berry Date: Wed Jun 13 15:47:45 2012 -0700 glsl: Add unary operation ir_unop_f2u. Previously, we

Mesa (master): glsl: Add support for ir_unop_f2u to constant folding.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 613a8170ae53091d516f602d091a6bbcd169e92f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=613a8170ae53091d516f602d091a6bbcd169e92f Author: Paul Berry Date: Wed Jun 13 15:48:56 2012 -0700 glsl: Add support for ir_unop_f2u to constant folding

Mesa (master): i965: Add support for ir_unop_f2u to i965 backend.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 11a7b93592c22c8165f8fde6395f76778fca452e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11a7b93592c22c8165f8fde6395f76778fca452e Author: Paul Berry Date: Wed Jun 13 15:49:25 2012 -0700 i965: Add support for ir_unop_f2u to i965 backend. Reviewed

Mesa (master): ir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa backend.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: fa584c50cf1ddbd96fba4a68563b57c82619e6f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa584c50cf1ddbd96fba4a68563b57c82619e6f4 Author: Paul Berry Date: Wed Jun 13 15:49:46 2012 -0700 ir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa backend

Mesa (master): gallium: Add support for ir_unop_f2u to tgsi backend.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 1be766111005e483d56ac194c224123e72ce9831 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1be766111005e483d56ac194c224123e72ce9831 Author: Paul Berry Date: Wed Jun 13 15:50:06 2012 -0700 gallium: Add support for ir_unop_f2u to tgsi backend

Mesa (master): gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 9d57d483cbcced5051d0dd4d48bbe750b5c15592 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d57d483cbcced5051d0dd4d48bbe750b5c15592 Author: Paul Berry Date: Wed Jun 13 15:46:27 2012 -0700 gallium: Add TGSI_OPCODE_F2U to gallivm backend. Note: for

Mesa (master): glsl: Use ir_unop_f2u to convert floats to uints.

2012-06-15 Thread Paul Berry
Module: Mesa Branch: master Commit: 4d9c3cbce9e1ff45e5a90dda4de4934599b88037 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d9c3cbce9e1ff45e5a90dda4de4934599b88037 Author: Paul Berry Date: Wed Jun 13 15:50:23 2012 -0700 glsl: Use ir_unop_f2u to convert floats to uints. Fixes

Mesa (master): i965/msaa: Disable unsupported formats.

2012-06-20 Thread Paul Berry
Module: Mesa Branch: master Commit: 3b0279a69392a8fcc81ad462ca5623ec2a73f890 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b0279a69392a8fcc81ad462ca5623ec2a73f890 Author: Paul Berry Date: Fri Jun 15 10:49:58 2012 -0700 i965/msaa: Disable unsupported formats. Due to hardware

<    2   3   4   5   6   7   8   >