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
*
darwin: Use ASL for logging
Jeremy Huddleston
2012-05-03
5
-21
/
+183
*
darwin: Make reported errors more user-friendly
Jeremy Huddleston
2012-05-03
1
-9
/
+10
*
darwin: Fix an error message
Jeremy Huddleston
2012-05-03
1
-1
/
+1
*
darwin: Eliminate a pthread mutex leak
Jeremy Huddleston
2012-04-24
1
-0
/
+7
*
apple: Fix a use after free
Jonas Maebe
2012-04-23
1
-2
/
+4
*
glx: Hook up the unit tests again using the internal gtest.
Eric Anholt
2012-04-12
2
-3
/
+9
*
glx: fix compile warnings
Yuanhan Liu
2012-04-09
1
-0
/
+2
*
Use -no-undefined libtool flag in src/glx/Makefile.am
Jon TURNEY
2012-03-28
1
-1
/
+1
*
glx:dri_common.c: check psc->driScreen->createDrawable return value
Wang YanQing
2012-03-28
1
-0
/
+6
*
glx/drisw: avoid segfaults when we fail to get visual
Dave Airlie
2012-03-24
1
-2
/
+9
*
glx: Fix glXGetProcAddress() of global glX symbols post-automake conversion.
Eric Anholt
2012-03-21
1
-0
/
+1
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
1
-1
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-3
/
+0
*
shared-glapi: Convert to automake
Kristian Høgsberg
2012-03-19
1
-1
/
+1
*
darwin: Build create_context.c
Jeremy Huddleston
2012-03-16
2
-1
/
+7
*
Set close on exec flag FD_CLOEXEC
David Fries
2012-03-11
1
-1
/
+9
*
glx: Also put a symlink from libGL.so in lib/ for now.
Johannes Obermayr
2012-03-07
1
-0
/
+1
*
glx: Convert to automake.
Eric Anholt
2012-02-29
3
-119
/
+127
*
dri: Emit a critical error if the swrast driver fails to load.
Carl Worth
2012-02-08
1
-2
/
+4
*
dri: Emit a critical error if a named driver fails to load.
Carl Worth
2012-02-08
2
-0
/
+4
*
dri: Add a CriticalErrorMessageF macro.
Carl Worth
2012-02-08
2
-0
/
+26
*
dri: Clarify comments on InfoMessageF and ErrorMessageF macros.
Carl Worth
2012-02-08
1
-1
/
+6
*
Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...
Jon TURNEY
2012-02-06
1
-0
/
+1
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
5
-0
/
+15
*
Always build shared glapi
Matt Turner
2012-01-20
5
-15
/
+0
*
scons: Fix libGL.so build.
Roland Scheidegger
2012-01-13
1
-0
/
+1
*
glx/dri: Initialize api even if num_attribs == 0.
Kenneth Graunke
2012-01-11
1
-1
/
+3
*
glx: Suppress unused variable warning for cmdlen
Paul Berry
2012-01-11
1
-1
/
+1
*
scons: Fix libGL.so build.
José Fonseca
2012-01-10
1
-0
/
+3
*
glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Marek Olšák
2012-01-05
1
-1
/
+34
*
glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...
Ian Romanick
2012-01-04
3
-4
/
+7
*
drisw: Fix drawable creation against non-default screens
Adam Jackson
2012-01-04
1
-2
/
+1
*
glx: Hack around versions of XCB that lack GLX_ARB_create_context support
Ian Romanick
2012-01-03
2
-0
/
+23
*
tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
2012-01-02
1
-1
/
+4
*
glx: Don't use 'new' as a function parameter name
Ian Romanick
2012-01-02
1
-1
/
+1
*
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
2012-01-02
5
-0
/
+39
*
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts
Ian Romanick
2012-01-02
1
-1
/
+88
*
glx/dri: Add utility function dri2_convert_glx_attribs
Ian Romanick
2012-01-02
2
-0
/
+108
*
glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...
Ian Romanick
2012-01-02
2
-1
/
+5
*
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Ian Romanick
2012-01-02
1
-0
/
+3
*
glx: Initial implementation of glXCreateContextAttribsARB
Ian Romanick
2012-01-02
4
-1
/
+121
*
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts
Ian Romanick
2012-01-02
1
-1
/
+91
*
glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts
Ian Romanick
2012-01-02
1
-1
/
+23
*
glx: Add glx_screen_vtable::create_context_attribs
Ian Romanick
2012-01-02
4
-3
/
+14
*
glx: Use __glX_send_client_info with XCB
Ian Romanick
2012-01-02
1
-0
/
+4
*
glx: Add __glX_send_client_info super function
Ian Romanick
2012-01-02
3
-0
/
+160
*
glx: Propagate the glXIsDirect protocol error back to the application
Ian Romanick
2011-12-23
1
-3
/
+26
*
glx: Deliver an xlib style error to the application from an XCB error
Ian Romanick
2011-12-23
2
-0
/
+23
*
glx: Remove GLX_USE_APPLEGL cruft in extension string handling
Ian Romanick
2011-12-19
1
-36
/
+2
*
glx: GLX 1.4 does not require GLX_INTEL_swap_event
Ian Romanick
2011-12-19
1
-1
/
+1
[next]