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
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
2010-07-26
1
-1
/
+3
*
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
2010-07-26
1
-3
/
+2
*
glx: Drop duplicate psc field in drisw context struct
Kristian Høgsberg
2010-07-24
1
-3
/
+3
*
glx: Fix another case of confusing driContext and dri2_context *
Eric Anholt
2010-07-23
1
-1
/
+1
*
glx: Correctly look up the dri2 context pointer for SetTexBuffer.
Eric Anholt
2010-07-23
1
-1
/
+1
*
glx: Don't destroy context with XID 0
Kristian Høgsberg
2010-07-23
4
-4
/
+9
*
glx: Fix use after free case when destroying screens
Kristian Høgsberg
2010-07-23
1
-1
/
+0
*
glx: zero out drawable structs after allocation
Kristian Høgsberg
2010-07-23
3
-0
/
+3
*
glx: Refactor and simplify context creation
Kristian Høgsberg
2010-07-23
6
-205
/
+185
*
glx: Fix indirect screen initialization
Kristian Høgsberg
2010-07-23
1
-2
/
+7
*
glx: Move context destroy to context vtable
Kristian Høgsberg
2010-07-23
7
-105
/
+83
*
glx: Don't try to swap a front buffer if we don't have one.
Eric Anholt
2010-07-23
1
-1
/
+2
*
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
2010-07-22
4
-43
/
+33
*
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
6
-101
/
+97
*
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
6
-124
/
+136
*
glx: Use _Xglobal_lock for protecting extension display list
Kristian Høgsberg
2010-07-22
3
-126
/
+86
*
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Kristian Høgsberg
2010-07-21
4
-12
/
+19
*
glx: Move __driContext field out of __GLXcontextRec
Kristian Høgsberg
2010-07-21
2
-4
/
+3
*
Revert "dri2: Remove an unused variable."
Jerome Glisse
2010-07-21
1
-0
/
+1
*
dri2: Remove an unused variable.
Carl Worth
2010-07-21
1
-1
/
+0
*
glx: #ifdef DRI specific prototype
Kristian Høgsberg
2010-07-20
1
-0
/
+2
*
glx/dri2: Fix dri2CopySubBuffer() again.
Michel Dänzer
2010-07-20
1
-3
/
+4
*
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
2010-07-19
6
-39
/
+14
*
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
2010-07-19
7
-12
/
+22
*
glx: Move drawHash to display private
Kristian Høgsberg
2010-07-19
5
-41
/
+27
*
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Kristian Høgsberg
2010-07-19
3
-5
/
+5
*
glx: Workaround mismatch in signedness between extensions and protocol
Kristian Høgsberg
2010-07-19
1
-7
/
+32
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
5
-64
/
+88
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
5
-168
/
+0
*
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
2010-07-19
4
-31
/
+32
*
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
7
-160
/
+132
*
glx: Move DRI2 extensions to DRI2 screen private
Kristian Høgsberg
2010-07-19
4
-84
/
+73
*
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
2010-07-19
7
-133
/
+1
*
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
10
-227
/
+315
*
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
2010-07-19
3
-70
/
+59
*
glx: Factor out common code from dri2WaitGL() and dri2WaitX()
Kristian Høgsberg
2010-07-19
1
-28
/
+19
*
glx: Dont use dri2WaitX() to update fake front
Kristian Høgsberg
2010-07-19
1
-3
/
+3
*
glx: Fix drawable lookup in DRI2 event handler
Kristian Høgsberg
2010-07-19
3
-3
/
+42
*
glx: Move dereference and initialization to after NULL check.
Vinson Lee
2010-07-15
1
-1
/
+3
*
dri2: Track event mask in client code.
Nick Bowler
2010-07-14
3
-0
/
+18
*
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Fernando Carrijo
2010-07-01
4
-6
/
+0
*
glx: fix indentation and remove extraneous break
Brian Paul
2010-06-02
1
-2
/
+1
*
glx: reformat and silence unused expression warning
Brian Paul
2010-06-02
1
-1
/
+2
*
glx: Invalidate drawable in glXBindTexImageEXT() if we don't get events
Kristian Høgsberg
2010-05-21
1
-0
/
+9
*
glx: Split tfp functions out to context vtable
Kristian Høgsberg
2010-05-21
4
-40
/
+99
*
dri2_glx: Put the invalidate b/c code back in
Kristian Høgsberg
2010-05-18
1
-6
/
+13
*
dri2_glx: Terminate loader extension list outside #ifdef
Kristian Høgsberg
2010-05-18
1
-1
/
+1
*
glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we can
Kristian Høgsberg
2010-05-11
1
-14
/
+25
*
glx: Only call DRI2 invalidate when necessary
Kristian Høgsberg
2010-05-10
1
-12
/
+4
*
glx: Get GLX_SCREEN first in __glXQueryContextInfo()
Kristian Høgsberg
2010-05-07
1
-3
/
+10
[prev]
[next]