summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt1-122/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-3/+4
2011-04-08Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only stringAlan Coopersmith1-1/+19
2011-04-05dri: Remove driver date from renderer stringIan Romanick2-4/+3
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie1-0/+3
2011-02-12dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt2-372/+0
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke2-1/+25
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng1-1/+44
2011-01-13dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni1-0/+3
2010-12-10intel: Add spans code for the ARB_texture_rg support.Eric Anholt1-0/+122
2010-11-02dri/util: add a bunch of commentsBrian Paul1-0/+24
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg12-50/+50
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2-2/+2
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg5-14/+14
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg2-5/+1
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg2-2/+0
2010-09-30dri/common: remove duplicated includeNicolas Kaiser1-4/+0
2010-09-28dri: Add GET_PROGRAM_NAME definition for Mac OS X.Vinson Lee1-0/+3
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick1-0/+2
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2-0/+2
2010-09-20Fix typos in comments and debug output strings.Timo Wiren2-5/+5
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg1-12/+0
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg1-0/+12
2010-09-07dri: Make it a little clearer that we're not dereferencing a NULL pointernobled1-1/+2
2010-09-07dri: Use the right type for the API tokennobled1-1/+3
2010-08-27dri: Get prototype for _mesa_destroy_compiler().Eric Anholt1-0/+1
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt1-0/+2
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt2-3/+8
2010-08-13Merge branch 'master' into glsl2Ian Romanick1-0/+1
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt1-0/+4
2010-07-29dri: Add missing header to dri_metaops.c.Vinson Lee1-0/+1
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2-36/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-06-10mesa: move arbprogram.[ch] to main/Brian Paul1-1/+1
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt1-0/+32
2010-05-31gallium: fix TFP on galliumDave Airlie1-0/+1
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg2-0/+3
2010-05-03swrast: Correct include for mtypes.hJakob Bornecrantz1-1/+1
2010-05-02Update drisw state tracker to use new API aware context createXavier Chantry2-2/+6
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg2-5/+60
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2-5/+61
2010-04-27dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz1-14/+17
2010-04-24dri: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes1-0/+11
2010-04-22DRI2: add config query extensionJesse Barnes2-0/+50
2010-04-19Merge branch '7.8'Jesse Barnes1-1/+1
2010-04-19mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb1-1/+1
2010-03-30dri: Drop another unused __DRIscreen fieldKristian Høgsberg1-5/+0
2010-03-30dri: Drop the unused dummyContextKristian Høgsberg2-36/+0