aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* nv50: Silence missing initializer warning.Vinson Lee2010-09-181-1/+1
* nv50: fix typo in fifo packet length limitChristoph Bumiller2010-09-182-2/+6
* glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke2010-09-185-360/+72
* glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke2010-09-183-48/+48
* nv50: emit constbuf relocs before uploading constantsChristoph Bumiller2010-09-183-21/+56
* nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-185-3/+31
* glsl: Properly handle nested structure types.Kenneth Graunke2010-09-182-25/+11
* r600g: Remove unused variable.Vinson Lee2010-09-181-1/+0
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-181-0/+2
* nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee2010-09-181-1/+1
* glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck2010-09-181-0/+3
* glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-181-0/+1
* x86: Silence unused variable warning on Mac OS X.Vinson Lee2010-09-171-0/+2
* mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee2010-09-171-1/+5
* ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee2010-09-171-1/+0
* mesa: bump version to 7.10Vinson Lee2010-09-173-5/+5
* glsl2: Empty functions can be inlined.Tilman Sauerbeck2010-09-181-1/+4
* r600g: Silence unused variable warnings.Vinson Lee2010-09-171-0/+2
* r600g: Silence uninitialized variable warning.Vinson Lee2010-09-171-1/+2
* r600g: Fix memory leak on error path.Vinson Lee2010-09-171-1/+1
* r600g: Fix implicit declaration warning.Vinson Lee2010-09-171-0/+1
* r600g: Remove unnecessary headers.Vinson Lee2010-09-171-3/+0
* r600g: Remove unnecessary header.Vinson Lee2010-09-171-1/+0
* llvmpipe: Default to no threading on single processor systems.José Fonseca2010-09-171-2/+1
* util: linearized sRGB values don't fit into 8bitsJosé Fonseca2010-09-171-0/+8
* gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul2010-09-171-0/+1
* r600g: alternative command stream building from contextJerome Glisse2010-09-1714-25/+5913
* r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck2010-09-172-2/+2
* r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck2010-09-171-2/+1
* r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck2010-09-171-2/+14
* r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck2010-09-174-6/+46
* r600g: Formatting fixes.Tilman Sauerbeck2010-09-171-27/+26
* glsl2: Add flags to enable variable index loweringIan Romanick2010-09-175-8/+82
* glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick2010-09-171-11/+12
* glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri2010-09-175-0/+317
* r600g: oops got the use_mem_constant the wrong way around.Dave Airlie2010-09-181-1/+1
* r600g: use calloc for ctx bo allocationsDave Airlie2010-09-171-1/+1
* r600g: fixup map flushing.Dave Airlie2010-09-171-5/+9
* r600g: add upload manager support.Dave Airlie2010-09-176-47/+223
* r600g: add winsys bo caching.Dave Airlie2010-09-174-31/+24
* r600g: add support for kernel boDave Airlie2010-09-1710-50/+352
* r600g: use malloc bufmgr for constant buffersDave Airlie2010-09-173-1/+9
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-1712-55/+65
* libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu2010-09-171-8/+0
* targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu2010-09-171-3/+10
* dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez2010-09-171-2/+1
* tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul2010-09-161-6/+9
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-1719-199/+272