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: 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
*
iris: Dig through the cache to find a BO in the right memzone
Kenneth Graunke
2019-05-29
1
-7
/
+17
*
iris: Tidy BO sizing code and comments
Kenneth Graunke
2019-05-29
1
-12
/
+5
*
iris: Move some field setting after we drop the lock.
Kenneth Graunke
2019-05-29
1
-13
/
+13
*
iris: Move cached BO allocation into a helper function.
Kenneth Graunke
2019-05-29
1
-44
/
+64
*
iris: Fall back to fresh allocations of mapping for zero-memset fails.
Kenneth Graunke
2019-05-29
1
-3
/
+4
*
iris: Move fresh BO allocation into a helper function.
Kenneth Graunke
2019-05-29
1
-26
/
+30
*
iris: Do SET_TILING at a single point rather than in two places.
Kenneth Graunke
2019-05-29
1
-20
/
+20
*
iris: Use the BO cache even for coherent buffers on non-LLC.
Kenneth Graunke
2019-05-29
1
-3
/
+0
*
iris: Fix locking around vma_alloc in iris_bo_create_userptr
Kenneth Graunke
2019-05-29
1
-0
/
+4
*
iris: Fix lock/unlock mismatch for non-LLC coherent BO allocation.
Kenneth Graunke
2019-05-29
1
-7
/
+3
*
iris: Re-emit Surface State Base Address when context is lost.
Kenneth Graunke
2019-05-29
1
-0
/
+1
*
iris: Enable nir_opt_large_constants
Jason Ekstrand
2019-05-29
4
-0
/
+82
*
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
3
-39
/
+56
*
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
3
-13
/
+7
*
iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
Kenneth Graunke
2019-05-26
1
-0
/
+1
*
iris: Advertise coherent framebuffer fetches
Kenneth Graunke
2019-05-23
1
-0
/
+2
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+2
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
7
-5
/
+57
*
iris: fix android build
Tapani Pälli
2019-05-22
1
-0
/
+1
*
iris: Fix ALT mode regressions from shader cache
Kenneth Graunke
2019-05-21
2
-4
/
+9
*
iris: Expose the disk cache to the state tracker as well.
Kenneth Graunke
2019-05-21
1
-0
/
+8
[next]