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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iris: Delete bucketing allocators
Kenneth Graunke
2019-05-03
1
-167
/
+3
*
iris: Force VMA alignment to be a multiple of the page size.
Kenneth Graunke
2019-05-03
1
-0
/
+3
*
iris: leave the top 4Gb of the high heap VMA unused
Kenneth Graunke
2019-05-03
1
-1
/
+5
*
iris: Fix 4GB memory zone heap sizes.
Kenneth Graunke
2019-05-03
1
-3
/
+6
*
iris: Resolve textures used by the program, not merely bound textures
Kenneth Graunke
2019-05-03
1
-2
/
+5
*
iris: Disable dual source blending when shader doesn't handle it
Kenneth Graunke
2019-05-02
1
-4
/
+15
*
iris: Fix imageBuffer and PBO download.
Kenneth Graunke
2019-05-01
1
-2
/
+2
*
iris: Enable fast clear colors on gen11.
Rafael Antognolli
2019-04-30
1
-3
/
+0
*
iris: Update the surface state clear color address when available.
Rafael Antognolli
2019-04-30
1
-1
/
+9
*
iris: Use the linear version of the surface format during fast clears.
Rafael Antognolli
2019-04-30
1
-1
/
+7
*
iris: Support sRGB fast clears even if the colorspaces differ.
Rafael Antognolli
2019-04-30
2
-4
/
+8
*
iris: Do not advertise multisampled image load/store.
Rafael Antognolli
2019-04-29
1
-0
/
+5
*
iris: Only enable GL_AMD_depth_clamp_separate on Gen9+
Kenneth Graunke
2019-04-29
1
-1
/
+1
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
4
-2
/
+67
*
iris: Fix zeroing of transform feedback offsets in strange cases.
Kenneth Graunke
2019-04-27
2
-4
/
+18
*
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
4
-98
/
+102
*
iris: Advertise EXT_texture_sRGB_R8 support
Kenneth Graunke
2019-04-24
1
-0
/
+1
*
iris: Enable GL_AMD_depth_clamp_separate
Kenneth Graunke
2019-04-24
1
-0
/
+1
*
iris: enable preemption support for gen10
Mike Blumenkrantz
2019-04-24
1
-0
/
+2
*
iris: add preemption support on gen9
Mike Blumenkrantz
2019-04-24
3
-0
/
+99
*
iris: Split iris_flush_and_dirty_for_history into two helpers.
Kenneth Graunke
2019-04-24
2
-20
/
+46
*
iris: Actually put Mesa in GL_RENDERER string
Kenneth Graunke
2019-04-24
1
-1
/
+1
*
android/iris: fix driinfo header filename
Tapani Pälli
2019-04-23
1
-1
/
+1
*
iris: Prefer staging blits when destination supports CCS_E.
Kenneth Graunke
2019-04-23
1
-1
/
+1
*
iris: add support for INTEL_conservative_rasterization
Mike Blumenkrantz
2019-04-23
2
-11
/
+34
*
iris: Fix DrawTransformFeedback math when there's a buffer offset
Kenneth Graunke
2019-04-23
3
-0
/
+14
*
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
5
-0
/
+78
*
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
4
-5
/
+171
*
iris: Make memzone_for_address non-static
Kenneth Graunke
2019-04-23
2
-5
/
+7
*
iris: Make a gl_shader_stage -> pipe_shader_stage helper function
Kenneth Graunke
2019-04-23
1
-0
/
+14
*
iris: Rework image views to store pipe_image_view.
Kenneth Graunke
2019-04-23
4
-35
/
+52
*
iris: Rework UBOs and SSBOs to use pipe_shader_buffer
Kenneth Graunke
2019-04-23
2
-104
/
+71
*
iris: Track bound constant buffers
Kenneth Graunke
2019-04-23
2
-0
/
+6
*
iris: Mark constants dirty on transfer unmap even if no flushes occur
Kenneth Graunke
2019-04-23
1
-2
/
+8
*
iris: Track bound and writable SSBOs
Kenneth Graunke
2019-04-22
2
-1
/
+16
*
iris: Enable the dual_color_blend_by_location driconf option.
Kenneth Graunke
2019-04-22
4
-0
/
+24
*
iris: Add mechanism for iris-specific driconf options
Kenneth Graunke
2019-04-22
6
-3
/
+42
*
iris: Be less aggressive at postdraw work skipping
Kenneth Graunke
2019-04-18
1
-28
/
+36
*
iris: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+7
*
iris: Add texture cache flushing hacks for blit and resource_copy_region
Kenneth Graunke
2019-04-16
1
-0
/
+36
*
iris: Change vendor and renderer strings
Kenneth Graunke
2019-04-16
1
-1
/
+4
*
iris: Move iris_debug_recompile calls before uploading.
Kenneth Graunke
2019-04-16
1
-33
/
+33
*
iris: Print the reason for shader recompiles.
Kenneth Graunke
2019-04-16
1
-6
/
+30
*
iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is set
Kenneth Graunke
2019-04-15
1
-4
/
+11
*
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
2
-13
/
+12
[prev]
[next]