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
/
gallium
/
auxiliary
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-11
Android: Fix swrast only build
Rob Herring
1
-4
/
+3
2017-05-11
gallivm: Fix build against LLVM SVN >= r302589
Michel Dänzer
1
-3
/
+9
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
18
-276
/
+138
2017-05-10
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
3
-11
/
+16
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
20
-130
/
+144
2017-05-10
gallium/util: dump tokens in util_dump_shader_state only if type is TGSI
Nicolai Hähnle
1
-5
/
+7
2017-05-10
gallium/util: add util_dump_grid_info
Nicolai Hähnle
2
-0
/
+30
2017-05-09
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
1
-7
/
+7
2017-05-02
gallium: Enable ARM NEON CPU detection.
Eric Anholt
3
-0
/
+46
2017-05-02
renderonly: use drmIoctl
Philipp Zabel
1
-4
/
+3
2017-05-02
renderonly: drop resources on destroy
Philipp Zabel
2
-2
/
+12
2017-05-02
renderonly: close transfer prime_fd
Philipp Zabel
1
-0
/
+2
2017-04-29
gallium/targets: fix bool setting on BE architectures
Ilia Mirkin
1
-4
/
+4
2017-04-28
tgsi/scan: record compute shader system value usage
Marek Olšák
2
-0
/
+37
2017-04-26
gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()
Brian Paul
1
-5
/
+6
2017-04-26
gallium/util: add some comments in u_debug_flush.c
Brian Paul
1
-0
/
+15
2017-04-26
draw: whitespace fixes in draw_pipe_vbuf.c
Brian Paul
1
-104
/
+89
2017-04-26
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2
-0
/
+2
2017-04-25
gallium: remove u_caps.c/h interface
Samuel Pitoiset
3
-340
/
+0
2017-04-25
gallium/util: add debugging helpers printing pipeline statistics
Marek Olšák
2
-0
/
+59
2017-04-20
gallium/util: remove util_draw_range_elements helper
Marek Olšák
1
-23
/
+0
2017-04-14
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
1
-0
/
+5
2017-04-13
gallium/hud: set the dump file streams to line buffered
Edmondo Tommasina
1
-0
/
+2
2017-04-13
draw: remove unused wideline_stage()
Samuel Pitoiset
1
-11
/
+0
2017-04-13
draw: remove unused overflow()
Samuel Pitoiset
1
-8
/
+0
2017-04-08
util: fix swizzle of INSTANCEID system value
Nicolai Hähnle
1
-1
/
+1
2017-04-07
gallivm: init vars to silence gcc warnings
Brian Paul
1
-2
/
+2
2017-04-07
gallium/util: tweak backtrace format with libunwind
Rob Clark
1
-10
/
+16
2017-04-07
gallium/util: cache symbol lookup with libunwind
Rob Clark
2
-27
/
+94
2017-04-07
gallium/util: fix missing limit check in libunwind backtrace
Rob Clark
1
-1
/
+1
2017-04-05
gallium/util: honour LIBUNWIND_CFLAGS
Emil Velikov
1
-0
/
+1
2017-04-05
tgsi: add SUBGROUP_* semantics
Ilia Mirkin
1
-0
/
+7
2017-04-05
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
1
-3
/
+3
2017-04-04
gallium: decrease the size of pipe_draw_info - 88 -> 80 bytes
Marek Olšák
1
-2
/
+8
2017-04-04
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
3
-6
/
+8
2017-04-03
gallium/util: libunwind support
Rob Clark
2
-2
/
+104
2017-04-03
gallium/util: clean up stack frame printing
Rob Clark
3
-23
/
+26
2017-04-01
gallivm: add lp_build_emit_fetch_src() helper
Samuel Pitoiset
2
-5
/
+24
2017-04-01
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
17
-613
/
+22
2017-03-31
radeonsi: add tests verifying that VM faults don't hang
Marek Olšák
2
-4
/
+9
2017-03-31
tgsi: fix printing of 64-bit integer immediates
Nicolai Hähnle
3
-5
/
+11
2017-03-31
tgsi: add CLOCK opcode
Ilia Mirkin
1
-1
/
+1
2017-03-30
gallivm: fix a maybe-uninitialized warning
Marek Olšák
1
-1
/
+1
2017-03-30
gallium/util: use const in u_index_modify helpers
Marek Olšák
2
-6
/
+6
2017-03-22
gallivm: remove lp_add_attr_dereferenceable in favor of amd/common
Marek Olšák
2
-14
/
+0
2017-03-17
gallium/u_upload: make the first persistent mapping unsynchronized
Marek Olšák
1
-0
/
+1
2017-03-16
gallivm: (trivial) remove duplicated line
Roland Scheidegger
1
-1
/
+0
2017-03-16
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
1
-2
/
+0
2017-03-15
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
1
-13
/
+41
2017-03-15
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2
-2
/
+5
[next]