aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* DRI: Put back missing break-statementIan Romanick2010-03-041-0/+1
* DRI: Remove support for color-index visualsIan Romanick2010-03-031-10/+5
* dri: Remove dead code.Vinson Lee2010-02-272-36/+10
* dri: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* remove hack for miniglx from dri/utils.cGeorge Sapountzis2010-02-261-3/+2
* dri: remove old assertion (see bug 26734)Brian Paul2010-02-241-8/+0
* intel: Implement DRI image extensionKristian Høgsberg2010-02-242-0/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-25/+25
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-172-0/+7
* dri2: Event driven buffer validation.Francisco Jerez2010-02-162-4/+15
* dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2010-02-162-4/+8
* dri: Remove unnecessary headers.Vinson Lee2010-02-123-16/+0
* dri: Store the loader private passed in at dri context creationKristian Høgsberg2010-02-122-1/+7
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-102-3/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+1
|\
| * Fix PowerPC related typo in spantmp2.hRuediger Oertel2010-01-221-1/+1
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-112-0/+3
|\ \
| * | DRI2: add SwapBuffers supportJesse Barnes2010-01-082-0/+3
| |/
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-042-9/+2
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-046-41/+36
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-161-1/+1
|\
| * dri: Initialize variable in driBindContext.Vinson Lee2009-12-151-1/+1
| * dri: Fix potential null pointer dereference in driBindContext.Vinson Lee2009-12-061-1/+2
| * dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-12-061-4/+4
* | spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick2009-12-101-0/+57
* | dri: Fix potential null pointer dereference in driBindContext.Vinson Lee2009-11-281-1/+2
* | dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-11-241-4/+4
* | Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer2009-11-171-2/+4
* | radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer2009-11-171-0/+152
* | 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