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
/
mesa
/
drivers
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
1
-61
/
+0
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
6
-6
/
+6
*
vbo: merge use_buffer_objects into vbo_CreateContext to skip the big malloc
Marek Olšák
2020-02-11
1
-1
/
+1
*
mesa: Silence unused parameter warning
Ian Romanick
2019-12-04
1
-2
/
+2
*
Call shmget() with permission 0600 instead of 0777
Brian Paul
2019-11-18
1
-1
/
+2
*
GL: drop symbols mangling support
Eric Engestrom
2019-10-10
1
-4
/
+0
*
scons: Make scons and meson agree about path to glapi generated headers
Dylan Baker
2019-09-16
2
-1
/
+2
*
mesa: Eliminate gl_config::rgbMode
Adam Jackson
2019-09-09
1
-15
/
+3
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-3
/
+3
*
mesa: Remove unused gl_config::indexBits
Adam Jackson
2019-09-09
1
-1
/
+0
*
glx: Fix incompatible function pointer types.
Jose Fonseca
2019-08-28
1
-1
/
+1
*
glx: Sync <GL/glxext.h> with Khronos
Adam Jackson
2019-08-22
3
-9
/
+8
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
1
-2
/
+2
*
Delete autotools
Dylan Baker
2019-04-15
1
-82
/
+0
*
mesa: fold _glapi_check_multithread() back into _mesa_make_current
Emil Velikov
2018-10-03
1
-5
/
+0
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
4
-12
/
+15
*
xlib: remove unused Fake_glXGetAGPOffsetMESA() function
Brian Paul
2018-08-08
1
-10
/
+0
*
xlib: fix build break from _swrast_map_soft_renderbuffer() call
Brian Paul
2018-07-27
1
-1
/
+1
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
2
-2
/
+4
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-0
/
+1
*
spirv: Fix building with SCons
Neil Roberts
2018-03-30
1
-0
/
+2
*
x11: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2018-03-12
3
-34
/
+0
*
x11: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2018-03-12
3
-57
/
+0
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-2
/
+2
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
xlib: call _mesa_warning() instead of fprintf()
Brian Paul
2017-12-12
1
-1
/
+2
*
xlib: remove dummy GLX_MESA_set_3dfx_mode implementation
Emil Velikov
2017-12-01
5
-65
/
+0
*
xlib: remove empty GLX_MESA_agp_offset stubs
Emil Velikov
2017-12-01
3
-23
/
+0
*
xlib: remove empty GLX_NV_vertex_array_range stubs
Emil Velikov
2017-12-01
3
-68
/
+0
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
meson: add support for xlib glx
Dylan Baker
2017-11-10
1
-0
/
+39
*
mesa: add missing include
Eric Engestrom
2017-06-27
1
-0
/
+1
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+3
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
2
-6
/
+3
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
xlib: fix glXGetCurrentDisplay() failure
Brian Paul
2017-06-02
4
-5
/
+18
*
automake: Link all libGL.so variants with -Bsymbolic.
Jose Fonseca
2017-06-01
1
-0
/
+1
*
drivers/x11: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2017-05-04
1
-2
/
+0
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-4
/
+4
*
x11: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-4
/
+4
*
xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
2
-26
/
+0
*
xlib: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-74
/
+74
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
xlib: remove MESA_GLX_VISUAL_HACK
John Sheu
2016-04-15
1
-23
/
+19
*
xlib: fix leaks of returned values from XGetVisualInfo
John Sheu
2016-04-15
1
-8
/
+21
*
xlib: fix memory leak of and remove vishandle from XMesaVisualInfo
John Sheu
2016-04-15
2
-39
/
+24
[next]