mesa.git
2008-12-03 Eric Anholti965: Fix stray character that the compile whined about.
2008-12-02 Kristian HøgsbergBump dri2proto requirement to 1.99.3, drop CopyRegion...
2008-12-02 Dave Airlieintel: restore old vertex submit paths for i8xx hardware.
2008-12-02 Brianmesa: fix conditional in save_Lightfv(), bug 18838
2008-11-29 Eric Anholti965: Add a new state flag BRW_NEW_NR_SURFACES instead...
2008-11-29 Eric Anholti965: Fix clashing enums for BRW_NEW_INDICES/VERTICES...
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-28 Brian Paulmesa: add missing break statements
2008-11-28 Brian Paulmesa: enable texture compression extensions for softwar...
2008-11-28 Phillip Klaus... mesa: remove unneeded compressed texure size checks
2008-11-28 Brian Paulmesa: fix default switch case in append_token(), see...
2008-11-27 Brian Paulmesa: remove an assertion (see bug 18734)
2008-11-27 RALOVICH, KristófRevert "glx: xcbified visual and FBConfig choosing"
2008-11-27 RALOVICH, KristófRevert "glx: revert using nonexsisten XCB version of...
2008-11-26 RALOVICH, Kristófglx: revert using nonexsisten XCB version of glXGetFBCo...
2008-11-26 RALOVICH, Kristófglx: remove XCB debug leftover
2008-11-26 RALOVICH, Kristófglx: xcbified glXSwapBuffers
2008-11-26 RALOVICH, Kristófglx: xcbified visual and FBConfig choosing
2008-11-26 RALOVICH, Kristófglx: xcbified __glXClientInfo
2008-11-26 RALOVICH, Kristófconfigure.ac: advertise XCB
2008-11-26 RALOVICH, Kristófglx: no graphics context during initialization
2008-11-26 RALOVICH, Kristófglx: xcbified __glXIsDirect
2008-11-26 RALOVICH, Kristófglx: missing static on local function
2008-11-26 RALOVICH, Kristófglx: use __glXGetString
2008-11-26 RALOVICH, Kristófglx: use __glXQueryServerString
2008-11-26 RALOVICH, Kristófglx: implement __glXGetString, hide __glXGetStringFromS...
2008-11-26 RALOVICH, Kristófglx: implement QueryVersion using XCB
2008-11-26 RALOVICH, Kristófglx: implement __glXQueryServerString using XCB
2008-11-26 Thomas Hennwindows: fix visual object memleak
2008-11-26 Thomas Hennwindows: fix _mesa_unreference_framebuffer() to pass...
2008-11-26 Brian Paulmesa: add missing type check for function calls
2008-11-26 Brian Paulmesa: add missing size check for assignment optimization
2008-11-26 Brian Paulmesa: remove debug code
2008-11-26 Brian Pauldemos: press SPACE to toggle fbo_firecube animation
2008-11-26 Brian Paulmesa: add some missing switch cases for generating...
2008-11-26 Daniel Zimmermannfix possible memory leak in bezierPatchMeshMake
2008-11-25 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2008-11-24 Brian Paulmesa: support for GLSL 1.20 array types
2008-11-24 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2008-11-24 Bernd Buschinskiglx: Add missing include for XCB, fixing crash on 64...
2008-11-24 Brian Paulwindows: replace free() with _mesa_unreference_framebuf...
2008-11-24 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2008-11-24 Brian Paulmesa: check that varying variable qualifiers agree
2008-11-24 Brian Paulmesa: copy precision/variant/centroid info in slang_ful...
2008-11-24 Brian Paulmesa: set flags for varying vars
2008-11-24 Brian Paulmesa: rename program parameter flags to match other...
2008-11-24 Brian Paulmesa: copy Flags in _mesa_clone_parameter_list()
2008-11-24 Brian Paulmesa: dump/debug varying vars list
2008-11-24 Brian Paulmesa: added PROG_PARAM_ bits for invariant, flat/linear...
2008-11-24 Brian Paulmesa: add Flags field to gl_program_parameter
2008-11-24 Brian Pauldocs: update webmaster email addr
2008-11-22 Brian Paulmesa: issue error, don't crash, when calling a prototyp...
2008-11-21 Brian Paulmesa: better variable name: s/aux/store/
2008-11-21 Brian Pauladded progs/demos/fragcoord.c - tests gl_FragCoord...
2008-11-21 Eric Anholti965: Add support for accelerated CopyTexSubImage.
2008-11-21 Eric Anholtintel: Don't glBitmap fallback with scissoring enabled.
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-20 Xiang, Haihaomesa: fix shadow sampling unit issue.
2008-11-20 airliedintel: fix i830 comment + backwards VB offsets.
2008-11-20 airliedintel: fix i8xx vbo enable bit
2008-11-20 airliedintel: add lots of i830 engine to intel_decode debug
2008-11-19 Brian Paulmesa: minor comment reformattting
2008-11-19 Brian Paulmesa: glsl compiler debug code
2008-11-19 Brian Paulmesa: rework GLSL array code generation
2008-11-19 Brian Paulmesa: don't realloc instruction buffer so often
2008-11-19 Brian Paulmesa: updated comment
2008-11-19 Xiang, Haihaomesa: clamp luminance if needed.
2008-11-14 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2008-11-14 Brian Paulmesa: revamp GLSL instruction emit code
2008-11-14 Brian Paulmesa: make writemask_string() non-static
2008-11-14 Brian Paulmesa: remove some do-nothing GLSL code
2008-11-14 Brian Paulmesa: fix accidental regression in GLSL built-in textur...
2008-11-14 Brian Paulmesa: use the tighter definition of GLSL ftransform...
2008-11-14 Brian Paulmesa: remove unused/obsolete __NormalMatrixTranspose...
2008-11-14 Brian Paulmesa: fix bug in GLSL built-in matrix state lookup
2008-11-14 Brian Paulmesa: tweak program register printing for RelAddr case
2008-11-13 Alan Hourihanemesa: fix generation of fixed function state when no...
2008-11-12 Eric Anholti965: Upload state on primitive switch, don't just...
2008-11-12 Eric Anholti965: Fix VB refcount leak on aperture overflow.
2008-11-12 Eric AnholtAdd glsync demo program from jbarnes for testing vblank...
2008-11-12 Eric Anholti965: Fix up VS max_threads for G4X and removing a...
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-11-12 Eric Anholti965: Fix up clip min_nr_entries, preferred_nr_entries...
2008-11-12 Eric Anholti965: Update WM maximum threads for G4X.
2008-11-12 Eric Anholti965: Add a big comment explaining my understanding...
2008-11-12 Kristian HøgsbergglFlush before CopySubBuffer, fix coordinates and exten...
2008-11-12 Hanno Böckglx: fix xcb build
2008-11-11 Brian Paulmesa: fix version check in dinoshade.c
2008-11-11 Brian Paulmesa: allow relative indexing into all register files...
2008-11-11 Kristian HøgsbergDon't mess with emacs tab width.
2008-11-11 Xiang, Haihaointel: reset cliprect_mode to IGNORE_CLIPRECTS.
2008-11-11 Xiang, Haihaomesa: restore the negate flag of dots in build_lighting.
2008-11-11 Xiang, Haihaomesa: update new state for RasterPos like other operations.
2008-11-11 Brianmesa: new _mesa_is_pow_two() function
2008-11-10 Brian Paulmesa: restore glapi/ prefix on #include
2008-11-10 Brian Paulmesa: fix some misc breakage caused by editing auto...
2008-11-10 Brian PaulGLX: fix out-of-bounds memory issue in indirect glAreTe...
next