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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Expose 4 render targets
Alyssa Rosenzweig
2019-07-18
1
-2
/
+2
*
panfrost: Shrink tiler heap
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
nir/large_constants: De-duplicate constants
Caio Marcelo de Oliveira Filho
2019-07-18
1
-21
/
+75
*
nir/large_constants: Use ralloc for var_infos
Caio Marcelo de Oliveira Filho
2019-07-18
1
-3
/
+3
*
freedreno: Convert nir_lower_tg4_to_tex to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-88
/
+51
*
freedreno: Convert load_barycentric_at_sample to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-48
/
+30
*
freedreno: Convert load_barycentric_at_offset to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-39
/
+19
*
v3d: Use nir_shader_lower_instructions() for txf_ms lowering.
Eric Anholt
2019-07-18
1
-26
/
+16
*
nir: Allow internal changes to the instr in nir_shader_lower_instructions().
Eric Anholt
2019-07-18
2
-1
/
+11
*
vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-32
/
+13
*
v3d: Fix assertion failures in debug builds.
Eric Anholt
2019-07-18
1
-0
/
+2
*
panfrost: Handle Z24 textures
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
panfrost/ci: Update expectations
Alyssa Rosenzweig
2019-07-18
1
-14
/
+0
*
panfrost: Make scissor test more robust
Alyssa Rosenzweig
2019-07-18
1
-8
/
+15
*
panfrost: Use correct NO_DITHER field on MFBD
Alyssa Rosenzweig
2019-07-18
3
-1
/
+9
*
panfrost: Implement Z32F(_S8) support
Alyssa Rosenzweig
2019-07-18
2
-0
/
+16
*
panfrost/decode: Don't disassemble NULL shaders
Alyssa Rosenzweig
2019-07-18
1
-2
/
+3
*
panfrost: Copy stencil front to back if back disabled
Alyssa Rosenzweig
2019-07-18
1
-5
/
+14
*
swr/rast: Refactor memory API between rasterizer core and swr
Jan Zielinski
2019-07-18
30
-185
/
+370
*
lima/ppir: Add gl_PointCoord handling
Andreas Baierl
2019-07-18
6
-5
/
+34
*
gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
4
-0
/
+6
*
nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.
Andreas Baierl
2019-07-18
1
-0
/
+20
*
nir: Add gl_PointCoord system value
Andreas Baierl
2019-07-18
3
-0
/
+6
*
glsl: Optionally declare gl_PointCoord as a system value
Andreas Baierl
2019-07-18
5
-3
/
+15
*
lima/gp: Fix problem with complex moves
Connor Abbott
2019-07-18
3
-9
/
+125
*
lima/gpir: Rework the scheduler
Connor Abbott
2019-07-18
9
-560
/
+1187
*
lima/gp: Mark more add-only nodes as maybe-two-slot
Connor Abbott
2019-07-18
1
-0
/
+8
*
lima/gpir: Fix some bugs in instruction handling
Connor Abbott
2019-07-18
1
-0
/
+12
*
lima: Reintroduce the standalone compiler
Connor Abbott
2019-07-18
6
-2
/
+351
*
nir/lower_viewport: Check variable mode first
Connor Abbott
2019-07-18
1
-1
/
+2
*
radv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable the primitive ID
Samuel Pitoiset
2019-07-18
1
-0
/
+8
*
radv/gfx10: move emitting VGT_PRIMITIVEID_EN into the NGG path
Samuel Pitoiset
2019-07-18
1
-6
/
+11
*
radv/gfx10: do not always execute a barrier before the second shader
Samuel Pitoiset
2019-07-18
1
-1
/
+30
*
radv: fix VGT_GS_MODE if VS uses the primitive ID
Samuel Pitoiset
2019-07-18
1
-5
/
+5
*
v3d: emit correct lowering for logic operations with MSAA render targets
Iago Toral Quiroga
2019-07-18
1
-5
/
+54
*
v3d: handle nir_intrinsic_store_tlb_sample_color_v3d
Iago Toral Quiroga
2019-07-18
1
-20
/
+44
*
nir: add a V3D-specific intrinsic for per-sample color writes
Iago Toral Quiroga
2019-07-18
1
-0
/
+9
*
v3d: implement per-sample tlb color writes
Iago Toral Quiroga
2019-07-18
1
-30
/
+44
*
v3d: refactor the tlb color write code
Iago Toral Quiroga
2019-07-18
1
-49
/
+39
*
v3d: move tlb color write emission to a helper function
Iago Toral Quiroga
2019-07-18
1
-95
/
+99
*
v3d: implement per-sample tlb color reads
Iago Toral Quiroga
2019-07-18
1
-39
/
+52
*
anv: fix format mapping for depth/stencil formats
Lionel Landwerlin
2019-07-18
1
-0
/
+3
*
radv: put back VGT_FLUSH at ring init on gfx10
Dave Airlie
2019-07-18
1
-4
/
+2
*
softpipe: Clamp border colors when needed
Gert Wollny
2019-07-18
2
-14
/
+31
*
softpipe: set a lower minimum clamp value for texture coordinate border clamp
Gert Wollny
2019-07-18
1
-1
/
+1
*
softpipe: Correct repeat-mirror evaluation
Gert Wollny
2019-07-18
1
-5
/
+19
*
softpipe: Also mark textures as dirty when updating the framebuffer state
Gert Wollny
2019-07-18
1
-1
/
+1
*
etnaviv: set DITHER_MODE
Jonathan Marek
2019-07-17
1
-0
/
+1
*
etnaviv: update headers from rnndb
Jonathan Marek
2019-07-17
1
-1
/
+4
*
etnaviv: fix blend color on newer GPUs
Jonathan Marek
2019-07-17
4
-19
/
+21
[next]