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: 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
*
dri2: Fix bug in attribute handling for non-desktop OpenGL contexts
Ian Romanick
2012-08-06
1
-6
/
+17
*
dri2: Hard-code the DRI2 version
Ian Romanick
2012-07-11
1
-1
/
+1
*
dri_util: add copyright/license blurb
Brian Paul
2012-03-17
1
-0
/
+24
*
dri_util: Fix order of error and data parameters to dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-1
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-8
/
+14
*
dri_util: Mostly stub implementation of dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-12
/
+79
*
dri2: Add createContextAttribs entry point for DRI2 version 3
Ian Romanick
2011-12-23
1
-2
/
+6
*
dri: cosmetic
George Sapountzis
2011-11-04
1
-31
/
+29
*
dri_util: move drawable functions
George Sapountzis
2011-11-04
1
-27
/
+26
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-35
/
+36
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-86
/
+86
*
dri_util: move screen functions
George Sapountzis
2011-11-04
1
-100
/
+100
*
dri: drop stray includes and typedef
George Sapountzis
2011-11-04
1
-11
/
+0
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
1
-19
/
+12
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
1
-4
/
+3
*
dri: Move driUpdateFramebufferSize to dri_util.c
Kristian Høgsberg
2011-11-02
1
-1
/
+18
*
dri: Remove unnecessary #defines and #includes
Kristian Høgsberg
2011-11-02
1
-8
/
+0
*
dri: Remove unnecessary timestamp pointer indirection
Kristian Høgsberg
2011-11-02
1
-3
/
+1
*
dri: Remove dri2.enabled flag
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Remove DRI1 fields from DRI structs
Kristian Høgsberg
2011-11-02
1
-27
/
+2
*
dri: Remove cliprect information from __DRIdrawable
Kristian Høgsberg
2011-11-02
1
-17
/
+0
*
dri: Drop unused driCalculateSwapUsage
Kristian Høgsberg
2011-11-02
1
-63
/
+0
*
dri: Remove unused driIntersectArea
Kristian Høgsberg
2011-11-02
1
-13
/
+0
*
dri: Drop __driUtilUpdateDrawableInfo and helper macros
Kristian Høgsberg
2011-11-02
1
-88
/
+0
*
dri: Remove unused driSwapBuffers
Kristian Høgsberg
2011-11-02
1
-64
/
+1
*
dri: Drop unused driCreateNewContext
Kristian Høgsberg
2011-11-02
1
-52
/
+0
*
dri: Fold driCreateNewDrawable into dri2CreateNewDrawable
Kristian Høgsberg
2011-11-02
1
-55
/
+30
*
dri: Remove unsused driCreateNewScreen
Kristian Høgsberg
2011-11-02
1
-93
/
+0
*
dri: Remove driMediaStreamCounterExtension
Kristian Høgsberg
2011-11-02
1
-39
/
+0
*
dri: Remove driSwapControlExtension
Kristian Høgsberg
2011-11-02
1
-17
/
+0
[next]