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
/
iris
/
iris_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Don't assume UBO indices are constant
Jason Ekstrand
2019-05-30
1
-1
/
+2
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
1
-1
/
+27
*
iris: Move iris_debug_recompile calls before uploading.
Kenneth Graunke
2019-04-16
1
-33
/
+33
*
iris: Print the reason for shader recompiles.
Kenneth Graunke
2019-04-16
1
-6
/
+30
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
1
-1
/
+1
*
nir: move brw_nir_rewrite_image_intrinsic into common code
Karol Herbst
2019-04-12
1
-1
/
+1
*
iris: Silence unused variable warnings in release mode
Kenneth Graunke
2019-04-06
1
-3
/
+2
*
iris: avoid use after free in shader destruction
Dave Airlie
2019-04-05
1
-7
/
+49
*
iris: initialize num_cbufs
Tapani Pälli
2019-03-20
1
-1
/
+1
*
iris: Fix TES gl_PatchVerticesIn handling.
Kenneth Graunke
2019-03-11
1
-0
/
+7
*
iris: Rework default tessellation level uploads
Kenneth Graunke
2019-03-11
1
-2
/
+23
*
iris: Defer uploading sampler state tables until draw time
Kenneth Graunke
2019-03-07
1
-0
/
+8
*
iris: add support for tgsi_to_nir
Andre Heider
2019-03-07
1
-3
/
+8
*
iris: setup EdgeFlag Vertex Element when needed.
Jose Maria Casanova Crespo
2019-03-06
1
-1
/
+8
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-1
/
+1
*
iris: Enable ARB_shader_draw_parameters support
Jose Maria Casanova Crespo
2019-02-26
1
-0
/
+18
*
iris: Skip msaa16 on gen < 9.
Rafael Antognolli
2019-02-21
1
-15
/
+33
*
iris: Set program key fields for MCS
Kenneth Graunke
2019-02-21
1
-3
/
+6
*
iris: Move create and bind driver hooks to the end of iris_program.c
Kenneth Graunke
2019-02-21
1
-330
/
+312
*
iris: Set HasWriteableRT correctly
Kenneth Graunke
2019-02-21
1
-0
/
+15
*
iris: rework num textures to util_lastbit
Kenneth Graunke
2019-02-21
1
-4
/
+6
*
iris: Implement ALT mode for ARB_{vertex,fragment}_shader
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: Remap stream output indexes back to VARYING_SLOT_*.
Kenneth Graunke
2019-02-21
1
-2
/
+25
*
iris: always include an extra constbuf0 if using UBOs
Caio Marcelo de Oliveira Filho
2019-02-21
1
-41
/
+45
*
iris: Leave a comment about why Broadwell images are broken
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Fill out brw_image_params for storage images on Broadwell
Kenneth Graunke
2019-02-21
1
-8
/
+71
*
iris: Don't make duplicate system values
Kenneth Graunke
2019-02-21
1
-7
/
+22
*
iris: Fix scratch space allocation on Icelake.
Kenneth Graunke
2019-02-21
1
-4
/
+8
*
iris: more dead comments
Kenneth Graunke
2019-02-21
1
-1
/
+0
*
iris: pin and re-pin the scratch BO
Kenneth Graunke
2019-02-21
1
-4
/
+2
*
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
[next]