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: 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
*
iris: Rework UBOs and SSBOs to use pipe_shader_buffer
Kenneth Graunke
2019-04-23
1
-90
/
+67
*
iris: Track bound constant buffers
Kenneth Graunke
2019-04-23
1
-0
/
+3
*
iris: Track bound and writable SSBOs
Kenneth Graunke
2019-04-22
1
-1
/
+10
*
iris: Enable the dual_color_blend_by_location driconf option.
Kenneth Graunke
2019-04-22
1
-0
/
+10
*
iris: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+7
*
intel: Emit 3DSTATE_VF_STATISTICS dynamically
Kenneth Graunke
2019-04-14
1
-0
/
+6
*
iris: Actually pin the scratch BO.
Kenneth Graunke
2019-04-11
1
-0
/
+8
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
1
-1
/
+2
*
iris: Fix assert when using vertex attrib without buffer binding
Danylo Piliaiev
2019-04-04
1
-1
/
+2
*
iris: move variable to the scope where it is being used
Tapani Pälli
2019-04-04
1
-1
/
+1
*
iris: Add aux.sampler_usages.
Rafael Antognolli
2019-04-02
1
-16
/
+18
*
iris: Do not allocate clear_color_bo for gen8.
Rafael Antognolli
2019-04-02
1
-2
/
+4
*
iris/gen8: Re-emit the SURFACE_STATE if the clear color changed.
Rafael Antognolli
2019-04-02
1
-10
/
+28
*
iris: Only update clear color for gens 8 and 9.
Rafael Antognolli
2019-04-02
1
-1
/
+10
*
iris: fix set_sampler_view
Rob Clark
2019-03-30
1
-2
/
+3
*
iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch
Anuj Phogat
2019-03-28
1
-0
/
+7
*
iris/icl: Set Enabled Texel Offset Precision Fix bit
Anuj Phogat
2019-03-28
1
-0
/
+7
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-2
/
+3
[next]