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/nir: add a workaround for viewing a slice of 3D as a 2D image
Connor Abbott
2019-08-26
1
-3
/
+32
*
radv: fix getting the index type size for uint8_t
Samuel Pitoiset
2019-08-26
1
-1
/
+1
*
virgl: fix format conversion for recent gallium changes.
Dave Airlie
2019-08-26
8
-18
/
+305
*
virgl: drop unused format field
Dave Airlie
2019-08-26
2
-2
/
+0
*
lima/ppir: enable vectorize optimization
Erico Nunes
2019-08-25
1
-0
/
+5
*
lima/ppir: lower selects to scalars
Erico Nunes
2019-08-25
1
-0
/
+5
*
lima: fix ppir spill stack allocation
Erico Nunes
2019-08-25
4
-9
/
+25
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
15
-31
/
+17
*
lima: move format handling to unified place
Qiang Yu
2019-08-25
8
-103
/
+190
*
radv: Change memory type order for GPUs without dedicated VRAM
Alex Smith
2019-08-24
1
-3
/
+15
*
lima/ppir: print register index and components number for spilled register
Vasily Khoruzhick
2019-08-24
1
-1
/
+3
*
lima/ppir: add control flow support
Vasily Khoruzhick
2019-08-24
6
-23
/
+168
*
lima/ppir: add better liveness analysis
Vasily Khoruzhick
2019-08-24
5
-74
/
+225
*
lima/ppir: validate shader outputs
Vasily Khoruzhick
2019-08-24
1
-0
/
+13
*
lima/ppir: turn store_color into ALU node
Vasily Khoruzhick
2019-08-23
4
-61
/
+27
*
lima/ppir: create ppir block for each corresponding NIR block
Vasily Khoruzhick
2019-08-23
2
-4
/
+49
*
lima/ppir: add dummy op
Vasily Khoruzhick
2019-08-23
3
-5
/
+21
*
lima/ppir: add write after read deps for registers
Vasily Khoruzhick
2019-08-23
1
-2
/
+25
*
lima/ppir: fix ordering deps
Vasily Khoruzhick
2019-08-23
1
-6
/
+8
*
lima/ppir: set write mask for texture loads if dest is reg
Vasily Khoruzhick
2019-08-23
1
-1
/
+5
*
lima/ppir: add support for unconditional branches and condition negation
Vasily Khoruzhick
2019-08-23
4
-8
/
+34
*
lima/ppir: clone ld_{uni,tex,var} into each block
Vasily Khoruzhick
2019-08-23
4
-5
/
+103
*
lima/ppir: refactor const lowering
Vasily Khoruzhick
2019-08-23
6
-128
/
+99
*
anv: Only re-emit non-dynamic state that has changed.
Rafael Antognolli
2019-08-23
2
-24
/
+50
*
pan/decode: Validate and quiet helper invocation flag
Alyssa Rosenzweig
2019-08-23
1
-1
/
+8
*
pan/midgard: Analyze helper invocations
Alyssa Rosenzweig
2019-08-23
2
-0
/
+22
*
util: fix compilation on macos
Lionel Landwerlin
2019-08-23
1
-1
/
+1
*
i965: Silence brw_blorp uninitialized warning
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+1
*
tgsi: Remove unused local
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
iris: Guard GEN9-only function in Iris state to avoid warning
Caio Marcelo de Oliveira Filho
2019-08-23
1
-0
/
+2
*
intel/decoders: Avoid uninitialized variable warnings
Caio Marcelo de Oliveira Filho
2019-08-23
1
-2
/
+2
*
compiler/glsl: Fix warning about unused function
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
anv: Drop unused local variable
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
radv: additional query fixes
Andres Rodriguez
2019-08-17
1
-7
/
+8
*
iris: Fix large timeout handling in rel2abs()
Kenneth Graunke
2019-08-23
1
-13
/
+14
*
iris: Set MOCS in all STATE_BASE_ADDRESS commands
Kenneth Graunke
2019-08-23
1
-1
/
+14
*
glx: Fix up glXQueryGLXPbufferSGIX on macOS.
Vinson Lee
2019-08-23
1
-1
/
+0
*
radeonsi/nir: Rewrite output scanning
Connor Abbott
2019-08-23
1
-126
/
+150
*
radeonsi/nir: Rewrite store intrinsic gathering
Connor Abbott
2019-08-23
1
-59
/
+84
*
radeonsi/nir: Add const_index when loading GS inputs
Connor Abbott
2019-08-23
1
-1
/
+1
*
radeonsi/nir: Don't add const offset to indirect
Connor Abbott
2019-08-23
1
-19
/
+6
*
ac/nir: Assert GS input index is constant
Connor Abbott
2019-08-23
1
-0
/
+1
*
ac/nir: Handle const array offsets in get_deref_offset()
Connor Abbott
2019-08-23
1
-6
/
+11
*
radeonsi/nir: Don't recompute num_inputs and num_outputs
Connor Abbott
2019-08-23
1
-24
/
+3
*
st/nir: Fix num_inputs for VS inputs
Connor Abbott
2019-08-23
1
-3
/
+2
*
radv/gfx10: do not use NGG with NAVI14
Samuel Pitoiset
2019-08-23
1
-0
/
+1
*
radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
Samuel Pitoiset
2019-08-23
1
-1
/
+2
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
13
-320
/
+65
*
egl: reset blob cache set/get functions on terminate
Tapani Pälli
2019-08-23
1
-0
/
+4
[prev]
[next]