summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-284-86/+74
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-31/+33
| * dri/common: updated #includesBrian Paul2009-10-151-6/+2
| * dri/common: use _mesa_little_endian() and update commentsBrian Paul2009-10-151-7/+5
| * dri/common: fix broken _dri_texformat_* initializationsBrian Paul2009-10-151-4/+4
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-16/+7
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-302-32/+33
* | mesa/dri: Remove extension_helper.h.Chia-I Wu2009-10-231-6647/+0
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-105/+21
* | Nuke s3v.Corbin Simpson2009-10-221-1/+1
|/
* glapi: regenerated filesBrian Paul2009-09-191-1/+9
* glapi: Add ARB_draw_elements_base_vertexEric Anholt2009-09-081-14/+44
* Eliminate trailing whitespace in extension_helper.cIan Romanick2009-09-031-673/+673
* ARB sync: Regenerate files from previous commitIan Romanick2009-09-031-0/+62
* dri: remove unused meta_clear_tris()Brian Paul2009-09-012-266/+2
* Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen2009-08-251-80/+41
* glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen2009-08-211-41/+80
* mesa/glapi: regenerated files from gl_API.xmlBrian Paul2009-08-111-15/+59
* intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/popEric Anholt2009-08-071-2/+5
* dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen2009-08-071-1/+1
* mesa: IgnoresJakob Bornecrantz2009-08-061-0/+1
* mesa: regenerated fileBrian Paul2009-07-271-15/+15
* intel/radeon: add common metaops code.Dave Airlie2009-07-152-0/+640
* glx: death to RCS tagRALOVICH, Kristóf2009-07-081-1/+0
* mesa: regenerated files related to GL_ARB_vertex_array_objectBrian Paul2009-06-191-19/+45
* Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+14
|\
| * mesa: regenerated API files for GL_EXT_provoking_vertexBrian Paul2009-05-281-8/+22
* | mesa driconf: Add macro to specify an option with a quoted default value.Thomas Hellstrom2009-06-171-0/+4
* | GLX: attempt to fix glean makeCurrent test cases.Dave Airlie2009-06-171-1/+5
* | Merge branch 'arb_map_buffer_range'Brian Paul2009-06-151-4/+26
|\ \
| * | mesa: regenerated files for GL_ARB_map_buffer_rangeBrian Paul2009-06-081-4/+26
* | | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-06-071-8/+22
|\ \ \ | |/ /
| * | glapi: regenerated files for GL_ARB_copy_bufferBrian Paul2009-06-021-8/+22
| |/
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-222-4/+69
|\ \ | |/
| * 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: attempt to actually refcount the __DRIDrawableDave Airlie2009-04-161-8/+24
|/
* 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
| |\