aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-192-15/+22
* drirc: set always_have_depth_buffer for TopogonBrian Paul2013-04-011-0/+6
* android: fix Android.mk bug in mesa/drivers/dri/commonAdrian Marius Negreanu2013-03-251-1/+2
* i965: Add a driconf option to disable flush throttling.Paul Berry2013-03-211-0/+5
* driconf: add a miscellaneous section and always_have_depth_buffer optionBrian Paul2013-03-151-0/+14
* driconf: reorder options, reformat comments, etcBrian Paul2013-03-151-60/+74
* xmlpool/.gitignore: Remove 'Makefile'Matt Turner2013-03-121-1/+0
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-081-2/+1
* xmlpool/build: generate options.h via BUILT_SOURCESMatt Turner2013-01-201-1/+1
* dri: Define enum __DRI_API_GLES3Chad Versace2013-01-152-0/+2
* 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