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_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
*
dri: Drop driCopySubBufferExtension
Kristian Høgsberg
2011-11-02
1
-19
/
+0
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
1
-8
/
+0
*
dri: Drop driLegacyExtension
Kristian Høgsberg
2011-11-02
1
-8
/
+0
*
DRI: Log something if we don't support legacy DRI
Andrew Deason
2011-09-14
1
-1
/
+3
*
dri_util: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-1
/
+11
*
Add dri2::{Allocate,Release}Buffer extension
Benjamin Franzke
2011-02-07
1
-1
/
+19
*
dri_util: fail driCreateNewScreen if InitScreen is NULL
Paulo Zanoni
2011-01-13
1
-0
/
+3
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
1
-2
/
+1
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
1
-0
/
+1
*
dri: Make it a little clearer that we're not dereferencing a NULL pointer
nobled
2010-09-07
1
-1
/
+2
*
dri: Use the right type for the API token
nobled
2010-09-07
1
-1
/
+3
*
dri: Get prototype for _mesa_destroy_compiler().
Eric Anholt
2010-08-27
1
-0
/
+1
*
glsl2: Free the shader compiler at dri screen destruction.
Eric Anholt
2010-08-18
1
-0
/
+2
*
dri2: Clean up the common dri2 options at screen destroy.
Eric Anholt
2010-08-18
1
-3
/
+7
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
1
-35
/
+0
*
gallium: fix TFP on gallium
Dave Airlie
2010-05-31
1
-0
/
+1
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
1
-0
/
+2
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
1
-3
/
+55
|
\
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-3
/
+55
*
|
dri_util: Assume error checking is done properly in glXMakeCurrent
Jakob Bornecrantz
2010-04-27
1
-14
/
+17
*
|
dri: Remove unnecessary header.
Vinson Lee
2010-04-24
1
-1
/
+0
[next]