| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Unbind GL_TEXTURE_BUFFER on DeleteBuffers. | Kenneth Graunke | 2012-06-11 | 1 | -0/+4 |
* | mesa: Make glPrimitiveRestartIndex execute immediately in display lists. | Kenneth Graunke | 2012-06-11 | 1 | -0/+3 |
* | mesa: Check for a negative "size" parameter in glCopyBufferSubData(). | Kenneth Graunke | 2012-06-11 | 1 | -0/+6 |
* | scons: Fix scons build. | José Fonseca | 2012-06-11 | 2 | -0/+4 |
* | glsl: Put a bunch of optimization visitors under anonymous namespaces. | Eric Anholt | 2012-06-11 | 15 | -0/+57 |
* | automake: Merge the dricore libglsl build into libdricore. | Eric Anholt | 2012-06-11 | 2 | -33/+12 |
* | automake: Add a prefix variable for libglsl sources. | Eric Anholt | 2012-06-11 | 3 | -86/+88 |
* | automake: Convert src/Makefile to automake. | Eric Anholt | 2012-06-11 | 3 | -40/+5 |
* | automake: Move top-level makefile to automake. | Eric Anholt | 2012-06-11 | 1 | -0/+17 |
* | automake: Globally add stub automake targets to the old Makefiles. | Eric Anholt | 2012-06-11 | 15 | -39/+3 |
* | android: fix the build | Tapani Pälli | 2012-06-11 | 1 | -29/+16 |
* | i915g: Fix depth/stencil glClear | Michael Karcher | 2012-06-10 | 1 | -6/+5 |
* | mesa: Fix "glCopyBuffserSubData" typos in error messages and comments. | Kenneth Graunke | 2012-06-08 | 1 | -10/+10 |
* | glsl: Clean up warnings about deleting classes without virtual destructors. | Eric Anholt | 2012-06-08 | 1 | -0/+10 |
* | glsl: fix deref_hash memory leak in constant_expression_value | Marcin Slusarz | 2012-06-08 | 1 | -2/+5 |
* | glcpp: .gitignore cleanup | Andreas Boll | 2012-06-08 | 1 | -3/+0 |
* | glapi: .gitignore cleanup | Andreas Boll | 2012-06-08 | 1 | -11/+0 |
* | gallivm: Fix calculating rho for 3d textures for the single-quad case | Roland Scheidegger | 2012-06-08 | 1 | -2/+1 |
* | i965: Add forgotten bitcast operations in brw_fs_channel_expressions. | Kenneth Graunke | 2012-06-07 | 1 | -0/+4 |
* | i965/blorp: allow all buffer formats provided src and dst match. | Paul Berry | 2012-06-07 | 1 | -25/+7 |
* | i965/blorp: Implement logic for additional buffer formats. | Paul Berry | 2012-06-07 | 3 | -7/+37 |
* | i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function. | Paul Berry | 2012-06-07 | 1 | -4/+4 |
* | i965/blorp: Refactor surface format determination. | Paul Berry | 2012-06-07 | 4 | -10/+10 |
* | i965: Enable the GL_ARB_shader_bit_encode extension. | Kenneth Graunke | 2012-06-07 | 3 | -0/+25 |
* | st/mesa: Finally activate the ARB_shader_bit_encoding extension. | Olivier Galibert | 2012-06-07 | 1 | -0/+4 |
* | glsl: Bitwise conversion operator support in the software renderers. | Olivier Galibert | 2012-06-07 | 2 | -0/+11 |
* | glsl: Bitwise conversion operator support in ir_constant_expression. | Olivier Galibert | 2012-06-07 | 1 | -0/+47 |
* | glsl: Bitwise conversion operator support in ir_validate. | Olivier Galibert | 2012-06-07 | 1 | -0/+16 |
* | glsl: Bitwise conversion operator support in ir_expression. | Olivier Galibert | 2012-06-07 | 1 | -0/+4 |
* | glsl: New unary opcodes for ARB_shader_bit_encoding support. | Olivier Galibert | 2012-06-07 | 7 | -11/+125 |
* | glsl: Scaffolding for ARB_shader_bit_encoding. | Olivier Galibert | 2012-06-07 | 8 | -0/+11 |
* | mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats. | Kenneth Graunke | 2012-06-07 | 1 | -4/+4 |
* | glsl: Hook up loop_variable_state destructor to plug a memory leak. | Kenneth Graunke | 2012-06-07 | 1 | -0/+17 |
* | radeon/llvm: Emulate RECIP_UINT instruction on Cayman | Tom Stellard | 2012-06-06 | 2 | -4/+13 |
* | radeon/llvm: Remove some duplicate code in the R600 CodeEmitter | Tom Stellard | 2012-06-06 | 1 | -9/+3 |
* | radeon/llvm: Fix MULLO* instructions on Cayman | Tom Stellard | 2012-06-06 | 4 | -14/+53 |
* | r600g: Compute support for Cayman | Tom Stellard | 2012-06-06 | 5 | -66/+95 |
* | xorg: port to new compat API. | Dave Airlie | 2012-06-06 | 8 | -63/+162 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 7 | -138/+42 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 7 | -140/+44 |
* | mesa: consolidate internal glCopyTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -220/+62 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -195/+61 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -343/+73 |
* | translate_test: add support for half floats | Brian Paul | 2012-06-06 | 1 | -0/+8 |
* | radeon/llvm: Remove obselete hooks for the ConvertToISA pass | Tom Stellard | 2012-06-06 | 6 | -87/+1 |
* | radeon/llvm: Remove AMDIL MOVE* instructions | Tom Stellard | 2012-06-06 | 5 | -20/+2 |
* | radeon/llvm: Add isMov() to AMDILInstrInfo | Tom Stellard | 2012-06-06 | 6 | -11/+34 |
* | radeon/llvm: Remove deadcode from the AMDILISelLowering class | Tom Stellard | 2012-06-06 | 2 | -203/+0 |
* | radeon/llvm: Don't lower RETURN to S_ENDPGM on SI | Tom Stellard | 2012-06-06 | 2 | -1/+4 |
* | radeon/llvm: Remove AMDIL VCREATE* instructions | Tom Stellard | 2012-06-06 | 8 | -97/+12 |