summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: no-op glCopyPixels if source region is out of boundsBrian Paul2012-04-231-1/+9
* radeon/llvm: Don't print an error message when there is no errorTom Stellard2012-04-231-2/+1
* radeon/llvm: Lower VCREATE_v4f32 for R600 and SITom Stellard2012-04-235-33/+22
* r600g/llvm: Let ISel handle lowering to {INSERT,EXTRACT}_SUBREGTom Stellard2012-04-236-88/+37
* r600g/llvm: Only emit an instruction's explicit operandsTom Stellard2012-04-231-2/+2
* r600g/llvm: Handle copies between vector registersTom Stellard2012-04-232-2/+21
* r600g/llvm: Remove debugging hack from R600InstrInfo::copyPhysReg()Tom Stellard2012-04-231-4/+0
* r600g/llvm: Tell the code emitter to ignore KILL and BUNDLETom Stellard2012-04-231-1/+3
* r600/llvm: Add LOAD_VTX instructionTom Stellard2012-04-231-0/+13
* r600g: Add hooks for the LLVM shader compilerTom Stellard2012-04-233-2/+304
* r600g: Add TGSI->LLVM implementation v2Tom Stellard2012-04-232-0/+330
* radeon: Move radeon_llvm_emit.cpp declarations into their own headerTom Stellard2012-04-235-19/+58
* radeon: Remove HAVE_LLVM ifdefsTom Stellard2012-04-231-10/+0
* r600g: fix gpr number calculationVadim Girlin2012-04-231-0/+3
* r600g: split add_reg into add_reg and add_reg_bo variantsDave Airlie2012-04-234-215/+193
* glapi: Correct size of allocated _glapi_table structJonas Maebe2012-04-221-1/+1
* r600g: enable GLSL130 on all cardsDave Airlie2012-04-221-3/+2
* r600g: enable dual src blending on r600 cardsDave Airlie2012-04-211-1/+1
* r600g: enable GLSL 1.30 for r600 classDave Airlie2012-04-211-1/+1
* r600: enable glsl 1.30 on r700Dave Airlie2012-04-211-1/+1
* r600g: report INTEGERS cap if glsl130 is on.Dave Airlie2012-04-201-1/+2
* r600g: enable glsl 130 on evergreen.Dave Airlie2012-04-201-1/+3
* r600g: disable I2F conversion for InstanceID if integers are supportedVadim Girlin2012-04-201-11/+16
* r600g: store glsl_feature_level in the r600_screenVadim Girlin2012-04-202-1/+3
* mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul2012-04-206-18/+10
* i965: Convert live interval computation to using live variable analysis.Eric Anholt2012-04-191-39/+26
* i965: Move the old live interval analysis code next to the new live vars code.Eric Anholt2012-04-192-122/+122
* i965: Add support for live variable analysis using dataflow analysis.Eric Anholt2012-04-193-0/+245
* i965: Add basic block generator.Eric Anholt2012-04-195-0/+392
* i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.Eric Anholt2012-04-191-0/+2
* glsl: Properly throw compile-time errors for conflicting FS output writes.Eric Anholt2012-04-191-0/+66
* glsl: Track in each ir_variable whether it was ever assigned.Eric Anholt2012-04-193-13/+33
* glsl: Convert the tests directory to automake.Eric Anholt2012-04-192-0/+3
* glsl: Fix up some comments in structure splitting, based on array-split work.Eric Anholt2012-04-191-3/+8
* glsl: Don't allow array splitting on function arguments.Eric Anholt2012-04-191-1/+17
* glsl: Rename the "whole_array_access" member in array splitting.Eric Anholt2012-04-191-11/+15
* glsl: Fix up a comment explaining what a visitor class does.Eric Anholt2012-04-191-1/+4
* glsl: Use the column_types() helper method.Eric Anholt2012-04-191-2/+1
* Revert "mesa: only update _MaxElement when we actually need it"Marek Olšák2012-04-191-3/+1
* radeonsi: Fix VGPR_BIT() definition.Michel Dänzer2012-04-191-1/+1
* radeonsi: Replace magic numbers for vertex buffer resource.Michel Dänzer2012-04-191-4/+8
* radeonsi: (User) SGPR related cleanups.Michel Dänzer2012-04-193-16/+33
* radeonsi: Fix sampler offsets for shader intrinsic.Michel Dänzer2012-04-191-2/+2
* mesa: move unrefs of array objects earlier in _mesa_free_context_data()Brian Paul2012-04-191-3/+3
* nv50,nvc0: prevent multiple flushes when user spins on get_query_resultChristoph Bumiller2012-04-192-19/+31
* nv50/ir/opt: swap VP inputs to first source where possibleChristoph Bumiller2012-04-191-0/+17
* vbo: remove vbo_context::mat_currvalMarek Olšák2012-04-195-12/+8
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-197-12/+16
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-197-16/+14
* vbo: remove unused variables in vbo_contextMarek Olšák2012-04-191-4/+0