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
/
gallium
/
state_trackers
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
11
-5900
/
+0
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
2
-16
/
+14
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
2
-0
/
+2
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
2
-2
/
+2
*
st/mesa: add a notify_before_flush callback param to flush
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-3
/
+3
*
gallium/xlib: Fix xmesa drawable creation
Adam Jackson
2019-10-15
1
-6
/
+2
*
gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
Adam Jackson
2019-09-17
2
-27
/
+40
*
gallium/xlib: Remove MakeCurrent_PrevContext
Adam Jackson
2019-09-17
1
-12
/
+5
*
gallium/xlib: Remove drawable caching from the MakeCurrent path
Adam Jackson
2019-09-17
1
-32
/
+3
*
mesa: Eliminate gl_config::rgbMode
Adam Jackson
2019-09-09
2
-47
/
+28
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-4
/
+0
*
mesa: Remove unused gl_config::indexBits
Adam Jackson
2019-09-09
1
-2
/
+0
*
gallium/xlib: Fix an obvious thinko
Adam Jackson
2019-09-09
1
-1
/
+1
*
glx: Sync <GL/glxext.h> with Khronos
Adam Jackson
2019-08-22
1
-4
/
+3
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
2
-13
/
+13
*
meson: Fix missing glproto dependency for gallium-glx
Chuck Atkins
2019-05-03
1
-1
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
1
-39
/
+0
*
st/xlib: Use more appropriate include guard
Michał Janiszewski
2018-10-18
1
-2
/
+2
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
2
-8
/
+10
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+2
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-0
/
+1
*
st/glx: constify some variables
Konstantin Kharlamov
2018-07-17
1
-1
/
+1
*
Fix scons build
Marek Olšák
2018-04-12
4
-1
/
+10
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-2
/
+1
*
gallium/x11: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2018-03-12
2
-15
/
+0
*
gallium/x11: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2018-03-12
2
-25
/
+0
*
glx: Properly handle cases where screen creation fails
Chuck Atkins
2018-02-22
3
-30
/
+33
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
gallium: Make (num_)samples an unsigned int
Gert Wollny
2018-01-19
1
-1
/
+5
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
1
-3
/
+3
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
1
-1
/
+1
*
meson: build gallium-xlib based glx
Dylan Baker
2017-11-10
1
-0
/
+27
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-3
/
+1
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
2
-0
/
+4
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
2
-0
/
+7
*
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
2017-04-07
3
-15
/
+30
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-4
/
+4
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
st/xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
1
-6
/
+0
*
glx: Add missing glproto dependency for gallium-xlib glx
Chuck Atkins
2017-01-12
1
-0
/
+1
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-1
/
+1
*
st/xlib: Don't destroy screen on XCloseDisplay()
George Kyriazis
2016-03-04
1
-3
/
+7
*
st/xlib: Hang off screen destructor off main XCloseDisplay() callback.
George Kyriazis
2016-03-04
3
-35
/
+27
*
st/xlib: Support unlimited number of display connections
George Kyriazis
2016-03-04
1
-19
/
+103
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
[next]