summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell
2008-12-23egl: fix egl closureAlan Hourihane
2008-12-23egl: fix startup query versionAlan Hourihane
2008-12-23egl: support GLXFBConfigs, pbuffers and pixmaps.Alan Hourihane
2008-12-22Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-22gdi: Cleanup sconsfile.José Fonseca
2008-12-22softpipe: initialize refcount and winsysJerome Glisse
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-22gallium: const correctness.José Fonseca
2008-12-20gallium: Fix typo in define name.José Fonseca
2008-12-19Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-19gallium: begin adapting Ian's 3D mipmap gen code to gallium utility libBrian Paul
2008-12-19gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2008-12-19Add do_row_3d for mipmapping 3D texturesIan Romanick
2008-12-19Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick
2008-12-19965 / GLSL: Use full precision for EXP instructionIan Romanick
2008-12-19GLSL: The LOG2 macro doesn't have enough precisionIan Romanick
2008-12-19intel: Fix glBitmap top/bottom clipping.Eric Anholt
2008-12-19intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt
2008-12-19intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt
2008-12-19intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt
2008-12-19gallium: Simple and efficient cache.José Fonseca
2008-12-19cell: fix build breakageBrian Paul
2008-12-19gallium: set ST_NEW_FRAMEBUFFER when setting new surfacesAlan Hourihane
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-18intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt
2008-12-18mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt
2008-12-18mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul
2008-12-18glsl: Fix handling of nested parens in macro actual arguments.Michal Krol
2008-12-18i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao
2008-12-18i915: fix abort issue. (bug #19147)Xiang, Haihao
2008-12-18mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-12-18mesa: updated commentsBrian Paul
2008-12-18softpipe: initialize refcount and winsysJerome Glisse
2008-12-18Gallium: fix for conform testRobert Ellison
2008-12-18glsl: Fix handling of nested parens in macro actual arguments.Michal Krol
2008-12-18glsl: Fix handling of nested parens in macro actual arguments.Michal Krol
2008-12-18softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-18Gallium: fix for conform testRobert Ellison
2008-12-18mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt
2008-12-18gallium: Enable memory debugging on all windows platforms.José Fonseca
2008-12-18i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao
2008-12-18i915: fix abort issue. (bug #19147)Xiang, Haihao
2008-12-17mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul
2008-12-17gallium: fix memory corruption in u_gen_mipmap.cBrian Paul