rbug: fix make process on Linux Mint 13 x64.
[mesa.git] / src /
2012-06-14 Aaron Watryrbug: fix make process on Linux Mint 13 x64.
2012-06-14 José Fonsecawindows/gdi: Remove GL_NV_register_combiners and GL_NV_...
2012-06-14 Ian Romanickglsl: Fix pi/2 constant in acos built-in function
2012-06-13 Ian Romanickglapi: Remove GL_NV_vertex_array_range from the dispatc...
2012-06-13 Ian Romanickglapi: Remove GL_NV_fence from the dispatch table
2012-06-13 Ian Romanickglapi: Remove GL_NV_register_combiners from the dispatc...
2012-06-13 Ian Romanickglapi: Remove GL_APPLE_texture_range from the dispatch...
2012-06-13 Ian Romanickglapi: Remove GL_SGIX_pixel_texture from the dispatch...
2012-06-13 Ian Romanickglapi: Remove GL_SGIS_pixel_texture from the dispatch...
2012-06-13 Ian Romanickmesa/tests: Add tests for the generated dispatch table
2012-06-13 Ian Romanickmesa/tests: Add tests for _mesa_lookup_enum_by_{name...
2012-06-13 Ian Romanickglapi: Add missing GL_EXT_texture_sRGB_decode enums
2012-06-13 Ian Romanickglapi: Add missing GL_EXT_framebuffer_sRGB enums
2012-06-13 Ian Romanickglapi: Add missing GL_EXT_packed_float enums
2012-06-13 Ian Romanickglapi: Add missing framebuffer sRGB enum
2012-06-13 Ian Romanickglapi: Add uniform buffer object enums
2012-06-13 Ian Romanickglapi: Add missing enums for GL_NV_fragment_program
2012-06-13 Ian Romanickglapi: Add missing enums for GL_ARB_occlusion_query2
2012-06-13 Ian Romanickglapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
2012-06-13 Ian Romanickglapi: Add missing enums for GL_ATI_fragment_shader
2012-06-13 Ian Romanickglapi: Add texture swizzle enums
2012-06-13 Ian Romanickglapi: Add a couple missing 3.0 enums
2012-06-13 Ian Romanickglapi: Add missing _NV extension on COMBINE4
2012-06-13 Ian Romanickglapi: Add missing enums for GL_EXT_vertex_array
2012-06-13 Ian Romanickglapi: Add missing enums for GL_EXT_compiled_vertex_array
2012-06-13 Ian Romanickglx/tests: Add unit tests for generated code in indirec...
2012-06-13 Ian Romanickglx/tests: Add unit tests for generated code in indirec...
2012-06-13 Ian Romanickglx/tests: Rename test as glx-test
2012-06-13 Ian Romanickglx: Move tests from tests/glx to src/glx/tests
2012-06-13 Brian Paulutil: add some comments, fix indentation
2012-06-12 Matt Turnerglsl: Transform dot product by a basis vector into...
2012-06-12 Matt Turnerglsl: Add is_basis function
2012-06-12 Matt Turnerglsl: Check for zero vectors in ir_binop_dot
2012-06-12 Brian Paulmesa: move variable declaration out of loop to fix...
2012-06-12 Stéphane Marchesinmesa: Fix bool-int mismatch
2012-06-12 Antoine Labourmesa: Fix hash table leak
2012-06-12 Antoine Labourmesa: Free uniforms correclty.
2012-06-12 Antoine Labourmeta: Cleanup the resources we allocate.
2012-06-12 Stéphane Marchesinglx: Handle a null reply in QueryVersion.
2012-06-12 Michel Dänzerradeonsi: Don't always re-compile shaders after they...
2012-06-12 Dave Airliest/xorg: Fix crash on startup.
2012-06-12 Michel Dänzerradeonsi: Use linear instead of constant interpolation...
2012-06-12 Thomas Stellardradeonsi: Handle SUB_f32.
2012-06-12 Michel Dänzerradeonsi: Only dump shaders with environment variable...
2012-06-12 Eric Anholtmesa: Build git_sha1.h before computing dependencies.
2012-06-11 Kenneth Graunkemesa: Unbind GL_TEXTURE_BUFFER on DeleteBuffers.
2012-06-11 Kenneth Graunkemesa: Make glPrimitiveRestartIndex execute immediately...
2012-06-11 Kenneth Graunkemesa: Check for a negative "size" parameter in glCopyBu...
2012-06-11 José Fonsecascons: Fix scons build.
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-06-11 Eric Anholtautomake: Merge the dricore libglsl build into libdricore.
2012-06-11 Eric Anholtautomake: Add a prefix variable for libglsl sources.
2012-06-11 Eric Anholtautomake: Convert src/Makefile to automake.
2012-06-11 Eric Anholtautomake: Move top-level makefile to automake.
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-11 Tapani Pälliandroid: fix the build
2012-06-10 Michael Karcheri915g: Fix depth/stencil glClear
2012-06-09 Kenneth Graunkemesa: Fix "glCopyBuffserSubData" typos in error message...
2012-06-08 Eric Anholtglsl: Clean up warnings about deleting classes without...
2012-06-08 Marcin Slusarzglsl: fix deref_hash memory leak in constant_expression...
2012-06-08 Andreas Bollglcpp: .gitignore cleanup
2012-06-08 Andreas Bollglapi: .gitignore cleanup
2012-06-08 Roland Scheideggergallivm: Fix calculating rho for 3d textures for the...
2012-06-07 Kenneth Graunkei965: Add forgotten bitcast operations in brw_fs_channe...
2012-06-07 Paul Berryi965/blorp: allow all buffer formats provided src and...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: De-virtualize brw_blorp_{mip,surface}_info...
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-07 Olivier Galibertst/mesa: Finally activate the ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in the softwa...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_constan...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_validate.
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_expression.
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-06-07 Kenneth Graunkemesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC...
2012-06-07 Kenneth Graunkeglsl: Hook up loop_variable_state destructor to plug...
2012-06-07 Tom Stellardradeon/llvm: Emulate RECIP_UINT instruction on Cayman
2012-06-07 Tom Stellardradeon/llvm: Remove some duplicate code in the R600...
2012-06-07 Tom Stellardradeon/llvm: Fix MULLO* instructions on Cayman
2012-06-06 Tom Stellardr600g: Compute support for Cayman
2012-06-06 Dave Airliexorg: port to new compat API.
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-06-06 Brian Paultranslate_test: add support for half floats
2012-06-06 Tom Stellardradeon/llvm: Remove obselete hooks for the ConvertToISA...
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL MOVE* instructions
2012-06-06 Tom Stellardradeon/llvm: Add isMov() to AMDILInstrInfo
2012-06-06 Tom Stellardradeon/llvm: Remove deadcode from the AMDILISelLowering...
2012-06-06 Tom Stellardradeon/llvm: Don't lower RETURN to S_ENDPGM on SI
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL VCREATE* instructions
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL LOADCONST* instructions
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-06-05 Marcin Slusarznv50: fix nv50_stream_output_state leak
2012-06-05 Marcin Slusarznv50: fix symbol table memory leak
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
next