summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-23Merge branch '7.8'Brian Paul
2010-03-23softpipe: comments, re-formatting, etcBrian Paul
2010-03-23softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul
2010-03-23st/glx: better format selection in xmesa_choose_z_stencil_format()Brian Paul
2010-03-23nvfx: don't crash on empty fragment programLuca Barbieri
2010-03-23nvfx: fix coding style in nvfx_transfer.cLuca Barbieri
2010-03-23nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri
2010-03-23nvfx: fix/workaround nv3x hwtnl issuesLuca Barbieri
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri
2010-03-23radeong: fix build issue with libdrm < 2.4.19Marek Olšák
2010-03-23r300g: fix glean occlusion query testDave Airlie
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg
2010-03-22gallium/docs: Cleanup and clarify point ras info.Corbin Simpson
2010-03-22radeong: Always initialize this variable.Corbin Simpson
2010-03-22r300g: Cleanup a few old warnings.Corbin Simpson
2010-03-22mesa: set version string to 7.8-rc2Ian Romanick
2010-03-22GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes
2010-03-22i965: Add disasm for SNB MATH opcode.Eric Anholt
2010-03-22i965: Enable normal clipping on SNB.Eric Anholt
2010-03-22i965: Force single program flow in SNB GS, to match gen4 GS.Eric Anholt
2010-03-22i965: Correct copy and wasted field shifts for SNB GS URB.Eric Anholt
2010-03-22i965: Enable VS on SNB.Eric Anholt
2010-03-22i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.Eric Anholt
2010-03-22i965: Ignore execution mask for the mov(m0, g0) of VS URB write header on SNB.Eric Anholt
2010-03-22i965: Allow FS constants to be used as immediates instead of push/pull.Eric Anholt
2010-03-22i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.Eric Anholt
2010-03-22i965: Optimize OPCODE_CMP by using BRW_SEL to choose results.Eric Anholt
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul
2010-03-22st/mesa: rename st_framebuffer() to st_ws_framebuffer()Brian Paul
2010-03-22intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg
2010-03-22intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg
2010-03-22st/mesa: Remove unnecessary headers.Vinson Lee
2010-03-22glslcompiler: fix build againBrian Paul
2010-03-22cso: Remove unnecessary header.Vinson Lee
2010-03-22dri/nouveau: Rectangle texture fixes.Francisco Jerez
2010-03-22dri/nouveau: Some render to texture fixes.Francisco Jerez
2010-03-22dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the s...Francisco Jerez
2010-03-22dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez
2010-03-22dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants.Francisco Jerez
2010-03-22dri/nouveau: Emit dirty states on nouveau_validate_framebuffer.Francisco Jerez
2010-03-22nvfx: fix sampler views supportLuca Barbieri
2010-03-22glslcompiler: fix build breakageBrian Paul
2010-03-22Merge branch '7.8'Brian Paul
2010-03-22glslcompiler: fix build breakageBrian Paul
2010-03-22mesa: remove return, do as the comment saysBrian Paul
2010-03-22mesa: Add end of line to the end of a debug output.Pauli Nieminen
2010-03-21r200: Fix emit size prediction to account elt splitting.Pauli Nieminen
2010-03-21r200: Don't flush when closing elts in KMS.Pauli Nieminen
2010-03-21r300g: disable tiling for YUV formatsMarek Olšák