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
/
gallium
/
drivers
/
iris
/
iris_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Implement DrawTransformFeedback()
Kenneth Graunke
2019-02-21
1
-6
/
+17
*
iris: handle PatchVerticesIn as a system value.
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Fix NOS mechanism
Kenneth Graunke
2019-02-21
1
-7
/
+7
*
iris: Fix failed to compile TCS message
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: drop pull constant binding table entry
Kenneth Graunke
2019-02-21
1
-4
/
+0
*
iris: Enable precompiles
Kenneth Graunke
2019-02-21
1
-7
/
+151
*
iris: rework program cache interface
Kenneth Graunke
2019-02-21
1
-54
/
+123
*
iris: Use wrappers for create_xs_state rather than a switch statement
Kenneth Graunke
2019-02-21
1
-46
/
+78
*
iris: fix comment location
Kenneth Graunke
2019-02-21
1
-5
/
+5
*
iris: Fix VIEWPORT/LAYER in stream output info
Kenneth Graunke
2019-02-21
1
-2
/
+34
*
iris: Fix SLM
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: Fix TCS/TES slot unification
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: fix sysval only binding tables
Kenneth Graunke
2019-02-21
1
-12
/
+24
*
iris: don't trip on param asserts
Kenneth Graunke
2019-02-21
1
-3
/
+7
*
iris: regather info so we get CLIP_DIST slots, not CLIP_VERTEX
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: drop iris_setup_push_uniform_range
Kenneth Graunke
2019-02-21
1
-33
/
+0
*
iris: fix more uniform setup
Kenneth Graunke
2019-02-21
1
-1
/
+6
*
iris: bypass params and do it ourselves
Kenneth Graunke
2019-02-21
1
-21
/
+55
*
iris: dodge backend UCP lowering
Kenneth Graunke
2019-02-21
1
-1
/
+7
*
iris: fix system value remapping
Kenneth Graunke
2019-02-21
1
-2
/
+12
*
iris: hook up key stuff for clip plane lowering
Kenneth Graunke
2019-02-21
1
-1
/
+4
*
iris: lower user clip planes
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: only bother with params if there are any...
Kenneth Graunke
2019-02-21
1
-17
/
+21
*
iris: fill out params array with built-ins, like clip planes
Kenneth Graunke
2019-02-21
1
-0
/
+71
*
iris: drop unnecessary param[] setup from iris_setup_uniforms
Kenneth Graunke
2019-02-21
1
-10
/
+2
*
iris: Clone the NIR
Kenneth Graunke
2019-02-21
1
-6
/
+6
*
iris: implement scratch space!
Kenneth Graunke
2019-02-21
1
-0
/
+50
*
iris: flag CC_VIEWPORT when changing num viewports
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris/compute: Push subgroup-id
Jordan Justen
2019-02-21
1
-0
/
+13
*
iris/program: Don't try to push ubo ranges for compute
Jordan Justen
2019-02-21
1
-1
/
+2
*
iris: little bits of compute basics
Kenneth Graunke
2019-02-21
1
-0
/
+53
*
iris: Set num_uniforms in bytes
Jordan Justen
2019-02-21
1
-0
/
+6
*
iris: move images next to textures in binding table
Kenneth Graunke
2019-02-21
1
-7
/
+7
*
iris: null for non-existent cbufs
Kenneth Graunke
2019-02-21
1
-0
/
+14
*
iris: bother with BTIs
Kenneth Graunke
2019-02-21
1
-3
/
+2
*
iris: lower storage image derefs
Kenneth Graunke
2019-02-21
1
-0
/
+83
*
iris: set the binding table size
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: use 0 for TCS passthrough program string ID
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Add support for TCS passthrough
Caio Marcelo de Oliveira Filho
2019-02-21
1
-22
/
+29
*
iris: silence const warning
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: refactor program CSO stuff
Kenneth Graunke
2019-02-21
1
-8
/
+33
*
iris: use consistent copyright formatting
Kenneth Graunke
2019-02-21
1
-13
/
+12
*
iris: last VUE map NOS, handle > 16 FS inputs
Kenneth Graunke
2019-02-21
1
-1
/
+11
*
iris: comment everything
Kenneth Graunke
2019-02-21
1
-1
/
+120
*
iris: drop pipe_shader_state
Kenneth Graunke
2019-02-21
1
-24
/
+16
*
iris: unbind compiled shaders if none are present
Kenneth Graunke
2019-02-21
1
-3
/
+9
*
iris: export get_shader_info
Kenneth Graunke
2019-02-21
1
-5
/
+7
*
iris: assert about passthrough shaders to make this easier to detect
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: compile a TCS...don't bother with passthrough yet
Kenneth Graunke
2019-02-21
1
-1
/
+61
*
iris: TES program key inputs
Kenneth Graunke
2019-02-21
1
-0
/
+42
[next]