summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* dri/common: remove duplicated includeNicolas Kaiser2010-09-301-4/+0
* dri: Add GET_PROGRAM_NAME definition for Mac OS X.Vinson Lee2010-09-281-0/+3
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-271-0/+2
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-222-0/+2
* Fix typos in comments and debug output strings.Timo Wiren2010-09-202-5/+5
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-091-12/+0
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-091-0/+12
* dri: Make it a little clearer that we're not dereferencing a NULL pointernobled2010-09-071-1/+2
* dri: Use the right type for the API tokennobled2010-09-071-1/+3
* dri: Get prototype for _mesa_destroy_compiler().Eric Anholt2010-08-271-0/+1
* glsl2: Free the shader compiler at dri screen destruction.Eric Anholt2010-08-181-0/+2
* dri2: Clean up the common dri2 options at screen destroy.Eric Anholt2010-08-182-3/+8
* Merge branch 'master' into glsl2Ian Romanick2010-08-131-0/+1
|\
| * dri: Add missing header to dri_metaops.c.Vinson Lee2010-07-291-0/+1
* | mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt2010-08-131-0/+4
|/
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-192-36/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-0/+32
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+1
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-112-0/+3
* swrast: Correct include for mtypes.hJakob Bornecrantz2010-05-031-1/+1
* Update drisw state tracker to use new API aware context createXavier Chantry2010-05-022-2/+6
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-022-5/+60
|\
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-5/+61
* | dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz2010-04-271-14/+17
* | dri: Remove unnecessary header.Vinson Lee2010-04-241-1/+0
* | DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes2010-04-221-0/+11
* | DRI2: add config query extensionJesse Barnes2010-04-222-0/+50
|/
* Merge branch '7.8'Jesse Barnes2010-04-191-1/+1
|\
| * mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb2010-04-191-1/+1
* | dri: Drop another unused __DRIscreen fieldKristian Høgsberg2010-03-301-5/+0
* | dri: Drop the unused dummyContextKristian Høgsberg2010-03-302-36/+0
* | dri: Drop an unused __DRIcontext fieldKristian Høgsberg2010-03-301-5/+0
* | drisw: fix use after free (bug 27370)George Sapountzis2010-03-301-2/+0
* | dri/common: add comment about DRISW wrt DRI1 / DRI2George Sapountzis2010-03-261-36/+47
* | drisw_util: add fields for gallium swrast_driGeorge Sapountzis2010-03-252-0/+16
* | dri: fix dri_test.c for non-TLS buildLuca Barbieri2010-03-231-2/+7
* | dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri2010-03-231-0/+6
* | dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri2010-03-231-0/+68
* | dri: test whether the built drivers have unresolved symbolsLuca Barbieri2010-03-231-0/+10
* | rename dri_sw to drisw_util for consistencyGeorge Sapountzis2010-03-212-2/+2
* | dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-155-31/+28
* | dri/swrast: drop mtypes.h from dri_swGeorge Sapountzis2010-03-151-1/+1
* | dri/swrast: port to dri_sw (drawable)George Sapountzis2010-03-151-4/+1
* | dri/swrast: port to dri_sw (context)George Sapountzis2010-03-152-2/+2
* | dri: add dri_sw.c helperGeorge Sapountzis2010-03-152-0/+382
|/
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* DRI: Put back missing break-statementIan Romanick2010-03-041-0/+1
* DRI: Remove support for color-index visualsIan Romanick2010-03-031-10/+5