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
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
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
staging/22.3
staging/23.0
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
/
gallium
/
state_trackers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-13
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
327
-101255
/
+0
2020-05-07
st/wgl: allocate and resolve msaa-textures
Erik Faye-Lund
1
-6
/
+79
2020-05-07
st/wgl: pass st_context_iface into stw_st_framebuffer_present_locked
Erik Faye-Lund
3
-5
/
+8
2020-05-07
util/os_memory: never use os_memory_debug.h
Erik Faye-Lund
1
-8
/
+0
2020-05-07
clover/nir: Check the result of spirv_to_nir
Pierre Moreau
1
-0
/
+5
2020-05-06
drisw: add multisample support to sw dri layer.
Dave Airlie
1
-1
/
+31
2020-05-05
st/nine: Set correctly blend max_rt
Axel Davy
1
-2
/
+1
2020-05-05
driconf: add force_integer_tex_nearest option
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2020-04-29
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
1
-1
/
+1
2020-04-27
st/dri: Set next in template instead of after creation. (v2)
Bas Nieuwenhuizen
1
-1
/
+1
2020-04-23
gallium: add # of MRT to blend state
Rob Clark
1
-0
/
+2
2020-04-21
remove final imports.h and imports.c bits
Dylan Baker
2
-16
/
+14
2020-04-21
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
3
-0
/
+4
2020-04-21
st/omx: fix gcc warnings
Pierre-Eric Pelloux-Prayer
1
-3
/
+3
2020-04-18
Fix promotion of floats to doubles
Albert Astals Cid
1
-1
/
+1
2020-04-16
wgl: silence some cast-warnings
Erik Faye-Lund
2
-4
/
+4
2020-04-16
st/dri: make sure software color-buffers are linear
Erik Faye-Lund
1
-1
/
+1
2020-04-15
clover: expose cl_arm_shared_virtual_memory for devices with SVM support
Karol Herbst
1
-1
/
+2
2020-04-15
clover: implement cl_arm_shared_virtual_memory
Karol Herbst
6
-54
/
+287
2020-04-15
clover: implement SVM functions for devices with fine grained system SVM support
Karol Herbst
6
-20
/
+259
2020-04-15
clover: implement clSetKernelArgSVMPointer
Karol Herbst
3
-3
/
+29
2020-04-15
clover: implement CL_DEVICE_SVM_CAPABILITIES
Karol Herbst
3
-0
/
+28
2020-04-15
clover: add stubs for SVM
Karol Herbst
4
-10
/
+117
2020-04-03
st/vdpau: make query test for 2D support
Ilia Mirkin
1
-2
/
+2
2020-04-03
st/vdpau: avoid asserting on new VDP_YCBCR_* formats
Ilia Mirkin
1
-2
/
+21
2020-04-02
gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally
Adam Jackson
1
-16
/
+20
2020-04-02
wgl: do not create screen from DllMain
Erik Faye-Lund
3
-7
/
+31
2020-04-02
wgl: move screen-init to a helper
Erik Faye-Lund
1
-12
/
+19
2020-04-02
wgl: drop unused member
Erik Faye-Lund
2
-4
/
+2
2020-04-02
wgl: drop pointless debug_printf
Erik Faye-Lund
1
-2
/
+0
2020-03-31
scons: prune unused Makefile.sources
Eric Engestrom
1
-2
/
+0
2020-03-30
scons: Prune out unnecessary targets.
Jose Fonseca
3
-78
/
+0
2020-03-28
meson: inline `inc_common`
Eric Engestrom
5
-5
/
+5
2020-03-27
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
1
-0
/
+1
2020-03-27
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2
-2
/
+2
2020-03-27
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
10
-647
/
+33
2020-03-27
wgl: add official gldrv.h header-file
Jesse Natalie
1
-0
/
+589
2020-03-26
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
1
-0
/
+2
2020-03-11
vdpau: remove bogus assert
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2020-03-10
gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache
Marek Olšák
2
-6
/
+6
2020-03-10
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
1
-2
/
+2
2020-03-10
gallium: make handles of set_global_binding 64 bit
Karol Herbst
1
-2
/
+2
2020-03-09
st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
Vinson Lee
1
-2
/
+2
2020-03-09
omx: fix build with gcc 10
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2020-03-06
st/va: add check for P010 and P016 encode/decode support
Thong Thai
1
-4
/
+16
2020-03-03
st/va: GetConfigAttributes: check profile and entrypoint combination
Satyajit Sahu
1
-2
/
+6
2020-03-03
st/va/postproc: reallocate interlaced destination buffer
Thong Thai
1
-4
/
+1
2020-02-28
st/va: remove unneeded code
Thong Thai
1
-22
/
+12
2020-02-28
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2
-20
/
+30
2020-02-27
st/va: add support YUY2
Pierre-Eric Pelloux-Prayer
2
-1
/
+4
[next]