summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-23dri: fix dri_test.c for non-TLS buildLuca Barbieri
2010-03-23dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg
2010-03-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
2010-03-23mesa: Also print _NEW_STENCIL in _mesa_print_state()Kristian Høgsberg
2010-03-23nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri
2010-03-23nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri
2010-03-23st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri
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-23Add missing EGL files to the tarballs.Chia-I Wu
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-22Fix potential compilation issue in visual studio project fileKarl Schultz
2010-03-22dri/nouveau: Rectangle texture fixes.Francisco Jerez
2010-03-22dri/nouveau: Some render to texture fixes.Francisco Jerez