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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Rework edgeflag handling
Kenneth Graunke
2019-10-23
1
-0
/
+2
*
iris: Implement the Broadwell NP Z PMA Stall Fix
Kenneth Graunke
2019-10-08
1
-0
/
+1
*
iris: Drop bonus parameters from iris_init_*_context()
Kenneth Graunke
2019-10-07
1
-8
/
+2
*
iris: Rework iris_update_draw_parameters to be more efficient
Kenneth Graunke
2019-09-18
1
-2
/
+7
*
iris: Use state_refs for draw parameters.
Kenneth Graunke
2019-09-18
1
-4
/
+2
*
iris: Track per-stage bind history, reduce work accordingly
Kenneth Graunke
2019-09-18
1
-0
/
+1
*
iris: Add support for the always_flush_cache=true debug option.
Kenneth Graunke
2019-09-09
1
-0
/
+5
*
iris: use driconf for 'bo_reuse' parameter
Tapani Pälli
2019-08-29
1
-0
/
+5
*
iris: Build for gen12
Jordan Justen
2019-08-28
1
-0
/
+3
*
iris: Add render target read entry in binding table
Sagar Ghuge
2019-08-20
1
-0
/
+1
*
iris/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
1
-0
/
+3
*
iris/perf: implement iris_create_monitor_object
Mark Janes
2019-08-09
1
-0
/
+2
*
iris/perf: implement routines to return counter info
Mark Janes
2019-08-09
1
-0
/
+10
*
iris: Handle vertex shader with window space position
Danylo Piliaiev
2019-08-06
1
-0
/
+2
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-0
/
+2
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-0
/
+3
*
iris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
Kenneth Graunke
2019-07-31
1
-0
/
+1
*
iris: Use gen_mi_builder to handle CS ALU operations.
Kenneth Graunke
2019-07-25
1
-9
/
+0
*
iris: Make iris_query.c a genxml-compiled file.
Kenneth Graunke
2019-07-25
1
-1
/
+0
*
iris: Move iris_resolve_conditional_render to the vtable.
Kenneth Graunke
2019-07-25
1
-2
/
+1
*
iris: Make an iris_genx_protos.h header for prototypes.
Kenneth Graunke
2019-07-25
1
-28
/
+33
*
iris: Drop copy and pasted iris_timebase_scale
Kenneth Graunke
2019-07-16
1
-2
/
+0
*
iris: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2019-07-11
1
-0
/
+1
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
1
-2
/
+0
*
iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer object
Kenneth Graunke
2019-06-27
1
-0
/
+1
*
iris: Fix resource tracking for CS thread ID buffer
Kenneth Graunke
2019-06-27
1
-0
/
+1
*
iris: Delete dead ice->state.streamout_strides field.
Kenneth Graunke
2019-06-26
1
-3
/
+0
*
iris: move sysvals to their own constant buffer
Timur Kristóf
2019-06-23
1
-2
/
+1
*
iris: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
1
-4
/
+6
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
1
-1
/
+1
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+18
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
1
-4
/
+12
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
1
-1
/
+13
*
iris: Enable nir_opt_large_constants
Jason Ekstrand
2019-05-29
1
-0
/
+6
*
iris: Move upload_ubo_ssbo_surf_state to iris_program.c
Jason Ekstrand
2019-05-29
1
-0
/
+4
*
iris: Only store the SHA1 of the NIR in iris_uncompiled_shader
Kenneth Graunke
2019-05-29
1
-3
/
+2
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
1
-0
/
+3
*
iris: Fix ALT mode regressions from shader cache
Kenneth Graunke
2019-05-21
1
-0
/
+3
*
iris: Cache assembly shaders in the on-disk shader cache
Dylan Baker
2019-05-21
1
-0
/
+13
*
iris: Serialize the NIR to a blob we can use for shader cache purposes.
Kenneth Graunke
2019-05-21
1
-0
/
+4
*
iris: Move iris_uncompiled_shader definition to iris_context.h
Kenneth Graunke
2019-05-21
1
-0
/
+23
*
iris: Hook up device reset callbacks
Kenneth Graunke
2019-05-09
1
-0
/
+3
*
iris: Try to recover from GPU hangs.
Kenneth Graunke
2019-05-09
1
-0
/
+2
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
1
-0
/
+4
*
iris: Fix zeroing of transform feedback offsets in strange cases.
Kenneth Graunke
2019-04-27
1
-0
/
+3
*
iris: Some tidying for preemption support
Kenneth Graunke
2019-04-25
1
-4
/
+3
*
iris: add preemption support on gen9
Mike Blumenkrantz
2019-04-24
1
-0
/
+5
*
iris: Fix DrawTransformFeedback math when there's a buffer offset
Kenneth Graunke
2019-04-23
1
-0
/
+3
*
iris: Replace buffer backing storage and rebind to update addresses.
Kenneth Graunke
2019-04-23
1
-0
/
+3
*
iris: Rework image views to store pipe_image_view.
Kenneth Graunke
2019-04-23
1
-8
/
+1
[next]