aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-072-0/+19
* dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*Keith Packard2013-11-072-0/+68
* drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard2013-11-071-37/+37
* dri: Add function to implement queries common to all Mesa driversIan Romanick2013-11-072-0/+67
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-072-1/+8
* automake: properly handle non-default expat installationEmil Velikov2013-10-291-0/+1
* swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-241-1/+7
* i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt2013-10-244-2/+63
* dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt2013-10-241-0/+13
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-11/+33
* dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg2013-10-151-0/+10
* dri: Move i965-specific context flag logic to dri common.Eric Anholt2013-10-131-0/+9
* dri: Reference the global driver vtable once at screen init..Eric Anholt2013-10-102-14/+23
* dri: Move API version validation into dri/common.Eric Anholt2013-10-102-2/+71
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-102-384/+45
* dri: Add an explanatory comment for an important driver entrypoint.Eric Anholt2013-10-101-0/+7
* dri: Remove dead comment.Eric Anholt2013-10-101-4/+0
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-173-42/+10
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-302-0/+11
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-302-0/+39
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-07-302-2/+6
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-9/+0
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-6/+0
* 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