aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-1/+1
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-121-0/+14
* drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth2013-01-111-0/+3
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-111-0/+5
* driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2013-01-112-21/+20
* driconf: Add translation-generation to build system, don't track generated filesCarl Worth2013-01-115-643/+54
* driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth2013-01-111-2/+2
* driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2013-01-112-4/+18
* driconf: Add some translations which have been available, but were not compiledCarl Worth2013-01-111-8/+8
* driconf: Add option definitions to source file, not generated targetCarl Worth2013-01-111-0/+10
* drisw: fix up context and apis for software contextDave Airlie2012-12-091-0/+16
* 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