summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-11automake: Move top-level makefile to automake.Eric Anholt1-0/+17
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt15-39/+3
2012-06-11android: fix the buildTapani Pälli1-29/+16
2012-06-10i915g: Fix depth/stencil glClearMichael Karcher1-6/+5
2012-06-08mesa: Fix "glCopyBuffserSubData" typos in error messages and comments.Kenneth Graunke1-10/+10
2012-06-08glsl: Clean up warnings about deleting classes without virtual destructors.Eric Anholt1-0/+10
2012-06-08glsl: fix deref_hash memory leak in constant_expression_valueMarcin Slusarz1-2/+5
2012-06-08glcpp: .gitignore cleanupAndreas Boll1-3/+0
2012-06-08glapi: .gitignore cleanupAndreas Boll1-11/+0
2012-06-08gallivm: Fix calculating rho for 3d textures for the single-quad caseRoland Scheidegger1-2/+1
2012-06-07i965: Add forgotten bitcast operations in brw_fs_channel_expressions.Kenneth Graunke1-0/+4
2012-06-07i965/blorp: allow all buffer formats provided src and dst match.Paul Berry1-25/+7
2012-06-07i965/blorp: Implement logic for additional buffer formats.Paul Berry3-7/+37
2012-06-07i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.Paul Berry1-4/+4
2012-06-07i965/blorp: Refactor surface format determination.Paul Berry4-10/+10
2012-06-07i965: Enable the GL_ARB_shader_bit_encode extension.Kenneth Graunke3-0/+25
2012-06-07st/mesa: Finally activate the ARB_shader_bit_encoding extension.Olivier Galibert1-0/+4
2012-06-07glsl: Bitwise conversion operator support in the software renderers.Olivier Galibert2-0/+11
2012-06-07glsl: Bitwise conversion operator support in ir_constant_expression.Olivier Galibert1-0/+47
2012-06-07glsl: Bitwise conversion operator support in ir_validate.Olivier Galibert1-0/+16
2012-06-07glsl: Bitwise conversion operator support in ir_expression.Olivier Galibert1-0/+4
2012-06-07glsl: New unary opcodes for ARB_shader_bit_encoding support.Olivier Galibert7-11/+125
2012-06-07glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert8-0/+11
2012-06-07mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats.Kenneth Graunke1-4/+4
2012-06-07glsl: Hook up loop_variable_state destructor to plug a memory leak.Kenneth Graunke1-0/+17
2012-06-06radeon/llvm: Emulate RECIP_UINT instruction on CaymanTom Stellard2-4/+13
2012-06-06radeon/llvm: Remove some duplicate code in the R600 CodeEmitterTom Stellard1-9/+3
2012-06-06radeon/llvm: Fix MULLO* instructions on CaymanTom Stellard4-14/+53
2012-06-06r600g: Compute support for CaymanTom Stellard5-66/+95
2012-06-06xorg: port to new compat API.Dave Airlie8-63/+162
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul7-138/+42
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul7-140/+44
2012-06-06mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul10-220/+62
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul10-195/+61
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul10-343/+73
2012-06-06translate_test: add support for half floatsBrian Paul1-0/+8
2012-06-06radeon/llvm: Remove obselete hooks for the ConvertToISA passTom Stellard6-87/+1
2012-06-06radeon/llvm: Remove AMDIL MOVE* instructionsTom Stellard5-20/+2
2012-06-06radeon/llvm: Add isMov() to AMDILInstrInfoTom Stellard6-11/+34
2012-06-06radeon/llvm: Remove deadcode from the AMDILISelLowering classTom Stellard2-203/+0
2012-06-06radeon/llvm: Don't lower RETURN to S_ENDPGM on SITom Stellard2-1/+4
2012-06-06radeon/llvm: Remove AMDIL VCREATE* instructionsTom Stellard8-97/+12
2012-06-06radeon/llvm: Remove AMDIL LOADCONST* instructionsTom Stellard13-322/+33
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz4-3/+15
2012-06-05nv50: fix nv50_stream_output_state leakMarcin Slusarz1-0/+3
2012-06-05nv50: fix symbol table memory leakMarcin Slusarz1-0/+3
2012-06-05i965/fs: Fix user-defined FS outputs with less than four components.Kenneth Graunke2-2/+9
2012-06-05i965/vs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke1-2/+2
2012-06-05i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke1-12/+28
2012-06-05meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke1-0/+4