index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
apple: Move glapi to mapi.
Vinson Lee
2010-05-06
1
-1
/
+2
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
1
-3
/
+4
*
darwin: Fix build
Jeremy Huddleston
2010-05-05
1
-4
/
+4
*
glx: fix regression with GLX_USE_GL
Dave Airlie
2010-05-03
1
-0
/
+3
*
glx: Fix build
Jakob Bornecrantz
2010-04-28
1
-1
/
+1
*
Merge branch '7.8'
Brian Paul
2010-04-28
68
-94
/
+53469
|
\
|
*
glx: Initialize have_back.
Pierre Willenbrok
2010-04-27
1
-0
/
+1
|
*
Buildfixes to work around issues in OpenGL.framework
Jeremy Huddleston
2010-04-27
11
-135
/
+60
|
*
Update OpenGL specs
Jeremy Huddleston
2010-04-27
10
-274
/
+2522
|
*
apple: Use mesa gl.h rather than generating one.
Jeremy Huddleston
2010-04-27
7
-181
/
+48
|
*
apple: Integrate our libGL into the existing build system better
Jeremy Huddleston
2010-04-27
2
-74
/
+111
|
*
darwin: Use clientattrib
Jeremy Huddleston
2010-04-27
3
-3
/
+3
|
*
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-27
17
-120
/
+108
[next]