summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nv50: don't produce MOV immediate to output reg in store optChristoph Bumiller2010-07-242-10/+14
| * | | nv50: introduce the big formats tableChristoph Bumiller2010-07-2410-272/+486
| * | | nouveau: update nouveau_class.hChristoph Bumiller2010-07-243-84/+1159
| * | | nv50: import new compilerChristoph Bumiller2010-07-2315-4687/+6485
* | | | llvmpipe: return zero from floor_pot(zero)Keith Whitwell2010-09-151-1/+3
* | | | llvmpipe: remove duplicate codeKeith Whitwell2010-09-151-5/+0
* | | | llvmpipe: brackets around macro argKeith Whitwell2010-09-151-1/+1
* | | | glapi: Fix ES build errors again.Chia-I Wu2010-09-151-2/+2
* | | | r600g: Silence unused variable warning.Vinson Lee2010-09-151-0/+2
* | | | r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* | | | r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-0/+3
* | | | r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* | | | nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-151-0/+3
* | | | r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* | | | r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* | | | glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee2010-09-151-1/+1
* | | | r300g: fix buffer reuse issue caused by previous commitDave Airlie2010-09-151-3/+6
* | | | glapi: Fix build errors for ES.Chia-I Wu2010-09-151-1/+1
* | | | r600c: fix buffer height setting in dri2 caseAndre Maasikas2010-09-152-9/+46
* | | | r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2010-09-152-4/+26
* | | | mesa: Include missing header in program.h.Vinson Lee2010-09-141-0/+1
* | | | r600g: Remove unnecessary headers.Vinson Lee2010-09-142-3/+0
* | | | auxiliary: fix unintended fallthroughLuca Barbieri2010-09-141-0/+1
* | | | llvmpipe: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* | | | glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul2010-09-141-2/+2
* | | | r600c: fix setting negative values to bitfields7.9-branchpointAndre Maasikas2010-09-141-1/+1
* | | | mesa: update to version 64 of GL/glext.hBrian Paul2010-09-1412-23/+23
* | | | mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2010-09-142-9/+15
* | | | glsl2: add case for ir_unop_noiseBrian Paul2010-09-141-0/+4
* | | | glsl2: fix commentsBrian Paul2010-09-143-3/+3
* | | | mesa: Remove unnecessary FEATURE tests.Chia-I Wu2010-09-142-18/+0
* | | | mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-145-25/+60
* | | | mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-1411-90/+0
* | | | gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* | | | llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee2010-09-141-0/+3
* | | | i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-141-1/+2
* | | | i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-131-1/+2
* | | | i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee2010-09-131-0/+1
* | | | identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* | | | rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* | | | mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri2010-09-141-0/+2
* | | | mesa/st: set compiler options based on Gallium shader capsLuca Barbieri2010-09-141-0/+9
* | | | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-1425-345/+612
* | | | glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick2010-09-133-240/+48
* | | | glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri2010-09-138-23/+74
* | | | loop_unroll: unroll loops with (lowered) breaksLuca Barbieri2010-09-131-4/+89
* | | | glsl2: Add pass to remove redundant jumpsIan Romanick2010-09-136-1/+118
* | | | glsl: Explain file naming conventionIan Romanick2010-09-131-0/+12
* | | | loop_controls: fix analysis of already analyzed loopsLuca Barbieri2010-09-131-1/+8
* | | | i965: Request that returns be lowered in shader mainIan Romanick2010-09-131-0/+1