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: Set SLMEnable based on the L3$ config
Jason Ekstrand
2020-01-30
1
-4
/
+4
*
intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+
Jason Ekstrand
2020-01-30
1
-0
/
+4
*
iris: Support multiple chained batches.
Kenneth Graunke
2020-01-29
2
-21
/
+25
*
iris: Make iris_emit_default_l3_config pull devinfo from the batch
Kenneth Graunke
2020-01-29
1
-5
/
+4
*
iris: Drop 'engine' from iris_batch.
Kenneth Graunke
2020-01-29
3
-13
/
+2
*
iris: Emit CS Stall before Instruction Cache flush for gen12 WA
Jordan Justen
2020-01-28
1
-0
/
+12
*
iris: Silence warning about AUX_USAGE_MC.
Eric Anholt
2020-01-28
1
-0
/
+2
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
1
-14
/
+2
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
1
-0
/
+10
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-1
/
+1
*
iris: Enable INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+4
*
iris: Drop some workarounds which are no longer necessary
Kenneth Graunke
2020-01-21
1
-36
/
+1
*
iris: Fix value of out-of-bounds accesses for vertex attributes
Danylo Piliaiev
2020-01-21
1
-1
/
+1
*
iris: Fix some indentation in iris_init_render_context
Jordan Justen
2020-01-17
1
-28
/
+28
*
iris: set depth stall enabled when depth flush enabled on gen12
Tapani Pälli
2020-01-16
1
-0
/
+9
*
iris: implement another workaround for non pipelined states
Lionel Landwerlin
2020-01-16
1
-1
/
+14
*
iris: handle new PIPE_CONTROL field
Lionel Landwerlin
2020-01-16
2
-1
/
+6
*
iris: Print warning and return *out = NULL when fd to syncobj fails
Kristian H. Kristensen
2020-01-15
1
-1
/
+6
*
iris: Advertise PIPE_CAP_NATIVE_FENCE_FD
Kristian H. Kristensen
2020-01-15
1
-0
/
+1
*
iris: Fix export of fences that have already completed.
Kenneth Graunke
2020-01-15
1
-0
/
+16
*
iris: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+39
*
iris: Simplify iris_get_renderer_string()
Kenneth Graunke
2020-01-13
1
-11
/
+4
*
iris/query: Implement PIPE_QUERY_GPU_FINISHED
Danylo Piliaiev
2020-01-06
1
-0
/
+17
*
iris: Allow HiZ for copy_region sources
Kenneth Graunke
2020-01-04
3
-5
/
+18
*
iris: Delete remnants of the unimplemented ASTC 5x5 workaround
Kenneth Graunke
2020-01-03
4
-38
/
+10
*
iris: Disable ASTC 5x5 support on Gen9 for now.
Kenneth Graunke
2020-01-03
1
-0
/
+8
*
iris: Set nir_shader_compiler_options::unify_interfaces.
Kenneth Graunke
2020-01-03
1
-2
/
+0
*
intel: Drop Gen11 WaBTPPrefetchDisable workaround
Kenneth Graunke
2020-01-03
1
-12
/
+2
*
iris: Avoid replacing backing storage for buffers with no contents
Kenneth Graunke
2019-12-22
1
-0
/
+4
*
iris: Fix shader recompile debug printing
Kenneth Graunke
2019-12-22
1
-2
/
+28
*
iris: Make helper functions to turn iris shader keys into brw keys.
Kenneth Graunke
2019-12-22
1
-41
/
+83
*
i965/iris/perf: factor out frequency register capture
Lionel Landwerlin
2019-12-18
1
-25
/
+14
*
iris: Implement WA for push constants.
Rafael Antognolli
2019-12-13
1
-1
/
+12
*
iris: Alphabetize source files after iris_perf.c was added
Kenneth Graunke
2019-12-13
1
-1
/
+1
*
i965/iris: perf-queries: don't invalidate/flush 3d pipeline
Lionel Landwerlin
2019-12-13
1
-12
/
+6
*
iris: Default to X-tiling for scanout buffers without modifiers
Kenneth Graunke
2019-12-11
1
-0
/
+2
*
iris: Create smaller program keys without legacy features
Kenneth Graunke
2019-12-10
3
-84
/
+183
*
intel/decoder: Make get_state_size take a full 64-bit address and a base
Kenneth Graunke
2019-12-10
2
-16
/
+12
*
iris: INTEL performance query implementation
Dongwon Kim
2019-12-10
5
-0
/
+240
*
iris: separating out common perf code
Mark Janes
2019-12-10
5
-92
/
+157
*
iris: Enable Gen11 Color/Z write merging optimization
Kenneth Graunke
2019-12-10
1
-0
/
+8
*
meson: drop duplicate `lib` prefix on libiris_gen*
Eric Engestrom
2019-12-10
1
-1
/
+1
*
iris: Fix import of multi-planar surfaces with modifiers
Nanley Chery
2019-12-06
2
-1
/
+12
*
blorp: Pass the VB size to the VF cache workaround
Jason Ekstrand
2019-12-05
1
-0
/
+1
*
iris: Add restriction to 3DSTATE_CONSTANT_ packets.
Rafael Antognolli
2019-12-04
1
-0
/
+11
*
iris: Use 3DSTATE_CONSTANT_ALL when possible.
Rafael Antognolli
2019-12-04
2
-2
/
+76
*
iris: Rework push constants emitting code.
Rafael Antognolli
2019-12-04
1
-42
/
+83
*
iris: Stop setting up fake params
Jason Ekstrand
2019-12-04
2
-13
/
+6
*
iris: Allow max dynamic pool size of 2GB for gen12
Jordan Justen
2019-12-02
1
-1
/
+9
[prev]
[next]