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: Use PIPE_BUFFER_STAGING for the query objects
Chris Wilson
2019-03-13
1
-1
/
+1
*
iris: Flag fewer dirty bits in BLORP
Sagar Ghuge
2019-03-11
1
-3
/
+27
*
iris: Fix write enable in pinning of depth/stencil resources
Kenneth Graunke
2019-03-11
1
-12
/
+14
*
iris: Refactor depth/stencil buffer pinning into a helper.
Kenneth Graunke
2019-03-11
1
-37
/
+28
*
iris: Move depth/stencil flushes so they actually do something
Kenneth Graunke
2019-03-11
2
-4
/
+5
*
iris: Fix TES gl_PatchVerticesIn handling.
Kenneth Graunke
2019-03-11
2
-3
/
+11
*
iris: Rework default tessellation level uploads
Kenneth Graunke
2019-03-11
2
-39
/
+33
*
iris: Face should be a system value.
Timur Kristóf
2019-03-11
1
-0
/
+1
*
iris: Fix backface stencil write condition
Kenneth Graunke
2019-03-10
1
-1
/
+1
*
iris: Use copy_region and staging resources to avoid transfer stalls
Kenneth Graunke
2019-03-08
4
-14
/
+161
*
iris: Track last VS URB entry size
Sagar Ghuge
2019-03-08
3
-0
/
+11
*
iris: Refactor code to share 3DSTATE_URB_* packet
Sagar Ghuge
2019-03-08
3
-59
/
+60
*
iris: Wire up EGL_IMG_context_priority
Chris Wilson
2019-03-07
4
-3
/
+19
*
iris: Export a copy_region helper that doesn't flush
Kenneth Graunke
2019-03-07
2
-16
/
+48
*
iris: Spruce up "are we using this engine?" checks for flushing
Kenneth Graunke
2019-03-07
2
-12
/
+12
*
iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Kenneth Graunke
2019-03-07
1
-1
/
+0
*
iris: Properly support alpha and luminance-alpha formats
Kenneth Graunke
2019-03-07
4
-85
/
+117
*
iris: Defer uploading sampler state tables until draw time
Kenneth Graunke
2019-03-07
3
-20
/
+44
*
iris: Plumb through ISL_SWIZZLE_IDENTITY in buffer surface emitters
Kenneth Graunke
2019-03-07
1
-6
/
+8
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
1
-0
/
+3
*
iris: fix decode_get_bo callback
Lionel Landwerlin
2019-03-07
1
-1
/
+3
*
iris: fix decoder call
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
iris: add support for tgsi_to_nir
Andre Heider
2019-03-07
1
-3
/
+8
*
iris: Fix MOCS for blits and clears
Kenneth Graunke
2019-03-06
5
-20
/
+27
*
iris: setup EdgeFlag Vertex Element when needed.
Jose Maria Casanova Crespo
2019-03-06
3
-15
/
+86
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-1
/
+1
*
iris: add libmesa_iris_gen8 library to the build
Tapani Pälli
2019-02-27
1
-0
/
+21
*
iris: Enable ARB_shader_draw_parameters support
Jose Maria Casanova Crespo
2019-02-26
5
-4
/
+212
*
meson/iris: Use current coding style
Dylan Baker
2019-02-25
1
-7
/
+10
*
iris: Properly allow rendering to RGBX formats.
Kenneth Graunke
2019-02-25
1
-2
/
+9
*
iris: Drop RGBX -> RGBA for storage image usages
Kenneth Graunke
2019-02-25
1
-6
/
+3
*
iris: Always use in-tree i915_drm.h
Jordan Justen
2019-02-24
3
-3
/
+3
*
Revert "iris: Enable auxiliary buffer support"
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Enable -msse2 and -mstackrealign
Kenneth Graunke
2019-02-21
1
-3
/
+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
3
-21
/
+29
*
iris: Skip resolve if there's no context.
Rafael Antognolli
2019-02-21
1
-1
/
+9
*
iris/clear: Pass on render_condition_enabled.
Rafael Antognolli
2019-02-21
1
-2
/
+4
*
iris: Avoid leaking if we fail to allocate the aux buffer.
Rafael Antognolli
2019-02-21
1
-2
/
+6
*
iris: Only resolve compute resources for compute shaders
Kenneth Graunke
2019-02-21
1
-4
/
+3
*
iris: Fix aux usage in render resolve code
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Pin HiZ buffers when rendering.
Rafael Antognolli
2019-02-21
1
-0
/
+8
*
iris: Flush before hiz_exec.
Rafael Antognolli
2019-02-21
1
-0
/
+2
*
iris: Allow disabling aux via INTEL_DEBUG options
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: do flush for buffers still
Kenneth Graunke
2019-02-21
1
-19
/
+17
*
iris: make surface states for CCS_D too
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: Skip msaa16 on gen < 9.
Rafael Antognolli
2019-02-21
1
-15
/
+33
*
iris: Set program key fields for MCS
Kenneth Graunke
2019-02-21
1
-3
/
+6
*
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
7
-17
/
+146
[next]