Mesa (master): ilo: plug a potential index buffer leak

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9f3cfe6aafc210906be85de065afff7503ef240b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f3cfe6aafc210906be85de065afff7503ef240b Author: Chia-I Wu Date: Thu Jun 27 11:44:27 2013 +0800 ilo: plug a potential index buffer leak This is harmless since

Mesa (9.1): mesa: Fix ieee fp on Alpha

2013-06-26 Thread Andreas Boll
Module: Mesa Branch: 9.1 Commit: 94bc9acac520fda6b340713c07868ef5ca82329d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94bc9acac520fda6b340713c07868ef5ca82329d Author: Sven Joachim Date: Fri Jun 14 22:10:33 2013 +0200 mesa: Fix ieee fp on Alpha Commit 1f82bf12ed inadvertently bro

Mesa (9.1): intel: Add a null pointer check before dereferencing the pointer

2013-06-26 Thread Chad Versace
Module: Mesa Branch: 9.1 Commit: 8b6aa864eafb99e572fff34a0cac41f8d54b9640 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b6aa864eafb99e572fff34a0cac41f8d54b9640 Author: Anuj Phogat Date: Tue Apr 16 10:34:43 2013 -0700 intel: Add a null pointer check before dereferencing the pointer

Mesa (master): llvmpipe: add support for nested / overlapping queries

2013-06-26 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 2e4da1f59444c550e4b1e31dd5cfec39d7ef2a26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e4da1f59444c550e4b1e31dd5cfec39d7ef2a26 Author: Roland Scheidegger Date: Wed Jun 26 23:11:03 2013 +0200 llvmpipe: add support for nested / overlapping queries

Mesa (master): softpipe: honor predication for clear_render_target and clear_depth_stencil

2013-06-26 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: eabe068747007c7c66632ca5e5b8b350889282e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eabe068747007c7c66632ca5e5b8b350889282e7 Author: Roland Scheidegger Date: Wed Jun 26 23:15:15 2013 +0200 softpipe: honor predication for clear_render_target an

Mesa (master): llvmpipe: rework query logic

2013-06-26 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 08203428800554215657f1ebf19d74328103800e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08203428800554215657f1ebf19d74328103800e Author: Roland Scheidegger Date: Tue Jun 25 23:27:04 2013 +0200 llvmpipe: rework query logic Previously lp_rast_begin

Mesa (master): i915: Fork the shared code from i965.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 733d32f3765be84a7e908df7e99a278cadcee853 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=733d32f3765be84a7e908df7e99a278cadcee853 Author: Eric Anholt Date: Thu Jun 20 10:00:18 2013 -0700 i915: Fork the shared code from i965. Of this 15000 lines of

Mesa (master): i965: Move the remaining intel code to the i965 directory.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3dbba95b72262344b82fba018b7c2c1208754cd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dbba95b72262344b82fba018b7c2c1208754cd2 Author: Eric Anholt Date: Thu Jun 20 16:07:07 2013 -0700 i965: Move the remaining intel code to the i965 directory. N

Mesa (master): glx: Fix another missed glMultiDrawElementsEXT const change.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: fc32d40534d1794453a71f249cadd2e1d05b692c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc32d40534d1794453a71f249cadd2e1d05b692c Author: Eric Anholt Date: Wed Jun 26 12:24:08 2013 -0700 glx: Fix another missed glMultiDrawElementsEXT const change.

Mesa (master): i915: Remove dead symlink.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 43a6795a1f86519cb0cac7254757951c10f2366a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43a6795a1f86519cb0cac7254757951c10f2366a Author: Eric Anholt Date: Thu Jun 20 09:59:44 2013 -0700 i915: Remove dead symlink. --- src/mesa/drivers/dri/i915/i

Mesa (master): glsl: Move all var decls to the front of the IR list in reverse order

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: c170c901d0f5384e5ab8b79b827663fa28439b0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c170c901d0f5384e5ab8b79b827663fa28439b0b Author: Ian Romanick Date: Fri Jun 7 17:05:22 2013 -0700 glsl: Move all var decls to the front of the IR list in reve

Mesa (master): i965: Be more careful with the interleaved user array upload optimization

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 329cd6a9b145d5b3b5a2acca1b6c2019d01c9355 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=329cd6a9b145d5b3b5a2acca1b6c2019d01c9355 Author: Ian Romanick Date: Thu Jun 20 05:43:32 2013 -0700 i965: Be more careful with the interleaved user array upload

Mesa (master): mesa: remove const from glDebugMessageCallbackARB() function parameter

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 15436adab0ae2dea5d62567326f1f3969939781b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15436adab0ae2dea5d62567326f1f3969939781b Author: Brian Paul Date: Wed Jun 26 11:09:21 2013 -0600 mesa: remove const from glDebugMessageCallbackARB() function p

Mesa (master): mesa: add const qualifier to glMultiDrawElementsEXT() indices param

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: b7d9478f36bde0f7b27321378c1bb799fdd4eaa1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7d9478f36bde0f7b27321378c1bb799fdd4eaa1 Author: Brian Paul Date: Wed Jun 26 11:10:48 2013 -0600 mesa: add const qualifier to glMultiDrawElementsEXT() indices

Mesa (master): i965: Add back strict type assertions for MAD and LRP.

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9321f3257f0199c5988fd2e220874acd8b7f0a53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9321f3257f0199c5988fd2e220874acd8b7f0a53 Author: Kenneth Graunke Date: Thu Jun 13 14:55:18 2013 -0700 i965: Add back strict type assertions for MAD and LRP. C

Mesa (master): i965/vs: Combine code generation's inst-> opcode switch statements.

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: dd0b99b0beccf93cd53f42e05bc834c0fed57edf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd0b99b0beccf93cd53f42e05bc834c0fed57edf Author: Kenneth Graunke Date: Thu Jun 13 11:23:08 2013 -0700 i965/vs: Combine code generation's inst->opcode switch st

Mesa (master): i965: Remove broken source type assertions from brw_alu3().

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 55272883acc8a5a6cf4d725bfd4713e7d347ce3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55272883acc8a5a6cf4d725bfd4713e7d347ce3b Author: Kenneth Graunke Date: Thu Jun 13 14:55:19 2013 -0700 i965: Remove broken source type assertions from brw_alu3(

Mesa (master): glsl: Stop being clever with pointer arithmetic when fetching types.

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 4530ed4f26bb887413a4ed4a5b6df7bf9ff9fc9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4530ed4f26bb887413a4ed4a5b6df7bf9ff9fc9e Author: Kenneth Graunke Date: Tue Jun 18 04:22:31 2013 -0700 glsl: Stop being clever with pointer arithmetic when fetc

Mesa (master): glsl: Add simple vector type accessor helpers.

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d367a1cbdb816bcc50fb1fd10121de6eba53f7ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d367a1cbdb816bcc50fb1fd10121de6eba53f7ab Author: Kenneth Graunke Date: Tue Jun 18 04:22:30 2013 -0700 glsl: Add simple vector type accessor helpers. This patc

Mesa (master): glsl: Don' t use random pointers as an array of glsl_type objects.

2013-06-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 818da74af542f50aa9c32c7471de58185c7de541 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=818da74af542f50aa9c32c7471de58185c7de541 Author: Kenneth Graunke Date: Tue Jun 18 04:22:32 2013 -0700 glsl: Don't use random pointers as an array of glsl_type

Mesa (9.1): i965: Shut up the last release build warning.

2013-06-26 Thread Jordan Justen
Module: Mesa Branch: 9.1 Commit: bd5ccbd4ebb08ab488491eb154dea112e2bdea99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd5ccbd4ebb08ab488491eb154dea112e2bdea99 Author: Eric Anholt Date: Thu Apr 11 10:46:02 2013 -0700 i965: Shut up the last release build warning. I don't see a sen

Mesa (9.1): winsys/radeon: add env var to disable VM on Cayman/Trinity

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 1ea2331e7a491c5a0043bb4a1d02b0576615d8f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ea2331e7a491c5a0043bb4a1d02b0576615d8f5 Author: Alex Deucher Date: Fri Jun 7 13:55:27 2013 -0400 winsys/radeon: add env var to disable VM on Cayman/Trinity Set

Mesa (9.1): st/xlib: Flush the front buffer before doing CopySubBuffer

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 6c210d949b5a93c6c58738c1be97158a3a098308 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c210d949b5a93c6c58738c1be97158a3a098308 Author: Stéphane Marchesin Date: Fri May 10 18:30:46 2013 -0700 st/xlib: Flush the front buffer before doing CopySubBuffe

Mesa (9.1): st/xlib: Fix upside down coordinates for CopySubBuffer

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 520586ac3ce13fe67e9ca4438310141be781fb38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=520586ac3ce13fe67e9ca4438310141be781fb38 Author: Stéphane Marchesin Date: Fri May 10 18:29:52 2013 -0700 st/xlib: Fix upside down coordinates for CopySubBuffer T

Mesa (9.1): scons: Fix implicit python dependency discovery on Windows.

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 886cf1e732727e07d2ebd4e3f57ce6be5b96554d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=886cf1e732727e07d2ebd4e3f57ce6be5b96554d Author: José Fonseca Date: Sat Jun 8 08:55:06 2013 +0100 scons: Fix implicit python dependency discovery on Windows. Pr

Mesa (9.1): glsl: Bail on parsing if the #version directive is bogus.

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 2385fe475e845ba1ae162e56852878914fa2a79a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2385fe475e845ba1ae162e56852878914fa2a79a Author: Kenneth Graunke Date: Fri Jun 7 21:46:04 2013 -0700 glsl: Bail on parsing if the #version directive is bogus. I

Mesa (9.1): i965: fix problem with constant out of bounds access (v3)

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 039cf3aaf23b151d22cb3587062be052a16272a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=039cf3aaf23b151d22cb3587062be052a16272a4 Author: Dave Airlie Date: Thu May 30 20:21:56 2013 +1000 i965: fix problem with constant out of bounds access (v3) Okay

Mesa (9.1): i965: Fix glColorPointer(GL_FIXED)

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 1b4dafc00f4821d30c70704907979d4740430de0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b4dafc00f4821d30c70704907979d4740430de0 Author: Chad Versace Date: Tue May 28 16:26:07 2013 -0700 i965: Fix glColorPointer(GL_FIXED) When a gl_client_array is c

Mesa (9.1): gallivm: fix out-of-bounds access with mirror_clamp_to_edge address mode

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 6a89456a747b285d15e5073afdffb72773253d88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a89456a747b285d15e5073afdffb72773253d88 Author: Roland Scheidegger Date: Sat Jun 1 02:17:09 2013 +0200 gallivm: fix out-of-bounds access with mirror_clamp_to_ed

Mesa (9.1): mesa: handle missing read buffer in _mesa_get_color_read_format /type()

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 8d9372bdbee35dcbb78af23618acbe21e8a19ec4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d9372bdbee35dcbb78af23618acbe21e8a19ec4 Author: Brian Paul Date: Sun Jun 2 18:07:55 2013 -0600 mesa: handle missing read buffer in _mesa_get_color_read_format/t

Mesa (9.1): meta: move vertex array enables for mipmap generation

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 9577327e325ecdf7c4738a4ce79cf2336b6b85a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9577327e325ecdf7c4738a4ce79cf2336b6b85a1 Author: Brian Paul Date: Sun Jun 2 18:06:17 2013 -0600 meta: move vertex array enables for mipmap generation Before, on

Mesa (9.1): intel: Fix MRT handling of glBitmap().

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 54691913f996c0c8695753f3b7f9441654c1f519 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54691913f996c0c8695753f3b7f9441654c1f519 Author: Eric Anholt Date: Fri May 24 12:40:14 2013 -0700 intel: Fix MRT handling of glBitmap(). We'd only hit color buff

Mesa (9.1): intel: Fix format handling of blit glBitmap()

2013-06-26 Thread Ian Romanick
Module: Mesa Branch: 9.1 Commit: 3f51e2f5ec178c91c8b2b290f752b31751c5ba73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f51e2f5ec178c91c8b2b290f752b31751c5ba73 Author: Eric Anholt Date: Fri May 24 12:48:47 2013 -0700 intel: Fix format handling of blit glBitmap() Any 32-bit format

Mesa (master): util: int/unsigned changes to silence some MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 4d452f1988931e7101146d1cf2807c2a02437dbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d452f1988931e7101146d1cf2807c2a02437dbb Author: Brian Paul Date: Wed Jun 26 09:26:42 2013 -0600 util: int/unsigned changes to silence some MSVC warnings ---

Mesa (master): st/mesa: add casts to silence MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: bc6eb8068ff2faed93b79d5858c223da9d0c7689 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc6eb8068ff2faed93b79d5858c223da9d0c7689 Author: Brian Paul Date: Wed Jun 26 09:34:02 2013 -0600 st/mesa: add casts to silence MSVC warnings --- src/mesa/st

Mesa (master): hud: add cast to silence MSVC warning

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 61964a9cebd972a802ca6517f3438452ab2d340b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61964a9cebd972a802ca6517f3438452ab2d340b Author: Brian Paul Date: Wed Jun 26 09:28:58 2013 -0600 hud: add cast to silence MSVC warning --- src/gallium/auxil

Mesa (master): st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 202299d16e64eea0552c6c9a96139823a8244e4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=202299d16e64eea0552c6c9a96139823a8244e4d Author: Brian Paul Date: Wed Jun 26 09:33:40 2013 -0600 st/mesa: make rtt_level, face, slice unsigned to silence MSVC

Mesa (master): hud: include stdio.h since we use fprintf(), fscanf(), etc

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 87d5a169273908b9c267f7aaca58ed9fc2a68ef1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87d5a169273908b9c267f7aaca58ed9fc2a68ef1 Author: Brian Paul Date: Wed Jun 26 09:31:37 2013 -0600 hud: include stdio.h since we use fprintf(), fscanf(), etc --

Mesa (master): mesa: update glext.h to version 20130624

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 9a14e412d6de93349a490a9c4534b52c3b524ee9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a14e412d6de93349a490a9c4534b52c3b524ee9 Author: Brian Paul Date: Tue Jun 25 10:35:37 2013 -0600 mesa: update glext.h to version 20130624 In glapi_priv.h we a

Mesa (master): hud: add float casts to silence MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 2285645aa26662bb0aa68c8b15e04a406f3c77f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2285645aa26662bb0aa68c8b15e04a406f3c77f6 Author: Brian Paul Date: Wed Jun 26 09:32:03 2013 -0600 hud: add float casts to silence MSVC warnings --- src/galli

Mesa (master): vega: add some casts to silence MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 21f8729c3da4443b2db00da20f5afd880362701e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21f8729c3da4443b2db00da20f5afd880362701e Author: Brian Paul Date: Wed Jun 26 09:27:34 2013 -0600 vega: add some casts to silence MSVC warnings --- src/galli

Mesa (master): util: s/int/unsigned/ to silence some MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: aab8ca8fd15df73e6c6a5a0533e894a4cb23e9e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aab8ca8fd15df73e6c6a5a0533e894a4cb23e9e6 Author: Brian Paul Date: Wed Jun 26 09:25:52 2013 -0600 util: s/int/unsigned/ to silence some MSVC warnings --- src

Mesa (master): os: add cast in os_time_sleep() to silence MSVC warning

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: f06e60fde48d7249fef97d5295ff62ac424e583c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f06e60fde48d7249fef97d5295ff62ac424e583c Author: Brian Paul Date: Wed Jun 26 09:28:20 2013 -0600 os: add cast in os_time_sleep() to silence MSVC warning ---

Mesa (master): util: add some casts to silence some MSVC warnings

2013-06-26 Thread Brian Paul
Module: Mesa Branch: master Commit: bbdd7cfb8ba34943ac5890637024fee46b03ab13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbdd7cfb8ba34943ac5890637024fee46b03ab13 Author: Brian Paul Date: Wed Jun 26 09:26:25 2013 -0600 util: add some casts to silence some MSVC warnings --- src/

Mesa (master): nvc0: set rsvd_kick correctly

2013-06-26 Thread Maarten Lankhorst
Module: Mesa Branch: master Commit: e72cc26518d8a60093ac497bf680c1f4ba614fa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e72cc26518d8a60093ac497bf680c1f4ba614fa9 Author: Maarten Lankhorst Date: Wed Jun 26 16:45:09 2013 +0200 nvc0: set rsvd_kick correctly This prevents trampling

Mesa (9.0): nvc0: set rsvd_kick correctly

2013-06-26 Thread Maarten Lankhorst
Module: Mesa Branch: 9.0 Commit: 4d07d52e279668c5ab71147ccee02f332806e5b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d07d52e279668c5ab71147ccee02f332806e5b6 Author: Maarten Lankhorst Date: Wed Jun 26 16:45:09 2013 +0200 nvc0: set rsvd_kick correctly This prevents trampling bey

Mesa (9.1): nvc0: set rsvd_kick correctly

2013-06-26 Thread Maarten Lankhorst
Module: Mesa Branch: 9.1 Commit: 2c54e79579419315c341c715c0c21cb4dc1bdabf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c54e79579419315c341c715c0c21cb4dc1bdabf Author: Maarten Lankhorst Date: Wed Jun 26 16:45:09 2013 +0200 nvc0: set rsvd_kick correctly This prevents trampling bey

Mesa (master): nvc0: fix push_space checks for video decoding

2013-06-26 Thread Maarten Lankhorst
Module: Mesa Branch: master Commit: 30c2c344648481c0abe550ee43731263f735e29d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30c2c344648481c0abe550ee43731263f735e29d Author: Maarten Lankhorst Date: Wed Jun 26 16:18:42 2013 +0200 nvc0: fix push_space checks for video decoding --- s

Mesa (master): ilo: use a bitmask for enabled constant buffers

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c610b67972b4a06a25699623d1134b197ae277e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c610b67972b4a06a25699623d1134b197ae277e0 Author: Chia-I Wu Date: Wed Jun 26 18:50:01 2013 +0800 ilo: use a bitmask for enabled constant buffers Looping over 4

Mesa (master): ilo: Remove max_threads dead code path.

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e6479b4330a7d2d7bc127913220e290f6073ec29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6479b4330a7d2d7bc127913220e290f6073ec29 Author: Vinson Lee Date: Tue Jun 25 20:55:40 2013 -0700 ilo: Remove max_threads dead code path. max_threads cannot be

Mesa (master): winsys/intel: fix typo in "ETIMEOUT"

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c6d52f22903947183f6bdfb320672280514a1634 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d52f22903947183f6bdfb320672280514a1634 Author: Jean-Sébastien Pédron Date: Wed Jun 5 13:44:34 2013 +0200 winsys/intel: fix typo in "ETIMEOUT" Should be "ET

Mesa (master): vl/mpeg12: handle mpeg-1 bitstreams more correctly

2013-06-26 Thread Maarten Lankhorst
Module: Mesa Branch: master Commit: 9aebad618c0aab527a0b838ce0a79ffa6dd426bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9aebad618c0aab527a0b838ce0a79ffa6dd426bb Author: Maarten Lankhorst Date: Wed Jun 26 11:40:47 2013 +0200 vl/mpeg12: handle mpeg-1 bitstreams more correctly Add

Mesa (master): ilo: support PIPE_CAP_USER_INDEX_BUFFERS

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 95c21f12f321bb33ae8e1f1b255680ac8eeffade URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95c21f12f321bb33ae8e1f1b255680ac8eeffade Author: Chia-I Wu Date: Wed Jun 26 13:44:27 2013 +0800 ilo: support PIPE_CAP_USER_INDEX_BUFFERS We want to access the

Mesa (master): ilo: make pipe_draw_info a context state

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5fb5d4f0a6208e720998bbdbfe83df1035957f4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fb5d4f0a6208e720998bbdbfe83df1035957f4a Author: Chia-I Wu Date: Wed Jun 26 11:52:55 2013 +0800 ilo: make pipe_draw_info a context state Rename ilo_finalize_s

Mesa (master): ilo: support PIPE_CAP_USER_CONSTANT_BUFFERS

2013-06-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 3eb6754e94c623c4c2393f23aeaafa933bee154e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eb6754e94c623c4c2393f23aeaafa933bee154e Author: Chia-I Wu Date: Wed Jun 26 12:26:02 2013 +0800 ilo: support PIPE_CAP_USER_CONSTANT_BUFFERS We need it for HUD

Mesa (master): i915: Drop dead batch dumping code.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 79385950f383771b9021f7b5f016da09a80600d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79385950f383771b9021f7b5f016da09a80600d4 Author: Eric Anholt Date: Fri Jun 21 10:47:05 2013 -0700 i915: Drop dead batch dumping code. Batch dumping is now han

Mesa (master): i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/ clear ops.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: a2ca98b211138e2e4ac906cacefe02b4e064e01c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2ca98b211138e2e4ac906cacefe02b4e064e01c Author: Eric Anholt Date: Thu May 30 14:53:55 2013 -0700 i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clea

Mesa (master): i965: Drop unused argument to translate_tex_format().

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 820325b258b6531377ec34840193c64bfa10fc36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=820325b258b6531377ec34840193c64bfa10fc36 Author: Eric Anholt Date: Wed Jun 19 14:26:50 2013 -0700 i965: Drop unused argument to translate_tex_format(). Review

Mesa (master): i915: Use the current drawbuffer' s depth for polygon offset scale.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: dba46831b0887a3f76ad011a9653ed9d2fff570e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dba46831b0887a3f76ad011a9653ed9d2fff570e Author: Eric Anholt Date: Tue Jun 11 20:24:41 2013 -0700 i915: Use the current drawbuffer's depth for polygon offset s

Mesa (master): i965/gen4-5: Stop using bogus polygon_offset_scale field.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: c20f973c4f8fa2c275e445b5da8deefcba874d2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c20f973c4f8fa2c275e445b5da8deefcba874d2e Author: Eric Anholt Date: Tue Jun 11 17:32:41 2013 -0700 i965/gen4-5: Stop using bogus polygon_offset_scale field. Th

Mesa (master): intel: Add perf debug for glCopyPixels() fallback checks.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: c31aee99f35440a7bf4a9a5fda49fff6719ed33d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c31aee99f35440a7bf4a9a5fda49fff6719ed33d Author: Eric Anholt Date: Wed Jun 5 18:33:36 2013 -0700 intel: Add perf debug for glCopyPixels() fallback checks. Th

Mesa (master): intel: Drop little bits of dead code.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 57407bcaf8b0ee249a64b25483dcd1fc1268cf5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57407bcaf8b0ee249a64b25483dcd1fc1268cf5c Author: Eric Anholt Date: Fri Jun 21 10:43:32 2013 -0700 intel: Drop little bits of dead code. I noticed these while

Mesa (master): i965: Stop recomputing the miptree' s size from the texture image.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 88514d922e4e392ec82ea8ab2ecb5bf0d2317c4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88514d922e4e392ec82ea8ab2ecb5bf0d2317c4f Author: Eric Anholt Date: Wed Jun 19 14:08:29 2013 -0700 i965: Stop recomputing the miptree's size from the texture im

Mesa (master): i965/fs: Dump IR when fatally not compiling due to bad register spilling.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: c6d74a4992474b530fac2d66c27117e172a5c15c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d74a4992474b530fac2d66c27117e172a5c15c Author: Eric Anholt Date: Thu Jun 6 11:24:07 2013 -0700 i965/fs: Dump IR when fatally not compiling due to bad regist

Mesa (master): ra: Fix register spilling.

2013-06-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: da00782ed81776473270028cda262c913d737438 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da00782ed81776473270028cda262c913d737438 Author: Eric Anholt Date: Thu Jun 6 13:21:21 2013 -0700 ra: Fix register spilling. Commit 551c991606e543c3a264a76202