mesa.git
2014-07-29 Carl Worthglsl/glcpp: Combine the two rules matching any character
2014-07-29 Carl Worthglsl/glcpp: Alphabetize lists of start conditions
2014-07-29 Carl Worthglsl/glcpp: Add a catch-all rule for unexpected characters.
2014-07-29 Carl Worthglsl/glcpp: Treat carriage return as equivalent to...
2014-07-29 Carl Worthglsl/glcpp: Add test for a multi-line comment within...
2014-07-29 Carl Worthglsl/glcpp: Test that macro parameters substitute immed...
2014-07-29 Carl Worthglsl/glcpp: Add (non)-support for ++ and -- operators
2014-07-29 Carl Worthglsl/glcpp: Emit error for duplicate parameter name...
2014-07-29 Carl Worthglsl/glcpp: Add an explanatory comment for "loc !=...
2014-07-29 Carl Worthglsl/glcpp: Drop the HASH_ prefix from token names...
2014-07-29 Kenneth Graunkeglsl: Properly lex extra tokens when handling # directives.
2014-07-29 Carl Worthglsl: Add an internal-error catch-all rule
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Rename HASH token to HASH_TOKEN
2014-07-29 Carl Worthglsl/glcpp: Don't use start-condition stack when switch...
2014-07-29 Carl Worthglsl/glcpp: Add a -d/--debug option to the standalone...
2014-07-29 Carl Worthglsl/glcpp: Fix off-by-one error in column in first...
2014-07-29 Carl Worthglsl/glcpp: Minor tweak to wording of error message
2014-07-29 Carl Worthglsl/glcpp: Stop using a lexer start condition (<SKIP...
2014-07-29 Carl Worthglsl/glcpp: Abstract a bit of common code for returning...
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-29 Carl Worthglsl/glcpp: Add testing for EOF sans newline (and fix...
2014-07-29 Carl Worthglsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
2014-07-29 Carl Worthglsl/glcpp: Add support for comments between #define...
2014-07-29 Carl Worthglsl/glcpp: Emit proper error for #define with a non...
2014-07-29 Carl Worthglsl/glcpp: Add testing for directives preceded by...
2014-07-29 Carl Worthglsl/glcpp: Fix to emit spaces following directives
2014-07-29 Marek Olšákconfigure.ac: require libdrm_radeon 2.4.56 because...
2014-07-29 Jason Ekstrandmain/get_hash_params: Add GL_SAMPLE_SHADING_ARB
2014-07-29 Yaakov Selkowitzos_process.c: Add cygwin as an expected platform
2014-07-29 Yaakov Selkowitzxmlconfig: Use program_invocation_short_name when build...
2014-07-29 Brian Pauldocs: fix date typo: July 78 -> 18
2014-07-29 Brian Paulsvga: remove unneeded depth==1 assertion in svga_textur...
2014-07-29 José Fonsecast/wgl: Clamp wglChoosePixelFormatARB's output nNumForm...
2014-07-29 Michel Dänzergallium/radeon: Add some Emacs .dir-locals.el files
2014-07-29 Chia-I Wuilo: fix fb height of HiZ ops
2014-07-28 Tapani Pälliglapi: add indexed blend functions (GL 4.0)
2014-07-28 Marek Olšákr600g,radeonsi: switch all occurences of array_size...
2014-07-28 Marek Olšákradeonsi: fix occlusion queries on Hawaii
2014-07-28 Marek Olšákwinsys/radeon: fix vram_size overflow with Hawaii
2014-07-28 Marek Olšákradeonsi: fix a hang with streamout on Hawaii
2014-07-28 Marek Olšákradeonsi: fix a hang with instancing on Hawaii
2014-07-28 Marek Olšákgallium/util: add a helper for calculating primitive...
2014-07-28 Marek Olšákradeonsi: fix CMASK and HTILE calculations for Hawaii
2014-07-28 Marek Olšákr600g,radeonsi: add debug flags which disable tiling
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-28 Marek Olšákr600g: switch SNORM conversion to DX and GLES behavior
2014-07-28 Tom Stellardutil: Fix typo
2014-07-28 Chia-I Wuilo: correctly propagate resource renames to hardware
2014-07-28 Chia-I Wuilo: add ilo_resource_get_bo() helper
2014-07-28 Tom Stellardradeonsi: Use util_memcpy_cpu_to_le32()
2014-07-28 Tom Stellardutil: Add util_memcpy_cpu_to_le32() v3
2014-07-28 Tom Stellardclover: Add checks for image support to the image funct...
2014-07-28 Bruno Jiménezr600g/compute: Add debug information to promote and...
2014-07-28 Bruno Jiménezr600g/compute: Add documentation to compute_memory_pool
2014-07-28 Chia-I Wuilo: unblock an inline write with a staging bo
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-28 Chia-I Wuilo: drop ptr from ilo_transfer
2014-07-28 Chia-I Wuilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
2014-07-28 Chia-I Wuilo: drop unused context param from transfer functions
2014-07-28 Chia-I Wuilo: tidy up transfer mapping/unmapping
2014-07-28 Chia-I Wuilo: tidy up choose_transfer_method()
2014-07-28 Chia-I Wuilo: free transfers with util_slab_free()
2014-07-28 EdBclover: Add clUnloadPlatformCompiler.
2014-07-28 EdBclover: Add clCreateProgramWithBuiltInKernels.
2014-07-28 Jordan Justenglsl/cs: Add several GLSL compute shader variables
2014-07-28 Jordan Justenmain/cs: Add additional compute shader constant values
2014-07-26 Chris Forbesglsl: No longer require ubo block index to be constant...
2014-07-26 Chris Forbesglsl: Accept nonconstant array references in lower_ubo_...
2014-07-26 Chris Forbesglsl: Convert uniform_block in lower_ubo_reference...
2014-07-26 Chris Forbesglsl: Mark entire UBO array active if indexed with...
2014-07-26 Chris Forbesglsl: Allow non-constant UBO array indexing with GLSL4...
2014-07-26 Chia-I Wuilo: simplify ilo_flush()
2014-07-25 Bruno Jiménezr600g/compute: Defrag the pool at the same time as...
2014-07-25 Bruno Jiménezr600g/compute: Try to use a temporary resource when...
2014-07-25 Rob Clarkfreedreno: fix typo in gpu version check
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: rename ir3_shader to ir3
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: scheduler vs pred reg
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: little cleanups
2014-07-25 Rob Clarkfreedreno/a3xx: enable/disable wa's based on patch...
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: make IR heap dyanmic
2014-07-25 Jan Veselyr600g/compute: Fix singed/unsigned comparison compiler...
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-25 Tom Stellardgallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_defrag to defragmen...
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_move_item to move...
2014-07-25 Dylan Bakergbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH...
2014-07-24 Jerome Glissewinsys/radeon: fix indentation
2014-07-24 Jason EkstrandAdd an accelerated version of F_TO_I for x86_64
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-24 Ilia Mirkinnvc0/ir: support 2d constbuf indexing
2014-07-24 Ilia Mirkingm107/ir: emit LDC subops
2014-07-24 Ilia Mirkingk110/ir: emit load constant subop
2014-07-24 Ilia Mirkinmesa/st: add support for interpolate_at_* ops
2014-07-24 Ilia Mirkinnv50/ir: fix phi/union sources when their def has been...
2014-07-24 Ilia Mirkinnv50/ir: fix hard-coded TYPE_U32 sized register
next