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_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Disable SIMD32 when using a 16x MSAA framebuffer.
Kenneth Graunke
2019-07-11
1
-7
/
+24
*
iris: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2019-07-11
1
-2
/
+3
*
iris: Drop a TODO comment
Kenneth Graunke
2019-07-11
1
-1
/
+0
*
iris: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
1
-0
/
+11
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
1
-6
/
+0
*
Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
Anuj Phogat
2019-06-28
1
-8
/
+0
*
iris: Don't leak resources in iris_create_surface for incomplete FBOs
Kenneth Graunke
2019-06-28
1
-19
/
+19
*
iris: Fix major resource leak in iris_set_shader_images
Kenneth Graunke
2019-06-27
1
-3
/
+1
*
intel: Add and use helpers for level0 extent
Nanley Chery
2019-06-27
1
-6
/
+2
*
iris: Fix memory leak of SO targets
Kenneth Graunke
2019-06-27
1
-0
/
+4
*
iris: Fix memory leak for draw parameter resources
Kenneth Graunke
2019-06-27
1
-0
/
+3
*
iris: Drop u_upload_unmap
Kenneth Graunke
2019-06-27
1
-2
/
+0
*
iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer object
Kenneth Graunke
2019-06-27
1
-4
/
+9
*
iris: Fix resource tracking for CS thread ID buffer
Kenneth Graunke
2019-06-27
1
-2
/
+7
*
iris: Only bother with thread ID upload if doing MEDIA_CURBE_LOAD
Kenneth Graunke
2019-06-27
1
-13
/
+13
*
iris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set, not constants
Kenneth Graunke
2019-06-27
1
-1
/
+1
*
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: move sysvals to their own constant buffer
Timur Kristóf
2019-06-23
1
-36
/
+44
*
iris: Mark cbuf0 as not needing uploading every single time
Kenneth Graunke
2019-06-23
1
-0
/
+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: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
1
-15
/
+70
*
iris: Create binding table slot for num_work_groups only when needed
Caio Marcelo de Oliveira Filho
2019-06-11
1
-1
/
+2
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
1
-5
/
+10
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
1
-37
/
+36
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
1
-8
/
+8
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
1
-8
/
+16
*
iris: Enable nir_opt_large_constants
Jason Ekstrand
2019-05-29
1
-0
/
+9
*
iris: Move upload_ubo_ssbo_surf_state to iris_program.c
Jason Ekstrand
2019-05-29
1
-39
/
+7
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
1
-2
/
+6
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-0
/
+5
*
iris: Implement ARB_indirect_parameters
Illia Iorin
2019-05-11
1
-4
/
+77
*
iris: Use full ways for L3 cache setup on Icelake.
Kenneth Graunke
2019-05-10
1
-0
/
+1
*
iris: Also handle res->offset for buffer sampler/image views
Kenneth Graunke
2019-05-07
1
-8
/
+9
*
iris: support dmabuf imports with offsets
Mike Blumenkrantz
2019-05-07
1
-5
/
+6
*
iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Kenneth Graunke
2019-05-06
1
-6
/
+94
*
iris: Disable dual source blending when shader doesn't handle it
Kenneth Graunke
2019-05-02
1
-4
/
+15
*
iris: Update the surface state clear color address when available.
Rafael Antognolli
2019-04-30
1
-1
/
+9
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
1
-1
/
+15
*
iris: Fix zeroing of transform feedback offsets in strange cases.
Kenneth Graunke
2019-04-27
1
-4
/
+15
*
iris: Silence unused function warning
Kenneth Graunke
2019-04-25
1
-1
/
+1
*
iris: make the TFB result visible to others
Andrii Simiklit
2019-04-25
1
-10
/
+15
*
iris: Some tidying for preemption support
Kenneth Graunke
2019-04-25
1
-29
/
+96
*
iris: add preemption support on gen9
Mike Blumenkrantz
2019-04-24
1
-0
/
+29
*
iris: add support for INTEL_conservative_rasterization
Mike Blumenkrantz
2019-04-23
1
-11
/
+33
*
iris: Fix DrawTransformFeedback math when there's a buffer offset
Kenneth Graunke
2019-04-23
1
-0
/
+2
*
iris: Track valid data range and infer unsynchronized mappings.
Kenneth Graunke
2019-04-23
1
-0
/
+9
*
iris: Replace buffer backing storage and rebind to update addresses.
Kenneth Graunke
2019-04-23
1
-0
/
+125
*
iris: Rework image views to store pipe_image_view.
Kenneth Graunke
2019-04-23
1
-26
/
+40
[next]