summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)AuthorFilesLines
2012-12-09drisw: fix up context and apis for software contextDave Airlie1-0/+16
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2-7/+7
2012-11-19dri: Use designated initializers for DRI extension structsChad Versace1-27/+30
2012-11-09dri_util: Fix prologue comment for driCreateConfigsIan Romanick1-17/+5
2012-10-29dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick1-1/+2
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2-101/+41
2012-10-29dri_util: Elminiate the bytes_per_pixel tableIan Romanick1-9/+3
2012-10-29dri_util: Remove support for RGB332 framebuffersIan Romanick1-27/+7
2012-10-16driconf: Remove force enable for NV_vertex_program.Kenneth Graunke6-32/+0
2012-10-15r200: Remove support for software-only NV_vertex_program.Eric Anholt1-5/+0
2012-10-01build: Set visibility CFLAGS in dri/commonMatt Turner1-1/+2
2012-09-28dri_util: Use calloc to allocate __DRIcontextIan Romanick1-1/+1
2012-09-17dri: Reuse dri_test.c for stub glapi symbols for unit testing.Eric Anholt2-1/+9
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+3
2012-09-01mesa: s/FREE/free/Brian Paul2-13/+13
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-7/+7
2012-08-31xmlconfig: use __progname when building for AndroidTapani Pälli1-1/+1
2012-08-29mesa/dri: Allow creation of forward-compatible contextsIan Romanick1-5/+5
2012-08-14dri_util: Compare against the correct API enumsIan Romanick1-2/+2
2012-08-13dri: Pass API_OPENGL_CORE through to the driversIan Romanick1-0/+16
2012-08-07dri: Simplify use of driConcatConfigsChad Versace1-0/+5
2012-08-06dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick1-6/+17
2012-07-19drirc: Add disable_blend_func_extended workaround for Unigine OilRush.Kenneth Graunke1-0/+6
2012-07-19i965: Add a driconf option to disable GL_ARB_blend_func_extended.Kenneth Graunke2-0/+14
2012-07-11dri2: Hard-code the DRI2 versionIan Romanick1-1/+1
2012-06-21make: Fold ASM_CFLAGS into DEFINES.Eric Anholt1-1/+0
2012-03-21drirc: Add missing XML attributes that made the driconf application whine.Eric Anholt1-4/+4
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-3/+0
2012-03-17dri_util: add copyright/license blurbBrian Paul1-0/+24
2012-03-09drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.Kenneth Graunke1-0/+6
2012-02-03dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt1-0/+3
2012-02-03dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt1-1/+1
2012-01-30dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2-0/+9
2012-01-30i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt1-0/+10
2012-01-27dri common: add .gitignoreMatt Turner1-1/+3
2012-01-26dri: Move the compile of the common files to a convenience library.Eric Anholt1-0/+37
2012-01-24dri: remove all the obsolete spantmp filesBrian Paul4-1259/+0
2012-01-02dri_util: Fix order of error and data parameters to dri2CreateContextAttribsIan Romanick1-1/+1
2012-01-02dri2: Add plumbing to get context version requirements and flags to driversIan Romanick3-18/+86
2012-01-02dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick1-12/+79
2011-12-24mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul3-43/+0
2011-12-24mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul3-235/+0
2011-12-23dri2: Add createContextAttribs entry point for DRISW version 3Ian Romanick1-2/+6
2011-12-23dri2: Add createContextAttribs entry point for DRI2 version 3Ian Romanick1-2/+6
2011-11-04dri: cosmeticGeorge Sapountzis2-65/+42
2011-11-04dri_util: move drawable functionsGeorge Sapountzis1-27/+26
2011-11-04dri_util: move context functionsGeorge Sapountzis1-35/+36
2011-11-04dri_util: move context functionsGeorge Sapountzis1-86/+86
2011-11-04dri_util: move screen functionsGeorge Sapountzis1-100/+100
2011-11-04dri: drop stray includes and typedefGeorge Sapountzis1-11/+0