summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-0/+3
* dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt2011-02-122-372/+0
* Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke2011-02-072-1/+25
* swrast: add an interface createNewContextForAPIHaitao Feng2011-02-031-1/+44
* dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni2011-01-131-0/+3
* intel: Add spans code for the ARB_texture_rg support.Eric Anholt2010-12-101-0/+122
* dri/util: add a bunch of commentsBrian Paul2010-11-021-0/+24
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1312-50/+50
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-132-2/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-135-14/+14
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-132-5/+1
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-132-2/+0
* 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