aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-292-7/+7
* dri: Use designated initializers for DRI extension structsChad Versace2012-11-191-27/+30
* dri_util: Fix prologue comment for driCreateConfigsIan Romanick2012-11-091-17/+5
* dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick2012-10-291-1/+2
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-292-101/+41
* dri_util: Elminiate the bytes_per_pixel tableIan Romanick2012-10-291-9/+3
* dri_util: Remove support for RGB332 framebuffersIan Romanick2012-10-291-27/+7
* driconf: Remove force enable for NV_vertex_program.Kenneth Graunke2012-10-166-32/+0
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-151-5/+0
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-011-1/+2
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-09-281-1/+1
* dri: Reuse dri_test.c for stub glapi symbols for unit testing.Eric Anholt2012-09-172-1/+9
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* mesa: s/FREE/free/Brian Paul2012-09-012-13/+13
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-7/+7
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* mesa/dri: Allow creation of forward-compatible contextsIan Romanick2012-08-291-5/+5
* dri_util: Compare against the correct API enumsIan Romanick2012-08-141-2/+2
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-0/+16
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-0/+5
* dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick2012-08-061-6/+17
* drirc: Add disable_blend_func_extended workaround for Unigine OilRush.Kenneth Graunke2012-07-191-0/+6
* i965: Add a driconf option to disable GL_ARB_blend_func_extended.Kenneth Graunke2012-07-192-0/+14
* dri2: Hard-code the DRI2 versionIan Romanick2012-07-111-1/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* drirc: Add missing XML attributes that made the driconf application whine.Eric Anholt2012-03-211-4/+4
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* dri_util: add copyright/license blurbBrian Paul2012-03-171-0/+24
* drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.Kenneth Graunke2012-03-091-0/+6
* dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt2012-02-031-0/+3
* dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt2012-02-031-1/+1
* dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2012-01-302-0/+9
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-301-0/+10
* dri common: add .gitignoreMatt Turner2012-01-271-1/+3
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-261-0/+37
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-244-1259/+0
* dri_util: Fix order of error and data parameters to dri2CreateContextAttribsIan Romanick2012-01-021-1/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-023-18/+86
* dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick2012-01-021-12/+79
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-243-43/+0
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-243-235/+0
* dri2: Add createContextAttribs entry point for DRISW version 3Ian Romanick2011-12-231-2/+6
* dri2: Add createContextAttribs entry point for DRI2 version 3Ian Romanick2011-12-231-2/+6
* dri: cosmeticGeorge Sapountzis2011-11-042-65/+42
* dri_util: move drawable functionsGeorge Sapountzis2011-11-041-27/+26
* dri_util: move context functionsGeorge Sapountzis2011-11-041-35/+36
* dri_util: move context functionsGeorge Sapountzis2011-11-041-86/+86
* dri_util: move screen functionsGeorge Sapountzis2011-11-041-100/+100
* dri: drop stray includes and typedefGeorge Sapountzis2011-11-041-11/+0
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-043-28/+22