index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
x11
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
Clean up .gitignore files
Matt Turner
1
-1
/
+0
2013-01-04
xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
Brian Paul
1
-0
/
+14
2012-12-31
xlib: handle _mesa_initialize_visual()'s return value
Brian Paul
1
-9
/
+12
2012-12-17
xlib: include headers to fix errors/warnings
Brian Paul
1
-0
/
+2
2012-12-17
mesa osmesa/x11: fix build error introduced in 4bea4cb9
Jordan Justen
1
-3
/
+3
2012-12-16
drivers: compute version and then initialize exec table
Jordan Justen
1
-0
/
+7
2012-11-30
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
1
-1
/
+1
2012-11-29
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
1
-1
/
+1
2012-11-21
scons: Append x11 library path if linking x11 library.
Vinson Lee
1
-0
/
+1
2012-11-16
Remove OpenVMS support
Matt Turner
7
-78
/
+0
2012-10-29
xlib: Do not undefine _R, _G, and _B.
Vinson Lee
1
-3
/
+0
2012-10-26
scons: Build xlib swrast too.
José Fonseca
1
-0
/
+48
2012-10-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
1
-1
/
+1
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-3
/
+1
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
5
-9
/
+9
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-9
/
+9
2012-09-01
mesa: s/FREE/free/
Brian Paul
1
-1
/
+1
2012-09-01
mesa: s/MALLOC/malloc/
Brian Paul
3
-4
/
+4
2012-08-24
xlib: remove texture compression hackery
Brian Paul
3
-29
/
+0
2012-08-24
build: Only add links to .so files if we're building them
Matt Turner
1
-0
/
+2
2012-08-22
build/x11: Force usage of C++ linker
Matt Turner
1
-0
/
+3
2012-08-22
build/x11: Don't link against shared-glapi
Matt Turner
1
-4
/
+0
2012-07-26
xlib: add X error handler around XGetImage() call
Brian Paul
1
-0
/
+29
2012-07-25
Update mesa/drivers/x11/Makefile.am for xm_image.h removal
Jon TURNEY
1
-1
/
+0
2012-07-25
drivers/X11: Link X11 libGL with -no-undefined libtool flag
Jon TURNEY
1
-0
/
+1
2012-07-23
automake: Honor GL_LIB for mangled/custom lib names
Brad King
1
-8
/
+8
2012-07-13
automake: convert libglapi
Jon TURNEY
1
-1
/
+1
2012-07-13
automake: convert libmesa and libmesagallium
Jon TURNEY
1
-1
/
+1
2012-06-21
automake: Convert src/mesa/drivers/x11/Makefile to automake.
Eric Anholt
3
-81
/
+75
2012-05-01
xlib: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
1
-5
/
+6
2012-03-12
xlib: remove clear_color() function
Brian Paul
1
-25
/
+11
2012-02-27
xlib: silence unused var warning
Brian Paul
1
-0
/
+1
2012-02-24
xlib: remove STENCIL_BITS
Brian Paul
1
-3
/
+3
2012-02-24
xlib: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
1
-3
/
+3
2012-01-24
xlib: derive xmesa_renderbuffer from swrast_renderbuffer
Brian Paul
4
-24
/
+27
2012-01-24
xlib: remove xm_span.c and related code
Brian Paul
6
-249
/
+1
2012-01-24
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
3
-12
/
+12
2012-01-24
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
1
-2
/
+2
2012-01-24
mesa: remove gl_renderbuffer::DataType
Brian Paul
1
-1
/
+0
2012-01-24
xlib: remove obsolete GetRow/PutRow code
Brian Paul
1
-1594
/
+3
2012-01-24
Revert "Always build shared glapi"
Matt Turner
1
-0
/
+2
2012-01-20
Always build shared glapi
Matt Turner
1
-2
/
+0
2012-01-11
xlib: stop calling XShmQueryVersion()
Brian Paul
1
-8
/
+8
2012-01-11
xlib: call register_with_display() in Fake_glXChooseFBConfig()
Brian Paul
1
-0
/
+3
2012-01-04
Remove xmesa_xf86.h
Adam Jackson
1
-197
/
+0
2011-12-24
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
1
-601
/
+0
2011-12-24
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
1
-450
/
+1
2011-12-08
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2
-10
/
+12
2011-11-15
xlib: remove xm_image.[ch] files
Brian Paul
3
-117
/
+0
2011-11-15
xlib: remove a ton of old xlib driver cruft
Brian Paul
9
-3409
/
+4
[next]