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_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Split iris_flush_and_dirty_for_history into two helpers.
Kenneth Graunke
2019-04-24
1
-20
/
+42
*
iris: Prefer staging blits when destination supports CCS_E.
Kenneth Graunke
2019-04-23
1
-1
/
+1
*
iris: Make some offset math helpers take a const isl_surf pointer
Kenneth Graunke
2019-04-23
1
-2
/
+2
*
iris: Track valid data range and infer unsynchronized mappings.
Kenneth Graunke
2019-04-23
1
-0
/
+49
*
iris: Make a resource_is_busy() helper
Kenneth Graunke
2019-04-23
1
-4
/
+13
*
iris: Replace buffer backing storage and rebind to update addresses.
Kenneth Graunke
2019-04-23
1
-5
/
+42
*
iris: Mark constants dirty on transfer unmap even if no flushes occur
Kenneth Graunke
2019-04-23
1
-2
/
+8
*
iris: Fix FLUSH_EXPLICIT handling with staging buffers.
Kenneth Graunke
2019-04-15
1
-23
/
+41
*
iris: Preserve all PIPE_TRANSFER flags in xfer->usage
Kenneth Graunke
2019-04-15
1
-13
/
+9
*
intel/common: move gen_debug to intel/dev
Mark Janes
2019-04-10
1
-1
/
+1
*
iris: handle aux properly in iris_resource_get_handle
Tapani Pälli
2019-04-04
1
-0
/
+8
*
iris: move iris_flush_resource so we can call it from get_handle
Tapani Pälli
2019-04-04
1
-15
/
+15
*
iris: Add aux.sampler_usages.
Rafael Antognolli
2019-04-02
1
-0
/
+11
*
iris: Do not allocate clear_color_bo for gen8.
Rafael Antognolli
2019-04-02
1
-4
/
+5
*
iris: Actually advertise some modifiers
Kenneth Graunke
2019-03-27
1
-0
/
+39
*
iris: Let blorp update the clear color for us.
Rafael Antognolli
2019-03-20
1
-23
/
+0
*
iris: Allocate buffer space for the fast clear color.
Rafael Antognolli
2019-03-20
1
-8
/
+81
*
iris: Enable HiZ for multisampled depth surfaces.
Rafael Antognolli
2019-03-18
1
-15
/
+12
*
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: 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
1
-1
/
+1
*
iris: Use coherent allocation for PIPE_RESOURCE_STAGING
Chris Wilson
2019-03-13
1
-1
/
+5
*
iris: Use copy_region and staging resources to avoid transfer stalls
Kenneth Graunke
2019-03-08
1
-14
/
+153
*
iris: Spruce up "are we using this engine?" checks for flushing
Kenneth Graunke
2019-03-07
1
-6
/
+4
*
Revert "iris: Enable auxiliary buffer support"
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Enable auxiliary buffer support
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
iris: Flag ALL_DIRTY_BINDINGS on aux state change.
Rafael Antognolli
2019-02-21
1
-1
/
+4
*
iris: Skip resolve if there's no context.
Rafael Antognolli
2019-02-21
1
-1
/
+9
*
iris: Avoid leaking if we fail to allocate the aux buffer.
Rafael Antognolli
2019-02-21
1
-2
/
+6
*
iris: Allow disabling aux via INTEL_DEBUG options
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: make surface states for CCS_D too
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: don't use hiz for MSAA buffers
Kenneth Graunke
2019-02-21
1
-9
/
+12
*
iris: some initial HiZ bits
Kenneth Graunke
2019-02-21
1
-2
/
+12
*
iris: disable aux for external things
Kenneth Graunke
2019-02-21
1
-1
/
+14
*
iris: store modifier info in res
Kenneth Graunke
2019-02-21
1
-9
/
+7
*
iris: resolve before transfer maps
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: Initial import of resolve code
Kenneth Graunke
2019-02-21
1
-1
/
+4
*
iris: create aux surface if needed
Kenneth Graunke
2019-02-21
1
-4
/
+156
*
iris: Fill out res->aux.possible_usages
Kenneth Graunke
2019-02-21
1
-5
/
+66
*
iris: Add iris_resource fields for aux surfaces
Kenneth Graunke
2019-02-21
1
-0
/
+14
*
iris: Simplify iris_get_depth_stencil_resources
Kenneth Graunke
2019-02-21
1
-5
/
+1
*
iris: Store internal_format when getting resource from handle.
Rafael Antognolli
2019-02-21
1
-0
/
+1
*
iris: Handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE somewhat
Kenneth Graunke
2019-02-21
1
-3
/
+6
*
iris: Flush the render cache in flush_and_dirty_for_history
Kenneth Graunke
2019-02-21
1
-0
/
+7
*
iris: Delete bogus comment about cube array counting.
Kenneth Graunke
2019-02-21
1
-5
/
+1
*
iris: Fix assertion in iris_resource_from_handle() tiling usage
Rhys Kidd
2019-02-21
1
-2
/
+1
*
iris: whitespace fixes
Kenneth Graunke
2019-02-21
1
-6
/
+6
*
iris: fix dma buf import strides
Kenneth Graunke
2019-02-21
1
-1
/
+1
[next]