summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-26egl: cleanup doublebuffer checkAlan Hourihane
2008-09-26egl: switch to egl_glx.so as the default EGL driver for X.Alan Hourihane
2008-09-26egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL specific DRI driver.Alan Hourihane
2008-09-26egl: Add new EGL driver that wraps GLX.Alan Hourihane
2008-09-26link EGL demos with -lGLAlan Hourihane
2008-09-26util: Update fast_log2 article url.José Fonseca
2008-09-24add cso_hash_contains() functionAlan Hourihane
2008-09-23Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-23mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-09-23mesa: glsl: fix glGetUniform for matrix queriesBrian Paul
2008-09-23mesa: glsl: fix a number of glUniform issuesBrian Paul
2008-09-23mesa: glsl: fix error check in get_uniformfv()Brian Paul
2008-09-23Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-23Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-23mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul
2008-09-23mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul
2008-09-23mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-09-23Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-23i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt
2008-09-23remove leftover merge conflict markersKeith Whitwell
2008-09-23intel: Add missing include files for meta drawpixels since mesa shuffling.Eric Anholt
2008-09-23intel: Replace pbo-only drawpixels function with a generic Mesa metaops.Eric Anholt
2008-09-23i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt
2008-09-23i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt
2008-09-23CELL: fix colormask code generationRobert Ellison
2008-09-23CELL: improve legibility of CELL_DEBUG environment variable outputRobert Ellison
2008-09-22i965: Adapt to new TNL program tracking semanticsIan Romanick
2008-09-22cell: Fixed bug with absolute, negate, set-negative logic in source fetch for...Jonathan White
2008-09-22cell: Added TRUNC, SWZ (extended) and XPD instructions, verified against soft...Jonathan White
2008-09-22cell: Added DPH instruction and verified against softpipe.Jonathan White
2008-09-22r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer
2008-09-22mesa: Remove left over merge conflictsJakob Bornecrantz
2008-09-22r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: allow for extra per-context initBrian Paul
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: set point stateBrian Paul
2008-09-21mesa: fix some feature testsBrian Paul
2008-09-21mesa: fix some pixel transfer state tests for depth formatsBrian Paul
2008-09-21mesa: fix issues causing warnings on WindowsBrian Paul
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol
2008-09-21mesa: comments about vectors vs componentsBrian Paul
2008-09-21mesa: remove debug codeBrian Paul
2008-09-21mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-09-21mesa: added case for fixed ptBrian Paul