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
*
Regenerated (see bug 11893)
Brian
2008-02-19
1
-0
/
+4
*
Regenerated (raise GL_INVALID_VALUE if counter param is negative)
Brian
2008-02-19
1
-0
/
+180
*
glapi: Generate xserver glapi sources in the mesa tree
Dan Nicholson
2008-02-17
8
-0
/
+16844
*
Assorted patches for miniglx/linux-solo (Gavin Li <
[email protected]
>)
Brian
2008-01-23
1
-0
/
+4
*
fix pc vs. gc->ps usage (bug 14197)
Brian
2008-01-22
1
-4
/
+4
*
Minor followup fixes for the previous commit.
Michel Dänzer
2007-12-06
1
-1
/
+4
*
Always call dlopen in DriverOpen.
George Nassas
2007-12-06
2
-2
/
+7
*
remove drawable from hash table when window is deleted (see bug 13091)
WuNian
2007-11-27
1
-0
/
+1
*
libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.
Michel Dänzer
2007-11-25
1
-1
/
+2
*
recreate from changed gl_API.xml
Roland Scheidegger
2007-11-09
3
-82
/
+0
*
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
4
-68
/
+83
*
Remove a couple of "deprecated" fields from __GLXcontextRec.
Kristian Høgsberg
2007-11-06
4
-38
/
+28
*
Don't return 0 in a void function.
Kristian Høgsberg
2007-11-06
1
-2
/
+2
*
Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.
Kristian Høgsberg
2007-11-06
1
-1
/
+1
*
Lookup visual in visual list, not fbconfig list.
Kristian Høgsberg
2007-11-05
1
-11
/
+15
*
Filter both visuals and fbconfigs against driver supported configs.
Kristian Høgsberg
2007-11-05
1
-6
/
+3
*
Fix some build warnings, mostly with XCB.
Michel Dänzer
2007-10-30
2
-2
/
+102
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Jesse Barnes
2007-10-29
1
-0
/
+1
|
\
|
*
Remember to call XSync() before resetting X error handler.
Chris Rankin
2007-10-29
1
-0
/
+1
*
|
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-17
/
+26
|
/
*
Pull workaround for unset GLX_DRAWABLE_TYPE back in.
Kristian Høgsberg
2007-10-17
1
-0
/
+2
*
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-16
3
-145
/
+133
*
Roll back premature version bump.
Kristian Høgsberg
2007-10-15
1
-3
/
+2
*
Dont add fbconfigs to array that we didn't allocate for.
Kristian Høgsberg
2007-10-15
1
-2
/
+4
*
Drop include "dri_interface.h" from xf86dri.h
George Sapountzis
2007-10-14
1
-2
/
+0
*
Get the width and height from the attrib list in glXCreatePbuffer.
Kristian Høgsberg
2007-10-13
1
-1
/
+17
*
Convert a left-over private void * to __DRIcontext *.
Kristian Høgsberg
2007-10-11
1
-2
/
+2
*
Move enabling of DRI extensions into glxextensions.c
Kristian Høgsberg
2007-10-11
3
-91
/
+59
*
Remove now unused getProcAddress from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-11
1
-15
/
+0
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-0
/
+7
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
3
-31
/
+43
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
3
-25
/
+30
*
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-11
3
-20
/
+29
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
3
-14
/
+27
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
3
-4
/
+17
*
Implement new screen extension API.
Kristian Høgsberg
2007-10-10
1
-0
/
+14
*
Stop passing in unused fbconfigs to createNewScreen.
Kristian Høgsberg
2007-10-10
1
-3
/
+1
*
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
2
-27
/
+23
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
3
-3
/
+14
*
Drop mostly unused __DRIid typedef.
Kristian Høgsberg
2007-10-10
3
-7
/
+7
*
Avoid deadlock in GarbageCollectDRIDrawables.
Kristian Høgsberg
2007-10-10
1
-8
/
+2
*
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
3
-25
/
+22
*
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
2
-31
/
+16
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
5
-102
/
+156
*
Add macros to generate CreateNewScreen entrypoint.
Kristian Høgsberg
2007-10-05
1
-4
/
+1
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
7
-94
/
+179
*
Pull in the drm hash.
Kristian Høgsberg
2007-10-05
3
-1
/
+429
*
add support for LDFLAGS env var
Dan Nicholson
2007-09-28
2
-2
/
+2
*
fixed problem with big glDrawArrays (see bug 12141)
Colin McDonald
2007-08-27
1
-6
/
+8
*
suppress warning about ncon visuals (bug #6689)
Roland Scheidegger
2007-08-16
1
-2
/
+5
[next]