index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
GL
/
internal
/
dri_interface.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-14
dri2: Implement a throttle dri extension.
Thomas Hellstrom
1
-0
/
+22
2011-09-09
dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGE
Chia-I Wu
1
-0
/
+1
2011-08-16
dri2: Add __DRI_BUFFER_COUNT token
Benjamin Franzke
1
-0
/
+3
2011-06-23
dri: Add dupImage to DRIimageExtension
Benjamin Franzke
1
-0
/
+5
2011-06-08
dri2: Add token for DRI2BufferHiz
Chad Versace
1
-0
/
+1
2011-05-06
egl: Add a cursor use bit to MESA_drm_image
Kristian Høgsberg
1
-0
/
+1
2011-02-07
Add dri2::{Allocate,Release}Buffer extension
Benjamin Franzke
1
-0
/
+8
2011-02-03
swrast: add an interface createNewContextForAPI
Haitao Feng
1
-1
/
+8
2011-01-28
dri: add a placeholder for the framebuffer sRGB capable bit.
Dave Airlie
1
-0
/
+1
2011-01-09
dri2: release texture image.
Juan Zhao
1
-0
/
+9
2010-09-22
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
1
-1
/
+1
2010-09-22
dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext
Kristian Høgsberg
1
-1
/
+1
2010-08-25
egl_dri2: Add support for MESA_image_drm
Kristian Høgsberg
1
-0
/
+19
2010-07-19
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
1
-18
/
+0
2010-05-11
dri_interface.h: Add new __DRI_USE_INVALIDATE extension
Kristian Høgsberg
1
-0
/
+20
2010-05-02
Merge branch 'gles2-2'
Kristian Høgsberg
1
-1
/
+13
2010-04-28
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
1
-1
/
+13
2010-04-22
DRI2: add config query extension
Jesse Barnes
1
-0
/
+14
2010-03-27
drisw: make stride issue profound
George Sapountzis
1
-6
/
+6
2010-03-21
dri_inteface: add define for checking presence of drm.h
George Sapountzis
1
-1
/
+7
2010-02-24
dri_interface.h: Add DRI image and eglImageLookup extensions
Kristian Høgsberg
1
-0
/
+55
2010-02-16
dri2: Event driven buffer validation.
Francisco Jerez
1
-8
/
+6
2010-02-09
dri_interface: Introduce DRI tokens for the texBuffer texture formats
Kristian Høgsberg
1
-0
/
+7
2010-01-08
DRI2: add SwapBuffers support
Jesse Barnes
1
-1
/
+13
2009-04-24
GNU/Hurd fixes
Samuel Thibault
1
-1
/
+1
2009-04-24
DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat
Ian Romanick
1
-1
/
+27
2009-04-09
DRI2: Provide an interface for drivers to flush front-buffer rendering
Ian Romanick
1
-1
/
+14
2009-03-20
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
1
-2
/
+14
2009-02-23
glx: add support for a reallyFlush() function before swap occurs.
Alan Hourihane
1
-0
/
+11
2009-01-19
dri: add fake front definitions
Alan Hourihane
1
-0
/
+2
2008-12-17
dri: fix for Cygwin compilation, bug 19144
Jon Turney
1
-2
/
+2
2008-08-29
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
1
-23
/
+60
2008-08-08
Apple: Some changes to fix compilation problems on OSX
Jeremy Huddleston
1
-0
/
+7
2008-05-20
Add DRI driver that uses the mesa swrast module.
George Sapountzis
1
-0
/
+57
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
1
-203
/
+210
2008-03-09
DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.
Kristian Høgsberg
1
-7
/
+5
2008-03-09
DRI2: Add event buffer head as an argument to driCreateNewDrawable().
Kristian Høgsberg
1
-0
/
+1
2008-03-03
[dri2] Add tail pointer to reemitDrawableInfo callback.
Kristian Høgsberg
1
-1
/
+2
2008-02-29
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
1
-22
/
+60
2008-02-29
Reduce the versioning madness required to create a DRI2 screen.
Kristian Høgsberg
1
-5
/
+2
2008-02-25
Remove GetMSC DriverAPI function.
Kristian Høgsberg
1
-13
/
+2
2008-02-14
Add TTM buffer object based texture from pixmap implementation.
Kristian Høgsberg
1
-0
/
+20
2008-02-14
Add new DRI2 infrastructure.
Kristian Høgsberg
1
-6
/
+32
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
1
-1
/
+13
2007-10-11
Add a version field to __DRIextension.
Kristian Høgsberg
1
-0
/
+23
2007-10-11
Move new texOffset extension to the new extension mechanism.
Kristian Høgsberg
1
-12
/
+17
2007-10-11
Convert a left-over private void * to __DRIcontext *.
Kristian Høgsberg
1
-1
/
+1
2007-10-11
Remove now unused getProcAddress from DRIinterfaceMethods.
Kristian Høgsberg
1
-38
/
+0
2007-10-11
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
1
-0
/
+5
2007-10-11
Move media stream counter entry points to new extension.
Kristian Høgsberg
1
-49
/
+27
[next]