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
/
ir3
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
1
-0
/
+6
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
3
-8
/
+18
*
freedreno/ir3: fix load_front_face conversion
Ilia Mirkin
2017-07-12
1
-6
/
+3
*
freedreno/ir3: lower arrays to regs
Rob Clark
2017-05-23
2
-150
/
+185
*
freedreno/ir3: add put_dst()
Rob Clark
2017-05-23
1
-0
/
+24
*
freedreno/ir3: code-motion
Rob Clark
2017-05-23
1
-55
/
+55
*
freedreno/ir3: fix cmdline compiler
Rob Clark
2017-05-23
1
-2
/
+0
*
freedreno/ir3: add missing nir_opt_copy_prop_vars() pass
Rob Clark
2017-05-23
1
-0
/
+1
*
freedreno/ir3: need different compiler options for a5xx
Rob Clark
2017-05-23
3
-4
/
+27
*
freedreno/ir3: fix crash with atomics
Rob Clark
2017-05-16
1
-2
/
+9
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-1
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
2
-3
/
+3
*
freedreno/ir3: add macro to declare variable length arrays
Rob Clark
2017-05-06
1
-18
/
+21
*
freedreno/ir3: compute shader support
Rob Clark
2017-05-04
3
-19
/
+153
*
freedreno/ir3: SSBO/atomic support
Rob Clark
2017-05-04
6
-13
/
+309
*
freedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c
Rob Clark
2017-05-04
5
-19
/
+157
*
freedreno: refactor dirty state handling
Rob Clark
2017-04-18
1
-6
/
+6
*
freedreno/ir3: split out per-stage emit_consts fxns
Rob Clark
2017-04-18
2
-15
/
+35
*
freedreno/ir3: refactor out helpers for comparing shader keys
Rob Clark
2017-04-18
1
-0
/
+51
*
freedreno/ir3: add 'high' register class
Rob Clark
2017-04-17
3
-67
/
+131
*
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
*
freedreno: free compiler when screen is destroyed
Rob Clark
2017-03-24
2
-6
/
+0
*
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: 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
*
freedreno/ir3: setup var locations in standalone compiler
Rob Clark
2017-01-22
1
-1
/
+69
*
freedreno/a5xx: use the non-_ZERO_BASE for vertexid
Rob Clark
2017-01-10
2
-2
/
+14
*
freedreno/ir3: rework varying slots (maybe??)
Rob Clark
2016-12-30
1
-4
/
+9
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
freedreno/ir3: fix linkage::var size
Rob Clark
2016-12-27
1
-1
/
+1
*
freedreno/ir3: treat clipvertex like a normal varying
Rob Clark
2016-12-27
1
-3
/
+1
*
freedreno/a5xx: transform-feedback support
Rob Clark
2016-12-27
2
-2
/
+6
*
freedreno/ir3: UBO support for 64b GPUs (a5xx)
Rob Clark
2016-12-27
1
-3
/
+24
*
freedreno/ir3: rework location of driver constants
Rob Clark
2016-12-27
4
-47
/
+63
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-1
/
+1
*
freedreno/a5xx: fix negative branches
Rob Clark
2016-11-30
2
-1
/
+6
*
freedreno/ir3: don't offset inloc by 8
Rob Clark
2016-11-30
2
-11
/
+5
*
freedreno/ir3: add new helper for shader linkage
Rob Clark
2016-11-30
1
-0
/
+47
*
freedreno/ir3: fixup ralloc fallout
Rob Clark
2016-11-12
2
-2
/
+2
*
ralloc: use rzalloc where it's necessary
Marek Olšák
2016-10-31
1
-1
/
+1
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-1
/
+1
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
1
-7
/
+4
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
1
-1
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
1
-1
/
+1
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
1
-1
/
+1
*
a3xx: make use of software clipping when hw can't handle it
Ilia Mirkin
2016-09-03
2
-0
/
+7
*
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
2016-08-25
1
-1
/
+1
[next]