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: 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
*
|
DRI2/GLX: check for vblank_mode in DRI2 GLX code
Jesse Barnes
2010-04-22
1
-0
/
+11
*
|
DRI2: add config query extension
Jesse Barnes
2010-04-22
1
-0
/
+46
|
/
*
dri: Drop the unused dummyContext
Kristian Høgsberg
2010-03-30
1
-24
/
+0
*
dri/common: mv __driUtilMessage to utils.c
George Sapountzis
2010-03-15
1
-22
/
+0
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
*
dri: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
dri: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+1
*
intel: Implement DRI image extension
Kristian Høgsberg
2010-02-24
1
-0
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-17
/
+17
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
1
-1
/
+9
*
dri2: Allocate cliprect as part of the __DRIdrawableRec
Kristian Høgsberg
2010-02-16
1
-4
/
+4
*
dri: Store the loader private passed in at dri context creation
Kristian Høgsberg
2010-02-12
1
-1
/
+2
*
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
1
-0
/
+1
|
\
|
*
DRI2: add SwapBuffers support
Jesse Barnes
2010-01-08
1
-0
/
+1
*
|
Push __driDriverExtensions out of dri_util.c and into the drivers
Kristian Høgsberg
2010-01-04
1
-9
/
+1
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-12
/
+12
|
/
*
dri: Initialize variable in driBindContext.
Vinson Lee
2009-12-15
1
-1
/
+1
*
dri: Fix potential null pointer dereference in driBindContext.
Vinson Lee
2009-12-06
1
-1
/
+2
*
dri: Fix potential null pointer deference in dri_put_drawable.
Vinson Lee
2009-12-06
1
-4
/
+4
*
Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...
Pauli Nieminen
2009-08-25
1
-80
/
+41
*
glx: Make drawables persistent untill they are changed by glXMakeCurrent
Pauli Nieminen
2009-08-21
1
-41
/
+80
*
dri: Fix problems with unitialized values in dri screen object.
Pauli Nieminen
2009-08-07
1
-1
/
+1
*
glx: death to RCS tag
RALOVICH, Kristóf
2009-07-08
1
-1
/
+0
*
GLX: attempt to fix glean makeCurrent test cases.
Dave Airlie
2009-06-17
1
-1
/
+5
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-22
1
-4
/
+4
|
\
|
*
dri: __driUtilMessage(): not all messages are errors
Brian Paul
2009-04-17
1
-1
/
+1
|
*
dri glx: Swap before checking for cliprects.
Younes Manton
2009-04-13
1
-3
/
+3
*
|
dri: attempt to actually refcount the __DRIDrawable
Dave Airlie
2009-04-16
1
-8
/
+24
|
/
*
dri glx: Fix dri_util::driBindContext
Thomas Hellstrom
2009-04-02
1
-18
/
+14
*
dri glx: Propagate driver MakeCurrent errors.
Thomas Hellstrom
2009-04-02
1
-2
/
+1
*
dri: correct the damage.
Xiang, Haihao
2009-01-06
1
-2
/
+17
*
dri: alloc __DRIscreen object with calloc()
Brian Paul
2008-11-10
1
-1
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-1
/
+1
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-221
/
+33
*
Report damage before modifying the area, not after.
Peter Hutterer
2008-08-21
1
-2
/
+2
*
Check in SwapBuffers for any new pending dri2 events
Alan Hourihane
2008-06-26
1
-2
/
+5
*
remove obsoleted doxygen \param comments
Brian Paul
2008-06-11
1
-23
/
+18
[next]