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
path:
root
/
src
/
freedreno
/
ir3
/
ir3_shader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir3: Handle gl_FragStencilRefARB
Connor Abbott
2020-07-16
1
-1
/
+1
*
ir3: Add layer_zero variant bit
Connor Abbott
2020-07-07
1
-0
/
+6
*
freedreno/ir3: add generic get_barycentric()
Jonathan Marek
2020-07-01
1
-0
/
+12
*
freedreno/ir3: move nir finalization to after cache miss
Rob Clark
2020-06-26
1
-0
/
+1
*
freedreno/ir3: disk-cache support
Rob Clark
2020-06-26
1
-0
/
+17
*
freedreno/a6xx+ir3: stop generating pointless binning shaders
Rob Clark
2020-06-26
1
-0
/
+11
*
freedreno/ir3: shuffle some variant fields
Rob Clark
2020-06-26
1
-11
/
+20
*
ir3: Add ir3_trim_constlen()
Connor Abbott
2020-06-26
1
-0
/
+2
*
ir3: Support variants with different constlen's
Connor Abbott
2020-06-26
1
-0
/
+31
*
ir3: Include ir3_compiler from ir3_shader
Connor Abbott
2020-06-26
1
-1
/
+1
*
freedreno/ir3: add support for load_draw_id
Jonathan Marek
2020-06-25
1
-2
/
+3
*
freedreno/ir3: add helper to determine point-coord inputs
Rob Clark
2020-06-24
1
-2
/
+0
*
freedreno/ir3: split ubo analysis/lowering passes
Rob Clark
2020-06-21
1
-1
/
+0
*
freedreno/ir3: split out ubo info from range
Rob Clark
2020-06-21
1
-3
/
+15
*
freedreno/ir3: move output_loc to variant
Rob Clark
2020-06-19
1
-5
/
+6
*
freedreno/ir3: move const_state back to variant
Rob Clark
2020-06-19
1
-2
/
+10
*
freedreno/ir3: un-embed const_state
Rob Clark
2020-06-19
1
-2
/
+2
*
freedreno/ir3: move num_reserved_user_consts out of const_state
Rob Clark
2020-06-19
1
-1
/
+1
*
freedreno/ir3: constify shader key
Rob Clark
2020-06-19
1
-2
/
+2
*
freedreno/ir3: drop shader->num_ubos
Rob Clark
2020-06-19
1
-5
/
+0
*
freedreno/ir3: move ubo_state into const_state
Rob Clark
2020-06-19
1
-18
/
+19
*
freedreno/ir3: add accessor for const_state
Rob Clark
2020-06-19
1
-0
/
+6
*
freedreno/ir3: make mergedregs a property of the variant
Rob Clark
2020-06-18
1
-0
/
+3
*
freedreno/ir3: re-work assembler API
Rob Clark
2020-06-18
1
-1
/
+1
*
ir3: Pass reserved_user_consts to ir3_shader_from_nir()
Connor Abbott
2020-06-17
1
-1
/
+1
*
freedreno/ir3: move the libdrm dependency out of shared code
Rob Clark
2020-06-15
1
-0
/
+3
*
freedreno/ir3: split kill from no_earlyz
Rob Clark
2020-06-04
1
-1
/
+8
*
freedreno/a6xx: Use LDC for UBO loads.
Eric Anholt
2020-05-14
1
-0
/
+6
*
freedreno,tu: Don't request fragcoord components not being read.
Hyunjun Ko
2020-05-08
1
-1
/
+2
*
freedreno/ir3: Improve shader key normalization.
Eric Anholt
2020-05-01
1
-56
/
+17
*
freedreno: Emit debug messages when doing draw-time recompiles of shaders.
Eric Anholt
2020-05-01
1
-0
/
+8
*
freedreno/ir3: Remove unused half precision shader key flag.
Eric Anholt
2020-05-01
1
-6
/
+0
*
freedreno: Fix assertion failures on GS/tess shaders with shader-db enabled.
Eric Anholt
2020-05-01
1
-0
/
+15
*
freedreno/ir3: Pass stream output info to ir3_shader_from_nir
Kristian H. Kristensen
2020-05-01
1
-1
/
+2
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
1
-10
/
+50
*
ir3: Rewrite UBO push analysis to support bindless
Connor Abbott
2020-04-09
1
-4
/
+7
*
ir3: Plumb through bindless support
Connor Abbott
2020-04-09
1
-0
/
+9
*
tu: ir3: Emit push constants directly
Connor Abbott
2020-04-09
1
-1
/
+2
*
turnip: Gather information for transform feedback
Hyunjun Ko
2020-03-12
1
-0
/
+1
*
freedreno/ir3: remove from_tgsi
Rob Clark
2020-02-28
1
-3
/
+0
*
turnip: Add support for fine derivatives.
Eric Anholt
2020-01-23
1
-0
/
+2
*
freedreno: Stop scattered remapping of SSBOs/images to IBOs.
Eric Anholt
2020-01-21
1
-6
/
+12
*
freedreno/ir3: support load_base_instance
Jonathan Marek
2019-12-19
1
-0
/
+1
*
freedreno: Track the set of UBOs to be uploaded in UBO analysis.
Eric Anholt
2019-12-09
1
-0
/
+1
*
freedreno/ir3: Add tessellation field to shader key
Kristian H. Kristensen
2019-11-07
1
-0
/
+33
*
freedreno/ir3: Add ir3 intrinsics for tessellation
Kristian H. Kristensen
2019-11-07
1
-0
/
+1
*
freedreno/ir3: debug cleanup
Rob Clark
2019-10-24
1
-18
/
+17
*
freedreno/ir3: Add data structures to support texture pre-fetch
Hyunjun Ko
2019-10-18
1
-0
/
+37
*
freedreno/ir3: Implement primitive layout intrinsics
Kristian H. Kristensen
2019-10-17
1
-0
/
+2
*
freedreno/ir3: Implement lowering passes for VS and GS
Kristian H. Kristensen
2019-10-17
1
-0
/
+9
[next]