summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* android: adapt to the megadriver mechanismAdrian Negreanu2014-06-231-0/+17
* add megadriver_stub_FILESAdrian Negreanu2014-06-232-1/+4
* dri_util: cleanup dri extension handlingEmil Velikov2014-04-282-5/+5
* Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULTJon TURNEY2014-04-282-4/+4
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-4/+1
* dri: Expand driParseDebugString return value to uint64_t.Matt Turner2014-04-152-6/+5
* megadriver_stub.c: don't use _GNU_SOURCE to gate the compat codeJonathan Gray2014-04-051-2/+2
* dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-1/+1
* automake: use MKDIR_P when possibleEmil Velikov2014-03-111-1/+1
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-6/+0
* dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov2014-02-231-1/+1
* dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov2014-02-231-2/+3
* dri_util: explicitly set __DRIswrastExtension members.Emil Velikov2014-02-231-6/+7
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-1/+5
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-272-17/+17
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-272-12/+12
* mesa: change gl_format to mesa_formatMark Mueller2014-01-274-7/+7
* Update .gitignore for Catalan translations build artifactsPaul Berry2014-01-241-0/+1
* driconf: Add Catalan translationsAlex Henrie2014-01-232-1/+322
* driconf: Correct and update Spanish translationsAlex Henrie2014-01-231-31/+33
* driconf: Synchronize po filesAlex Henrie2014-01-235-357/+702
* dri: set yInverted default to GL_TRUETapani Pälli2014-01-131-0/+1
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-132-4/+10
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-132-1/+19
* dri megadriver_stub: add compatibility for older DRI loadersJordan Justen2013-12-091-0/+126
* dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick2013-11-261-2/+4
* dri/common: move source file lists to Makefile.sourcesEmil Velikov2013-11-163-11/+9
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-161-0/+83
* dri: Change value param to unsignedIan Romanick2013-11-132-2/+2
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-121-1/+0
* 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