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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Move msm_drm.h to the same spot as other DRM uapi.
Eric Anholt
2019-05-14
7
-341
/
+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
*
intel/fs: Stop doing extra RA calls
Jason Ekstrand
2019-05-14
1
-19
/
+27
*
util/ra: Improve the performance of ra_simplify
Jason Ekstrand
2019-05-14
1
-30
/
+119
*
util/ra: Only update q_total if the reg is not assigned
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
util/ra: Only update best_optimistic_node if !progress
Jason Ekstrand
2019-05-14
1
-1
/
+5
*
util/ra: Make in_stack a bitset in the graph
Jason Ekstrand
2019-05-14
1
-18
/
+15
*
util/ra: Get rid of tabs
Jason Ekstrand
2019-05-14
2
-28
/
+28
*
virgl: clean up virgl_res_needs_flush
Chia-I Wu
2019-05-14
1
-2
/
+34
*
virgl: comment on a sync issue in transfers
Chia-I Wu
2019-05-14
2
-0
/
+20
*
virgl: PIPE_TRANSFER_READ does not imply flush
Chia-I Wu
2019-05-14
1
-4
/
+1
*
virgl: do not skip readback because of explicit flush
Chia-I Wu
2019-05-14
1
-3
/
+0
*
virgl: remove unused virgl_transfer_inline_write
Chia-I Wu
2019-05-14
2
-42
/
+0
*
iris/resource: Drop redundant checks for aux support
Nanley Chery
2019-05-14
1
-15
/
+0
*
iris/resource: Fall back to no aux if creation fails
Nanley Chery
2019-05-14
1
-4
/
+6
*
i965/miptree: Refactor intel_miptree_supports_ccs_e()
Nanley Chery
2019-05-14
1
-10
/
+5
*
i965/miptree: Drop intel_*_supports_hiz()
Nanley Chery
2019-05-14
1
-35
/
+2
[next]