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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: try to re-use previously deleted bindless descriptor slots
Samuel Pitoiset
2017-08-22
2
-7
/
+31
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
4
-229
/
+187
*
radeonsi: add si_emit_global_shader_pointers() helper
Samuel Pitoiset
2017-08-22
1
-26
/
+31
*
radeonsi: only initialize dirty_mask when CE is used
Samuel Pitoiset
2017-08-22
1
-3
/
+4
*
radeonsi: make some si_descriptors fields 32-bit
Samuel Pitoiset
2017-08-22
1
-5
/
+5
*
radeonsi: declare new user SGPR indices for bindless samplers/images
Samuel Pitoiset
2017-08-22
3
-1
/
+23
*
gallium/util: add new module that allocate "numbers"
Samuel Pitoiset
2017-08-22
3
-0
/
+160
*
radeonsi/gfx9: add performance counters
Nicolai Hähnle
2017-08-22
1
-1
/
+28
*
radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors
Nicolai Hähnle
2017-08-22
1
-19
/
+8
*
gallium: remove unused PIPE_DUMP_* defines
Nicolai Hähnle
2017-08-22
3
-25
/
+7
*
ddebug: remove dd_draw_record::driver_state_log
Nicolai Hähnle
2017-08-22
2
-58
/
+0
*
radeonsi: emit string markers to log context
Nicolai Hähnle
2017-08-22
1
-0
/
+3
*
radeonsi: log decompress blits
Nicolai Hähnle
2017-08-22
1
-0
/
+13
*
radeonsi: log draw and compute state into log context
Nicolai Hähnle
2017-08-22
4
-32
/
+51
*
radeonsi: print saved CS to the log context
Nicolai Hähnle
2017-08-22
5
-88
/
+263
*
radeonsi: start using u_log_context for debugging
Nicolai Hähnle
2017-08-22
3
-83
/
+199
*
radeonsi: re-order debug state dumping
Nicolai Hähnle
2017-08-22
1
-7
/
+8
*
radeonsi: make si_shader_selector_reference globally visible
Nicolai Hähnle
2017-08-22
2
-15
/
+16
*
radeonsi: add reference count to si_compute
Nicolai Hähnle
2017-08-22
2
-10
/
+28
*
radeonsi: implement pipe_context::set_log_context
Nicolai Hähnle
2017-08-22
2
-0
/
+12
*
amd/common: split out ac_parse_ib_chunk from ac_parse_ib
Nicolai Hähnle
2017-08-22
2
-8
/
+32
*
ddebug: add driver log to record dumps
Nicolai Hähnle
2017-08-22
3
-0
/
+30
*
gallium: add pipe_context::set_log_context
Nicolai Hähnle
2017-08-22
1
-0
/
+14
*
util/log: add auto logger facility
Nicolai Hähnle
2017-08-22
2
-2
/
+75
*
util: add chunk logging module
Nicolai Hähnle
2017-08-22
3
-0
/
+263
*
glsl/linker: Make several functions not static
Ian Romanick
2017-08-22
2
-4
/
+4
*
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
2017-08-21
1
-2
/
+12
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
i965: enable STD430 packing by default on IVB+
Timothy Arceri
2017-08-22
1
-0
/
+16
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
9
-44
/
+94
*
glsl: add get_internal_ifc_packing() type helper
Timothy Arceri
2017-08-22
1
-0
/
+21
*
mesa: add UseSTD430AsDefaultPacking constant
Timothy Arceri
2017-08-22
1
-0
/
+9
*
clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device
Aaron Watry
2017-08-21
3
-1
/
+9
*
mesa: optimize _mesa_attr_zero_aliases_vertex()
Brian Paul
2017-08-21
3
-12
/
+22
*
vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.h
Brian Paul
2017-08-21
1
-36
/
+46
*
vbo: make vbo_bind_arrays() static
Brian Paul
2017-08-21
2
-3
/
+1
*
svga: replace gotos with conditionals in array drawing code
Brian Paul
2017-08-21
2
-32
/
+32
*
llvmpipe: add some whitespace between functions in lp_texture.c
Brian Paul
2017-08-21
1
-0
/
+3
*
mesa: formatting clean-up in syncobj.c
Brian Paul
2017-08-21
1
-10
/
+13
*
svga: whitespace clean-up in svga_draw_private.h
Brian Paul
2017-08-21
1
-29
/
+27
*
docs: remove link to MissingFunctionality wiki page
Timothy Arceri
2017-08-22
1
-2
/
+0
*
docs: remove MSVC testing/building from help wanted
Timothy Arceri
2017-08-22
1
-3
/
+0
*
docs: remove automatic testing from help wanted
Timothy Arceri
2017-08-22
1
-6
/
+0
*
docs: rename TODOs to Legacy Driver TODOs
Timothy Arceri
2017-08-22
1
-1
/
+1
*
docs: remove link to i915g TODOs
Timothy Arceri
2017-08-22
1
-2
/
+0
*
docs: remove link to radeonsi TODO wiki page
Timothy Arceri
2017-08-22
1
-2
/
+0
*
gallium/docs: remove old llvmpipe TODO
Timothy Arceri
2017-08-22
2
-16
/
+0
*
mesa: fix ES only draw if we have vertex positions
Timothy Arceri
2017-08-22
1
-2
/
+2
*
glsl: Add prototype for udivmod64()
Matt Turner
2017-08-21
1
-0
/
+3
*
glsl: Mark functions static
Matt Turner
2017-08-21
11
-36
/
+36
[next]