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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iris: Drop UBO range stuff from iris_restore_compute_saved_bos
Kenneth Graunke
2019-06-27
1
-24
/
+0
*
iris: Properly align interface descriptor data addresses
Kenneth Graunke
2019-06-27
1
-1
/
+1
*
iris: Disable loop unrolling in GLSL IR.
Kenneth Graunke
2019-06-26
1
-2
/
+1
*
iris: Delete dead ice->state.streamout_strides field.
Kenneth Graunke
2019-06-26
1
-3
/
+0
*
iris: Fix overzealous query object batch flushing.
Kenneth Graunke
2019-06-26
1
-4
/
+4
*
iris: Make an iris_batch_get_signal_syncpt() helper.
Kenneth Graunke
2019-06-26
1
-3
/
+14
*
iris: move sysvals to their own constant buffer
Timur Kristóf
2019-06-23
5
-78
/
+73
*
iris: Mark cbuf0 as not needing uploading every single time
Kenneth Graunke
2019-06-23
2
-3
/
+14
*
iris: Drop bo != NULL check from blorp 48b invalidate function.
Kenneth Graunke
2019-06-21
1
-1
/
+1
*
Revert "iris: Don't check VF address high bits when there is no buffer."
Kenneth Graunke
2019-06-21
1
-1
/
+1
*
i965,iris: Move guardband calculations to a common location
Jason Ekstrand
2019-06-21
1
-84
/
+5
*
iris: Use stream uploader for shader draw parameters.
Kenneth Graunke
2019-06-20
1
-2
/
+2
*
iris: Don't check VF address high bits when there is no buffer.
Kenneth Graunke
2019-06-20
1
-1
/
+1
*
iris: Drop RT flushes from depth stencil clearing flushes.
Kenneth Graunke
2019-06-20
4
-9
/
+8
*
iris: Don't bother with PIPE_CONTROLs for CPU writes and no history
Kenneth Graunke
2019-06-20
1
-6
/
+9
*
iris: Only do an RT flush for transfer maps if using copy_region.
Kenneth Graunke
2019-06-20
1
-1
/
+1
*
iris: Use iris_flush_bits_for_history in iris_transfer_flush_region
Kenneth Graunke
2019-06-20
1
-5
/
+12
*
iris: Avoid double flushing in iris_transfer_flush_region when copying.
Kenneth Graunke
2019-06-20
1
-4
/
+3
*
iris: Fix iris_flush_and_dirty_history to actually dirty history.
Kenneth Graunke
2019-06-20
1
-0
/
+2
*
iris: Add maybe_flush calls to texture_barrier and memory_barrier
Kenneth Graunke
2019-06-20
1
-0
/
+3
*
iris: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
11
-57
/
+168
*
iris: Use render_batch/compute_batch locals in memory_barrier
Kenneth Graunke
2019-06-20
1
-4
/
+4
*
iris: Bail on queries for INTEL_NO_HW=1.
Kenneth Graunke
2019-06-19
1
-0
/
+5
*
iris: Support more RGBX pipe formats.
Kenneth Graunke
2019-06-17
1
-2
/
+13
*
iris: Make resource_copy_region handle packed depth-stencil resources.
Kenneth Graunke
2019-06-17
1
-0
/
+10
*
iris: Order CS stall and TC invalidate for format reinterpretation hacks
Kenneth Graunke
2019-06-17
1
-3
/
+2
*
iris: Be more aggressive at post-format-reintepret TC invalidate hack
Kenneth Graunke
2019-06-17
1
-8
/
+5
*
iris: Enable INTEL_shader_atomic_float_minmax
Caio Marcelo de Oliveira Filho
2019-06-13
1
-0
/
+1
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
iris: Only upload surface state for grid info when needed
Caio Marcelo de Oliveira Filho
2019-06-11
1
-8
/
+14
*
iris: Create binding table slot for num_work_groups only when needed
Caio Marcelo de Oliveira Filho
2019-06-11
2
-2
/
+6
*
iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+1
*
iris: Bypass half-float pack/unpack lowering.
Kenneth Graunke
2019-06-10
1
-0
/
+1
*
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: Only recompile CS when needed
Caio Marcelo de Oliveira Filho
2019-06-05
1
-1
/
+1
*
iris: Free the buffer when reading from the disk cache.
Kenneth Graunke
2019-06-04
1
-3
/
+8
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
2
-2
/
+2
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
2
-9
/
+14
*
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
3
-76
/
+234
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
3
-35
/
+45
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
6
-121
/
+232
*
iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms
Caio Marcelo de Oliveira Filho
2019-06-03
1
-3
/
+10
*
iris: Drop unused locals from iris_clear.c to avoid warning
Caio Marcelo de Oliveira Filho
2019-05-31
1
-3
/
+0
*
iris: Avoid holding the lock while allocating pages.
Kenneth Graunke
2019-05-30
1
-5
/
+5
*
iris: Move SET_DOMAIN to alloc_fresh_bo()
Kenneth Graunke
2019-05-30
1
-17
/
+15
*
iris: Be lazy about cleaning up purged BOs in the cache.
Kenneth Graunke
2019-05-29
1
-17
/
+1
[prev]
[next]