summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-03-29glsl: avoid using rcp in length() functionsBrian Paul
2010-03-29glsl: remove rcp from sqrt()Brian Paul
2010-03-29mesa/st: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-28swrast: Remove unnecessary header.Vinson Lee
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-26Merge branch '7.8'Michel Dänzer
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer
2010-03-26dri/common: add comment about DRISW wrt DRI1 / DRI2George Sapountzis
2010-03-26mesa: only call _mesa_update_state() when necessary in glGet functionsBrian Paul
2010-03-26r300/compiler: Lower CMP for vertex programs.Corbin Simpson
2010-03-25i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt
2010-03-25i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt
2010-03-25intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt
2010-03-25intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt
2010-03-25intel: Respect src pitch in _mesa_copy_rect().Eric Anholt
2010-03-25Merge branch '7.8'Brian Paul
2010-03-25glapi: return int = 0 from NoOpGeneric()Brian Paul
2010-03-25glslcompiler: Fix build.Vinson Lee
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-24r300: report correct state atom sizeMaciej Cencora
2010-03-24r300: fix off by oneMaciej Cencora
2010-03-24r300: fix vertex programs with big number of params (>255) under KMSMaciej Cencora
2010-03-24r300: fix wpos/fog handlingMaciej Cencora
2010-03-24r300: clean fog_attr/wpos_attr if code accessing these attributes has been re...Maciej Cencora
2010-03-24i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args.Eric Anholt
2010-03-24st/mesa: fix typo in prev commitBrian Paul
2010-03-24st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul
2010-03-24st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul
2010-03-24st/mesa: rename st_clear() to st_Clear()Brian Paul
2010-03-24st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul
2010-03-23swrast: improve depth texture mipmap selectionBrian Paul
2010-03-23glslcompiler: added option to do linking of vert/frag shadersBrian Paul
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-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
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-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-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri
2010-03-22mesa: set version string to 7.8-rc2Ian Romanick
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