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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbm: gbm_bo_get_handle_for_plane fallback to nonplanar handle
Alex Villacís Lasso
2019-05-15
1
-0
/
+6
*
gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCK
Alyssa Rosenzweig
2019-05-14
1
-0
/
+1
*
iris: Check if resource has stencil before returning it
Andrii Kryvytskyi
2019-05-14
1
-1
/
+5
*
i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer
Jordan Justen
2019-05-14
1
-1
/
+5
*
iris: Enable fragment shader interlock on Gen9+.
Kenneth Graunke
2019-05-14
1
-0
/
+1
*
gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
Kenneth Graunke
2019-05-14
3
-0
/
+4
*
intel/compiler: use bitset instead of opencoding a 32-bit bitset. (v2)
Dave Airlie
2019-05-15
1
-7
/
+10
*
intel/compiler: remove repeated bit_size / 8 in brw mem lowering pass.
Dave Airlie
2019-05-15
1
-7
/
+8
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
13
-34
/
+193
*
intel/compiler: Move ICP handle fetching into a helper function.
Kenneth Graunke
2019-05-14
2
-36
/
+47
*
intel/compiler: Don't repeat dispatch max fixing condition
Kenneth Graunke
2019-05-14
1
-2
/
+5
*
intel/compiler: Rename invocation_id_mask to instance_id_mask
Kenneth Graunke
2019-05-14
1
-4
/
+4
*
intel/compiler: Refactor TCS invocation ID setup into a helper
Kenneth Graunke
2019-05-14
2
-14
/
+23
*
i965: Pass compiler to default key populators
Kenneth Graunke
2019-05-14
13
-27
/
+37
*
ac: use 1D GEPs for descriptors and constants
Marek Olšák
2019-05-14
3
-13
/
+12
*
mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES
Marek Olšák
2019-05-14
1
-1
/
+1
*
freedreno: Restore msm_drm.h to a pristine "make headers_install" copy.
Eric Anholt
2019-05-14
1
-1
/
+1
*
freedreno: Move msm_drm.h to the same spot as other DRM uapi.
Eric Anholt
2019-05-14
7
-6
/
+4
*
nir/algebraic: Commute 1-fsat(a) to fsat(1-a) for all non-fmul instructions
Ian Romanick
2019-05-14
2
-5
/
+24
*
nir/algebraic: Eliminate useless fsat() on operand of comparison w/value in (...
Ian Romanick
2019-05-14
2
-0
/
+57
*
nir/algebraic: Strip double negatives from comparison sources
Ian Romanick
2019-05-14
1
-0
/
+28
*
intel/compiler: Repeat nir_opt_algebraic_late
Ian Romanick
2019-05-14
2
-1
/
+20
*
Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
Ian Romanick
2019-05-14
2
-19
/
+0
*
nir/algebraic: Eliminate a tautological compare
Ian Romanick
2019-05-14
1
-0
/
+7
*
nir/algebraic: Simplify fsqrt domain guard
Ian Romanick
2019-05-14
1
-0
/
+1
*
nir/search: Don't compare 8-bit or 1-bit constants with floats
Ian Romanick
2019-05-14
1
-1
/
+12
*
nir/algebraic: Recognize open-coded fsat with modifiers
Ian Romanick
2019-05-14
1
-0
/
+5
*
nir/algebraic: Push unary operations into source operands of fsat source
Ian Romanick
2019-05-14
2
-1
/
+23
*
nir/algebraic: Recognize open-coded flrp(a, b, fsat(c))
Ian Romanick
2019-05-14
1
-3
/
+12
*
intel/fs: Allow cmod propagation to instructions with saturate modifier
Ian Romanick
2019-05-14
2
-9
/
+528
*
nir/algebraic: Add missing ffma(-1, a, b) pattern
Ian Romanick
2019-05-14
1
-0
/
+1
*
nir: Mark ffma as 2src_commutative
Ian Romanick
2019-05-14
2
-17
/
+15
*
nir: Add support for 2src_commutative ops that have 3 sources
Ian Romanick
2019-05-14
3
-9
/
+24
*
nir: Rename commutative to 2src_commutative
Ian Romanick
2019-05-14
4
-48
/
+60
*
intel/fs/ra: Spill without destroying the interference graph
Jason Ekstrand
2019-05-14
1
-13
/
+96
*
intel/fs/ra: Put the VGRFs at the end of the nodes
Jason Ekstrand
2019-05-14
1
-18
/
+32
*
intel/fs/ra: Re-arrange interference setup
Jason Ekstrand
2019-05-14
1
-217
/
+205
*
intel/fs/ra: Do the spill loop inside RA
Jason Ekstrand
2019-05-14
2
-21
/
+28
*
intel/fs/ra: Only add MRF hack interference if we're spilling
Jason Ekstrand
2019-05-14
1
-62
/
+50
*
intel/fs/ra: Pull the guts of RA into its own class
Jason Ekstrand
2019-05-14
2
-76
/
+103
*
intel/fs/ra: Move assign_regs further down in the file
Jason Ekstrand
2019-05-14
1
-70
/
+70
*
intel/fs/ra: Split building the interference graph into a helper
Jason Ekstrand
2019-05-14
1
-23
/
+42
*
intel/fs/ra: Initialize grf_used with first_non_payload_grf
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
intel/fs/ra: Stop adding RA interference to too many SENDS nodes
Jason Ekstrand
2019-05-14
1
-8
/
+3
*
util/ra: Assert nodes are in-bounds in add_node_interference
Jason Ekstrand
2019-05-14
1
-0
/
+1
*
intel/fs/ra: Only add dest interference to sources that exist
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
util/ra: Don't destroy the graph in ra_allocate()
Jason Ekstrand
2019-05-14
1
-76
/
+102
*
util/ra: Add a helper for resetting a node's interference
Jason Ekstrand
2019-05-14
2
-0
/
+37
*
util/ra: Add helpers for adding nodes to an interference graph
Jason Ekstrand
2019-05-14
2
-20
/
+72
*
util/ralloc: Add helpers for growing zero-initialized memory
Jason Ekstrand
2019-05-14
2
-0
/
+87
[next]