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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: avoid use after free in shader destruction
Dave Airlie
2019-04-05
1
-7
/
+49
*
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 iris_flush_resource so we can call it from get_handle
Tapani Pälli
2019-04-04
1
-15
/
+15
*
iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.
Kenneth Graunke
2019-04-04
3
-8
/
+8
*
iris: move variable to the scope where it is being used
Tapani Pälli
2019-04-04
1
-1
/
+1
*
iris: Enable fast clears on gen8.
Rafael Antognolli
2019-04-02
1
-2
/
+1
*
iris: Add aux.sampler_usages.
Rafael Antognolli
2019-04-02
3
-16
/
+34
*
iris: Do not allocate clear_color_bo for gen8.
Rafael Antognolli
2019-04-02
2
-6
/
+9
*
iris: Manually apply fast clear color channel overrides.
Rafael Antognolli
2019-04-02
1
-6
/
+16
*
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: Adapt to variable ppGTT size
Chris Wilson
2019-04-01
1
-1
/
+20
*
iris: fix set_sampler_view
Rob Clark
2019-03-30
1
-2
/
+3
*
i965,iris/blorp: do not blit 0-sizes
Sergii Romantsov
2019-03-30
1
-1
/
+9
*
iris: Clean up compiler warnings about unused
Caio Marcelo de Oliveira Filho
2019-03-29
2
-11
/
+1
*
iris: Print the memzone name when allocating BOs with INTEL_DEBUG=buf
Kenneth Graunke
2019-03-28
1
-2
/
+17
*
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
*
iris: Fix blits with S8_UINT destination
Kenneth Graunke
2019-03-28
1
-4
/
+2
*
iris: Actually advertise some modifiers
Kenneth Graunke
2019-03-27
1
-0
/
+39
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-2
/
+3
*
iris: Push heavy memchecker code to DEBUG
Chris Wilson
2019-03-22
2
-1
/
+13
*
iris: Fix batch chaining map_next increment.
Kenneth Graunke
2019-03-22
1
-1
/
+1
*
iris: Skip resolves and flushes altogether if unnecessary
Kenneth Graunke
2019-03-21
3
-9
/
+27
*
iris: Skip framebuffer resolve tracking if framebuffer isn't dirty
Kenneth Graunke
2019-03-21
2
-70
/
+84
*
iris: Skip input resolve handling if bindings haven't changed
Kenneth Graunke
2019-03-21
3
-10
/
+19
*
iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
Kenneth Graunke
2019-03-21
1
-1
/
+1
*
iris: Let blorp update the clear color for us.
Rafael Antognolli
2019-03-20
5
-35
/
+33
*
iris: Track fast clear color.
Rafael Antognolli
2019-03-20
2
-3
/
+33
*
iris: Stall on the CPU and resolve predication during fast clears.
Rafael Antognolli
2019-03-20
1
-0
/
+40
*
iris: Add iris_resolve_conditional_render().
Rafael Antognolli
2019-03-20
2
-0
/
+25
*
iris: Implement fast clear color.
Rafael Antognolli
2019-03-20
2
-24
/
+157
*
iris: Bring back check for srgb and fast clear color.
Rafael Antognolli
2019-03-20
1
-3
/
+1
*
iris: Add function to update clear color in surface state.
Rafael Antognolli
2019-03-20
1
-2
/
+30
*
iris: Add helper to convert fast clear color.
Rafael Antognolli
2019-03-20
1
-0
/
+82
*
iris: Fast clear depth buffers.
Rafael Antognolli
2019-03-20
1
-3
/
+116
*
iris: Use the clear depth when emitting 3DSTATE_CLEAR_PARAMS.
Rafael Antognolli
2019-03-20
2
-1
/
+26
*
iris: Allocate buffer space for the fast clear color.
Rafael Antognolli
2019-03-20
2
-8
/
+100
*
iris: mark switch case fallthrough
Tapani Pälli
2019-03-20
1
-3
/
+3
*
iris: initialize num_cbufs
Tapani Pälli
2019-03-20
1
-1
/
+1
*
iris: Make intel_hiz_exec public.
Rafael Antognolli
2019-03-18
2
-1
/
+8
*
iris: Enable HiZ for multisampled depth surfaces.
Rafael Antognolli
2019-03-18
2
-17
/
+19
*
iris: Slightly better bounds on buffer sizes
Kenneth Graunke
2019-03-18
1
-2
/
+2
*
iris: Don't flush the batch for unsynchronized mappings
Kenneth Graunke
2019-03-18
1
-3
/
+5
*
iris: Don't mutate box in transfer map code
Kenneth Graunke
2019-03-13
1
-37
/
+28
*
iris: Enable auxiliary buffer support again
Rafael Antognolli
2019-03-13
1
-3
/
+0
*
iris: Convert RGBX to RGBA always.
Rafael Antognolli
2019-03-13
1
-14
/
+27
*
iris: Add resolve on iris_flush_resource.
Rafael Antognolli
2019-03-13
1
-19
/
+19
*
iris: Use streaming loads to read from tiled surfaces
Chris Wilson
2019-03-13
2
-2
/
+5
[next]