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
/
gallium
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
freedreno/a5xx: hack for r8g8b8a8_snorm
Rob Clark
2017-04-23
1
-1
/
+1
*
freedreno/a5xx: rgtc formats
Rob Clark
2017-04-23
2
-8
/
+12
*
freedreno/a5xx: occlusion query
Rob Clark
2017-04-22
4
-3
/
+140
*
freedreno: drop ring arg from _set_stage()
Rob Clark
2017-04-22
7
-17
/
+13
*
freedreno: update generated headers
Rob Clark
2017-04-22
6
-12
/
+25
*
freedreno: add support for hw accumulating queries
Rob Clark
2017-04-22
8
-33
/
+384
*
freedreno: a bit of query refactor
Rob Clark
2017-04-22
4
-40
/
+40
*
freedreno: make hw-query a helper
Rob Clark
2017-04-22
13
-16
/
+57
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-0
/
+5
*
freedreno: refactor dirty state handling
Rob Clark
2017-04-18
19
-101
/
+119
*
freedreno: move clear path dirty state hack to a2xx backend
Rob Clark
2017-04-18
2
-9
/
+9
*
freedreno/ir3: split out per-stage emit_consts fxns
Rob Clark
2017-04-18
5
-21
/
+41
*
freedreno: add helper to mark all state clean
Rob Clark
2017-04-18
9
-52
/
+34
*
freedreno: add helper to mark all state dirty
Rob Clark
2017-04-18
4
-6
/
+13
*
freedreno: move a2xx specific hack out of core
Rob Clark
2017-04-18
2
-10
/
+20
*
freedreno: make texture state an array
Rob Clark
2017-04-18
10
-39
/
+45
*
freedreno/ir3: refactor out helpers for comparing shader keys
Rob Clark
2017-04-18
4
-79
/
+63
*
freedreno: fix crash if ctx torn down with no rendering
Rob Clark
2017-04-17
1
-1
/
+1
*
freedreno/ir3: add 'high' register class
Rob Clark
2017-04-17
3
-67
/
+131
*
freedreno: extract helper for stage->sb for a4xx+
Rob Clark
2017-04-17
5
-28
/
+29
*
freedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
Rob Clark
2017-04-17
5
-127
/
+124
*
freedreno: update generated headers
Rob Clark
2017-04-17
8
-213
/
+794
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
freedreno: enable draw/batch reordering by default
Rob Clark
2017-04-14
2
-3
/
+3
*
freedreno/ir3: small re-order
Rob Clark
2017-04-14
1
-24
/
+23
*
freedreno/ir3: move 'keeps' to block level
Rob Clark
2017-04-14
5
-20
/
+22
*
freedreno/ir3: convert dynamic arrays to ralloc
Rob Clark
2017-04-14
3
-14
/
+8
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-2
/
+0
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
freedreno: free compiler when screen is destroyed
Rob Clark
2017-03-24
3
-6
/
+2
*
freedreno: fix memory leak
Rob Clark
2017-03-24
1
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-4
/
+4
*
freedreno/ir3: fragz cannot be half precision
Rob Clark
2017-03-13
1
-0
/
+6
*
freedreno/ir3: optimize less in glsl
Rob Clark
2017-03-13
1
-1
/
+1
*
freedreno: remove shebang from ir3_nir_trig.py
Emil Velikov
2017-03-10
1
-1
/
+0
*
freedreno: remove execute bit from ir3_nir_trig.py
Emil Velikov
2017-03-10
1
-0
/
+0
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+2
*
freedreno: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
5
-15
/
+15
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
5
-15
/
+15
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
[next]