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
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-2
/
+2
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-6
/
+12
*
iris: Enable non coherent framebuffer fetch on broadwell
Sagar Ghuge
2019-08-20
1
-1
/
+1
*
iris: Add render target read entry in binding table
Sagar Ghuge
2019-08-20
1
-7
/
+43
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-6
/
+7
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-2
/
+0
*
iris: Handle vertex shader with window space position
Danylo Piliaiev
2019-08-06
1
-0
/
+14
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-1
/
+14
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-19
/
+31
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
1
-0
/
+1
*
iris: change last_vue_stage() to look at uncompiled shaders
Timothy Arceri
2019-07-19
1
-3
/
+3
*
iris: Fix key->input_vertices for 8_PATCH TCS mode.
Kenneth Graunke
2019-07-11
1
-1
/
+3
*
iris: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2019-07-11
1
-1
/
+1
*
iris: Drop comment about var->data.binding not being set.
Kenneth Graunke
2019-07-11
1
-4
/
+0
*
iris: Drop comments about missing NOS
Kenneth Graunke
2019-07-11
1
-6
/
+0
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-15
/
+14
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
1
-3
/
+0
*
iris: move sysvals to their own constant buffer
Timur Kristóf
2019-06-23
1
-38
/
+22
*
iris: Mark cbuf0 as not needing uploading every single time
Kenneth Graunke
2019-06-23
1
-3
/
+13
*
iris: Create binding table slot for num_work_groups only when needed
Caio Marcelo de Oliveira Filho
2019-06-11
1
-1
/
+4
*
iris: Zero shs->cbuf0 when binding a passthrough TCS
Kenneth Graunke
2019-06-07
1
-0
/
+16
*
iris: Rename bind_state to bind_shader_state.
Kenneth Graunke
2019-06-07
1
-9
/
+9
*
iris: Sweep the NIR in iris_create_uncompiled_shader().
Kenneth Graunke
2019-06-07
1
-0
/
+2
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
1
-1
/
+1
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
1
-1
/
+1
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
1
-4
/
+4
*
iris: Print binding tables when INTEL_DEBUG=bt
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+53
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
1
-39
/
+180
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
1
-23
/
+25
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
1
-102
/
+186
*
iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms
Caio Marcelo de Oliveira Filho
2019-06-03
1
-3
/
+10
*
iris: Enable nir_opt_large_constants
Jason Ekstrand
2019-05-29
1
-0
/
+66
*
iris: Don't assume UBO indices are constant
Jason Ekstrand
2019-05-29
1
-1
/
+2
*
iris: Move upload_ubo_ssbo_surf_state to iris_program.c
Jason Ekstrand
2019-05-29
1
-0
/
+45
*
iris: Clone before calling nir_strip and serializing
Kenneth Graunke
2019-05-29
1
-6
/
+8
*
iris: Only store the SHA1 of the NIR in iris_uncompiled_shader
Kenneth Graunke
2019-05-29
1
-3
/
+1
*
iris: Fix ALT mode regressions from shader cache
Kenneth Graunke
2019-05-21
1
-4
/
+6
*
iris: Cache assembly shaders in the on-disk shader cache
Dylan Baker
2019-05-21
1
-6
/
+43
*
iris: Serialize the NIR to a blob we can use for shader cache purposes.
Kenneth Graunke
2019-05-21
1
-0
/
+21
*
iris: Move iris_uncompiled_shader definition to iris_context.h
Kenneth Graunke
2019-05-21
1
-23
/
+0
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-0
/
+9
*
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
[next]