aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* dri: __driUtilMessage(): not all messages are errorsBrian Paul2009-04-171-1/+1
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-0/+65
* dri glx: Swap before checking for cliprects.Younes Manton2009-04-131-3/+3
* dri glx: Fix dri_util::driBindContextThomas Hellstrom2009-04-021-18/+14
* dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom2009-04-021-2/+1
* Convert u_int*_t to C99 standard uint*_tAlan Coopersmith2009-03-251-1/+1
* regenerate glapiRoland Scheidegger2009-03-121-0/+38
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-052-0/+15
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-052-0/+15
* mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul2009-03-041-66/+8
* texmem: fix typo from brianp's changes.Dave Airlie2009-02-221-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-211-5/+5
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-102-5/+5
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-094-85/+96
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+22
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-061-1/+19
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-9/+9
| |\ \ \
| * \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-112-17/+17
| |\ \ \ \
| * | | | | dri: don't check the number of cliprects before swap, letAlan Hourihane2008-10-141-3/+0
| * | | | | dri: remove unused files present only on gallium-0.2 branchKeith Whitwell2008-09-262-638/+0
| * | | | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-2114-36/+36
| |\ \ \ \ \
| * | | | | | bug fix to MSAA visualsAlan Hourihane2008-09-191-3/+1
| * | | | | | re-add MSAA supportAlan Hourihane2008-09-192-67/+71
| * | | | | | i915simple: A step closer to compilingJakob Bornecrantz2008-09-121-70/+1
| * | | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-112-245/+35
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1113-35/+745
| |\ \ \ \ \ \ \
| | * | | | | | | mesa: disable fprintf() errorBrian Paul2008-07-091-0/+2
| | * | | | | | | gallium: handle msaaRoland Scheidegger2008-06-272-46/+54
| | * | | | | | | mesa/dri: User standard integer types.José Fonseca2008-06-244-16/+16
| | * | | | | | | revert the DRI2 commitsAlan Hourihane2008-06-129-1050/+860
| | * | | | | | | Bring in DRI2 changesAlan Hourihane2008-06-119-860/+1050
| | * | | | | | | Remove CVS keywords.José Fonseca2008-05-266-6/+0
| | * | | | | | | Regenerated API dispatch filesBrian Paul2008-05-181-36/+12
| | * | | | | | | Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-041-9/+3
| | * | | | | | | Finish up ATI_separate_stencilBrian2008-04-041-0/+22
| | * | | | | | | mesa: Add copyright headers.José Fonseca2008-02-272-23/+45
| | * | | | | | | re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
| | * | | | | | | Initial support for user-space buffer objects.Brian2007-10-112-9/+49
| | * | | | | | | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-312-1/+11
| | |\ \ \ \ \ \ \
| | | * | | | | | | fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
| | | * | | | | | | fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger2007-07-141-0/+4
* | | | | | | | | | intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-302-2/+4
* | | | | | | | | | Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* | | | | | | | | | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-0/+4
* | | | | | | | | | Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-0/+2
* | | | | | | | | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-0/+2
* | | | | | | | | | mesa: regenerated GL API filesBrian Paul2009-01-221-69/+121
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | dri: correct the damage.Xiang, Haihao2009-01-061-2/+17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt2008-12-291-9/+9
| |_|_|_|_|/ |/| | | | |