summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-27llvmpipe: minor changes in llvm coefficient calcslp-setup-llvmHui Qi Tay2-2/+4
2010-09-18graw: add frag-face shaderKeith Whitwell1-0/+14
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell22-716/+1315
2010-09-18glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck1-0/+3
2010-09-18glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+1
2010-09-17x86: Silence unused variable warning on Mac OS X.Vinson Lee1-0/+2
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee1-1/+5
2010-09-17ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee1-1/+0
2010-09-17mesa: bump version to 7.10Vinson Lee3-5/+5
2010-09-18glsl2: Empty functions can be inlined.Tilman Sauerbeck1-1/+4
2010-09-17r600g: Silence unused variable warnings.Vinson Lee1-0/+2
2010-09-17r600g: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-09-17r600g: Fix memory leak on error path.Vinson Lee1-1/+1
2010-09-17r600g: Fix implicit declaration warning.Vinson Lee1-0/+1
2010-09-17r600g: Remove unnecessary headers.Vinson Lee1-3/+0
2010-09-17r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-17llvmpipe: Default to no threading on single processor systems.José Fonseca1-2/+1
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca1-0/+8
2010-09-17gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul1-0/+1
2010-09-17r600g: alternative command stream building from contextJerome Glisse14-25/+5913
2010-09-17r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck2-2/+2
2010-09-17r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck1-2/+1
2010-09-17r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck1-2/+14
2010-09-17r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck4-6/+46
2010-09-17r600g: Formatting fixes.Tilman Sauerbeck1-27/+26
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick5-8/+82
2010-09-17glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick1-11/+12
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri5-0/+317
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie1-1/+1
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie1-1/+1
2010-09-17r600g: fixup map flushing.Dave Airlie1-5/+9
2010-09-17r600g: add upload manager support.Dave Airlie6-47/+223
2010-09-17r600g: add winsys bo caching.Dave Airlie4-31/+24
2010-09-17r600g: add support for kernel boDave Airlie10-50/+352
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie3-1/+9
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie12-55/+65
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu1-8/+0
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu1-3/+10
2010-09-17dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez1-2/+1
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul1-6/+9
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie19-199/+272
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie8-56/+42
2010-09-16gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul1-3/+3
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca1-60/+71
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca8-32/+263
2010-09-16gallivm: Fix address register swizzle.José Fonseca1-2/+1
2010-09-16meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez1-1/+0
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul1-0/+1
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák2-8/+28