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_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Initialize ice->state.prim_mode to an invalid value
Kenneth Graunke
2019-09-13
1
-0
/
+1
*
intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM
Anuj Phogat
2019-09-11
1
-0
/
+9
*
iris: Fix constant buffer sizes for non-UBOs
Kenneth Graunke
2019-09-10
1
-3
/
+4
*
iris: Optimize out redundant sampler state binds
Kenneth Graunke
2019-09-09
1
-2
/
+8
*
iris: Ignore line stipple information if it's disabled
Kenneth Graunke
2019-09-09
1
-3
/
+5
*
anv,iris: L3ALLOC register replaces L3CNTLREG for gen12
Jordan Justen
2019-09-06
1
-2
/
+13
*
intel: Stop redirecting state cache to command streamer cache section
Kenneth Graunke
2019-09-06
1
-6
/
+0
*
iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESS
Kenneth Graunke
2019-09-06
1
-4
/
+55
*
iris: Guard GEN9-only function in Iris state to avoid warning
Caio Marcelo de Oliveira Filho
2019-08-23
1
-0
/
+2
*
iris: Set MOCS in all STATE_BASE_ADDRESS commands
Kenneth Graunke
2019-08-23
1
-1
/
+14
*
iris: Update fast clear colors on Gen9 with direct immediate writes.
Kenneth Graunke
2019-08-22
1
-6
/
+25
*
iris: Fix broken aux.possible/sampler_usages bitmask handling
Kenneth Graunke
2019-08-22
1
-5
/
+6
*
iris: Replace devinfo->gen with GEN_GEN
Kenneth Graunke
2019-08-22
1
-22
/
+18
*
iris: Enable non coherent framebuffer fetch on broadwell
Sagar Ghuge
2019-08-20
1
-1
/
+1
*
iris: Free resource if failed to allocate surface state
Sagar Ghuge
2019-08-20
1
-1
/
+3
*
iris: Pass isl_surf to fill_surface_state
Sagar Ghuge
2019-08-20
1
-16
/
+19
*
iris: Add infrastructure to support non coherent framebuffer fetch
Sagar Ghuge
2019-08-20
1
-12
/
+146
*
iris: Only request an input mask if the shader needs it
Jason Ekstrand
2019-08-16
1
-1
/
+3
*
iris: Export and import surfaces with modifiers that have aux data
Jordan Justen
2019-08-13
1
-0
/
+8
*
iris: Add aux offset into hiz_address
Jordan Justen
2019-08-13
1
-1
/
+1
*
iris/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
Rafael Antognolli
2019-08-12
1
-1
/
+80
*
iris/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
1
-0
/
+96
*
iris: reorder arguments as expected by the function
Tapani Pälli
2019-08-12
1
-2
/
+2
*
iris/perf: implement routines to return counter info
Mark Janes
2019-08-09
1
-0
/
+13
*
iris: Handle vertex shader with window space position
Danylo Piliaiev
2019-08-06
1
-5
/
+28
*
iris: Fix handling of SIMD32 fragment shaders
Jason Ekstrand
2019-08-03
1
-44
/
+50
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-1
/
+12
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-2
/
+14
*
iris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
Kenneth Graunke
2019-07-31
1
-11
/
+25
*
iris: Skip repeated depth buffer disables.
Kenneth Graunke
2019-07-30
1
-2
/
+4
*
iris: Fix SO offset to be 32-bit in DrawTransformFeedback handling
Kenneth Graunke
2019-07-29
1
-1
/
+1
*
iris: Use gen_mi_builder to handle CS ALU operations.
Kenneth Graunke
2019-07-25
1
-40
/
+21
*
iris: Make iris_query.c a genxml-compiled file.
Kenneth Graunke
2019-07-25
1
-2
/
+4
*
iris: Refactor genxml macros and inlines into iris_genx_macros.h.
Kenneth Graunke
2019-07-25
1
-73
/
+1
*
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
[next]