index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
dri_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri/common: include debug_output.h to silence warning
Brian Paul
2016-02-08
1
-0
/
+1
*
mesa: remove Driver.ResizeBuffers
Marek Olšák
2015-10-03
1
-1
/
+2
*
dri: set the __DRI_API_OPENGL bit based on max gl compat version
Frank Binns
2015-08-04
1
-1
/
+3
*
dri/common: remove unused drm_version variable
Emil Velikov
2015-07-22
1
-15
/
+0
*
dri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
1
-2
/
+2
*
dri: don't touch the shader compiler
Erik Faye-Lund
2015-06-29
1
-3
/
+0
*
dri_util: make version var unsigned to silence warnings
Brian Paul
2015-05-29
1
-1
/
+1
*
mesa: Allow overriding the version of ES2+ contexts
Ian Romanick
2015-05-28
1
-0
/
+4
*
dri_util: Use _mesa_override_gl_version_contextless
Ian Romanick
2015-05-28
1
-7
/
+11
*
st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...
José Fonseca
2014-11-14
1
-8
/
+6
*
Releasing a surfaceless EGL context doesn't release underlying DRI context.
Alexandros Frantzis
2014-11-06
1
-2
/
+6
*
xmlconfig/dri: bool -> unsigned char
Dave Airlie
2014-07-02
1
-1
/
+1
*
dri: remove GL types from config queries
Dave Airlie
2014-07-01
1
-3
/
+3
*
dri_util: keep __dri2ConfigOptions symbol private
Emil Velikov
2014-05-25
1
-1
/
+1
*
dri_util: set implemented version of the DRI_CORE extension
Emil Velikov
2014-05-25
1
-1
/
+1
*
dri_util: cleanup dri extension handling
Emil Velikov
2014-04-28
1
-1
/
+1
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-4
/
+1
*
dri_util: use the implemented version of __DRIimageDriverExtension
Emil Velikov
2014-02-23
1
-1
/
+1
*
dri_util: explicitly set __DRIcopySubBufferExtension members
Emil Velikov
2014-02-23
1
-2
/
+3
*
dri_util: explicitly set __DRIswrastExtension members.
Emil Velikov
2014-02-23
1
-6
/
+7
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-1
/
+5
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-10
/
+10
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-4
/
+7
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
1
-0
/
+15
*
dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribs
Ian Romanick
2013-11-26
1
-2
/
+4
*
dri: Remove redundant createNewContext function from __DRIimageDriverExtension
Kristian Høgsberg
2013-11-12
1
-1
/
+0
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
1
-0
/
+13
*
dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*
Keith Packard
2013-11-07
1
-0
/
+62
*
drivers/dri/common: A few dri2 functions are not actually DRI2 specific
Keith Packard
2013-11-07
1
-37
/
+37
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-1
/
+6
*
i965: Build the driver into a shared mesa_dri_drivers.so .
Eric Anholt
2013-10-24
1
-1
/
+18
*
dri: Implement a DRI vtable extension to replace the global driDriverAPI.
Eric Anholt
2013-10-24
1
-0
/
+13
*
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
2013-10-24
1
-11
/
+33
*
dri: Move i965-specific context flag logic to dri common.
Eric Anholt
2013-10-13
1
-0
/
+9
*
dri: Reference the global driver vtable once at screen init..
Eric Anholt
2013-10-10
1
-14
/
+17
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-2
/
+66
*
dri: Merge drisw_util.c into dri_util.c
Eric Anholt
2013-10-10
1
-9
/
+45
*
dri: Add an explanatory comment for an important driver entrypoint.
Eric Anholt
2013-10-10
1
-0
/
+7
*
dri: Remove dead comment.
Eric Anholt
2013-10-10
1
-4
/
+0
*
dri: Choose a decent global driNConfigOptions.
Eric Anholt
2013-08-17
1
-3
/
+1
*
dri: Define enum __DRI_API_GLES3
Chad Versace
2013-01-15
1
-0
/
+1
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-6
/
+6
*
dri: Use designated initializers for DRI extension structs
Chad Versace
2012-11-19
1
-27
/
+30
*
dri_util: Use calloc to allocate __DRIcontext
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa/dri: Allow creation of forward-compatible contexts
Ian Romanick
2012-08-29
1
-5
/
+5
*
dri_util: Compare against the correct API enums
Ian Romanick
2012-08-14
1
-2
/
+2
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-0
/
+16
[next]