summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)AuthorFilesLines
2014-04-15dri: Expand driParseDebugString return value to uint64_t.Matt Turner2-6/+5
2014-04-05megadriver_stub.c: don't use _GNU_SOURCE to gate the compat codeJonathan Gray1-2/+2
2014-03-31dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADDEmil Velikov1-1/+1
2014-03-11automake: use MKDIR_P when possibleEmil Velikov1-1/+1
2014-03-05mesa: remove remaining uses of _glthread_GetID()Brian Paul1-6/+0
2014-02-23dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov1-1/+1
2014-02-23dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov1-2/+3
2014-02-23dri_util: explicitly set __DRIswrastExtension members.Emil Velikov1-6/+7
2014-02-08mesa: allocate gl_debug_state on demandBrian Paul1-1/+5
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2-17/+17
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-2/+2
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2-12/+12
2014-01-27mesa: change gl_format to mesa_formatMark Mueller4-7/+7
2014-01-24Update .gitignore for Catalan translations build artifactsPaul Berry1-0/+1
2014-01-23driconf: Add Catalan translationsAlex Henrie2-1/+322
2014-01-23driconf: Correct and update Spanish translationsAlex Henrie1-31/+33
2014-01-23driconf: Synchronize po filesAlex Henrie5-357/+702
2014-01-13dri: set yInverted default to GL_TRUETapani Pälli1-0/+1
2013-12-13dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2-4/+10
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2-1/+19
2013-12-09dri megadriver_stub: add compatibility for older DRI loadersJordan Justen1-0/+126
2013-11-26dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick1-2/+4
2013-11-16dri/common: move source file lists to Makefile.sourcesEmil Velikov3-11/+9
2013-11-16scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov1-0/+83
2013-11-13dri: Change value param to unsignedIan Romanick2-2/+2
2013-11-12dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg1-1/+0
2013-11-07dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2-0/+19
2013-11-07dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*Keith Packard2-0/+68
2013-11-07drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard1-37/+37
2013-11-07dri: Add function to implement queries common to all Mesa driversIan Romanick2-0/+67
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2-1/+8
2013-10-29automake: properly handle non-default expat installationEmil Velikov1-0/+1
2013-10-24swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-1/+7
2013-10-24i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt4-2/+63
2013-10-24dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt1-0/+13
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt1-11/+33
2013-10-15dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg1-0/+10
2013-10-13dri: Move i965-specific context flag logic to dri common.Eric Anholt1-0/+9
2013-10-10dri: Reference the global driver vtable once at screen init..Eric Anholt2-14/+23
2013-10-10dri: Move API version validation into dri/common.Eric Anholt2-2/+71
2013-10-10dri: Merge drisw_util.c into dri_util.cEric Anholt2-384/+45
2013-10-10dri: Add an explanatory comment for an important driver entrypoint.Eric Anholt1-0/+7
2013-10-10dri: Remove dead comment.Eric Anholt1-4/+0
2013-08-17dri: Choose a decent global driNConfigOptions.Eric Anholt3-42/+10
2013-07-30st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2-0/+11
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2-0/+39
2013-07-30driconf: enable app-specific workarounds for all driversMarek Olšák2-2/+6
2013-07-30driconf: remove the unused option allow_large_texturesMarek Olšák1-9/+0
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-6/+0
2013-06-25xmlpool/build: Make sure to set mo properlyNaohiro Aota1-1/+1