summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-17mesa: bump version to 7.10Vinson Lee
2010-09-18glsl2: Empty functions can be inlined.Tilman Sauerbeck
2010-09-17r600g: Silence unused variable warnings.Vinson Lee
2010-09-17r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-17r600g: Fix memory leak on error path.Vinson Lee
2010-09-17r600g: Fix implicit declaration warning.Vinson Lee
2010-09-17r600g: Remove unnecessary headers.Vinson Lee
2010-09-17r600g: Remove unnecessary header.Vinson Lee
2010-09-17llvmpipe: Default to no threading on single processor systems.José Fonseca
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca
2010-09-17gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-17r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck
2010-09-17r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck
2010-09-17r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck
2010-09-17r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck
2010-09-17r600g: Formatting fixes.Tilman Sauerbeck
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-17glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie
2010-09-17r600g: fixup map flushing.Dave Airlie
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: add winsys bo caching.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu
2010-09-17dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie
2010-09-16gallivm: Remove unnecessary header.Vinson Lee
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-09-16gallivm: Fix address register swizzle.José Fonseca
2010-09-16meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák
2010-09-16dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez
2010-09-16dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez
2010-09-16dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez
2010-09-16dri/nouveau: Add some more extensions.Francisco Jerez
2010-09-16dri/nouveau: Update nouveau_class.h.Francisco Jerez
2010-09-16dri/nv04: Fix provoking vertex.Francisco Jerez
2010-09-16dri/nv04: Fix maximum texture size.Francisco Jerez