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
*
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
*
Check for NULL pointer
Alan Hourihane
2008-06-09
1
-0
/
+2
*
mesa/drm/ttm: allow build against non-TTM aware libdrm
Dave Airlie
2008-06-04
1
-0
/
+6
*
Report correct damage rectangle in CopySubBuffer.
Dennis Kasprzyk
2008-05-29
1
-2
/
+2
*
Make utils.h self-contained.
George Sapountzis
2008-05-20
1
-111
/
+13
*
Initialize GLX_EXT_texture_from_pixmap attributes correctly.
Kristian Høgsberg
2008-04-02
1
-10
/
+1
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-187
/
+314
*
DRI2: Drop DriverAPI.UpdateBuffer.
Kristian Høgsberg
2008-03-09
1
-4
/
+4
*
DRI2: Pass the context instead of the screen to __dri2ParseEvents().
Kristian Høgsberg
2008-03-09
1
-7
/
+4
*
DRI2: Add event buffer head as an argument to driCreateNewDrawable().
Kristian Høgsberg
2008-03-09
1
-2
/
+3
*
[dri2] Add tail pointer to reemitDrawableInfo callback.
Kristian Høgsberg
2008-03-03
1
-1
/
+1
*
[dri2] Optimize event parsing to skip obsolete events.
Kristian Høgsberg
2008-03-03
1
-40
/
+84
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-68
/
+37
*
Reduce the versioning madness required to create a DRI2 screen.
Kristian Høgsberg
2008-02-29
1
-10
/
+12
*
A few more fixes to the dlsym() fix.
Kristian Høgsberg
2008-02-25
1
-1
/
+2
*
dri2: dlsym requires some quotes..
Dave Airlie
2008-02-26
1
-1
/
+1
*
Use dlsym() to avoid referencing __dri2DriverInitScreen.
Kristian Høgsberg
2008-02-25
1
-1
/
+6
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-13
/
+3
*
Add new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-14
/
+201
*
Fold DoBindContext() helper function into driBindContext().
Kristian Høgsberg
2008-01-09
1
-23
/
+11
*
Don't Swap buffer if a DRIDrawable is entirely obscured
Xiang, Haihao
2007-12-05
1
-0
/
+3
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-1
/
+13
*
Add a version field to __DRIextension.
Kristian Høgsberg
2007-10-11
1
-5
/
+6
*
Move new texOffset extension to the new extension mechanism.
Kristian Høgsberg
2007-10-11
1
-3
/
+0
*
Convert a left-over private void * to __DRIcontext *.
Kristian Høgsberg
2007-10-11
1
-3
/
+3
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-0
/
+8
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-40
/
+5
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-7
/
+11
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-4
/
+24
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-6
/
+8
*
Implement new screen extension API.
Kristian Høgsberg
2007-10-10
1
-0
/
+9
*
Stop passing in unused fbconfigs to createNewScreen.
Kristian Høgsberg
2007-10-10
1
-5
/
+0
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-31
/
+28
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
1
-9
/
+3
*
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
1
-37
/
+37
*
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-11
/
+3
*
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-13
/
+5
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-94
/
+45
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
1
-182
/
+16
*
Clear pointers to freed cliprects.
Michel Dänzer
2007-07-10
1
-0
/
+2
*
Add interfaces for overriding texture images with driver specific 'offsets'.
Michel Dänzer
2007-05-22
1
-0
/
+3
*
s/pdp/prp/ in DoBindContext()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
add missing param to _mesa_warning()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2007-01-05
1
-1
/
+20
*
Fix an infinite loop error that may occur when many contexts are bound
Thomas Hellström
2006-12-01
1
-2
/
+7
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-1
/
+1
[next]