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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
panfrost: Clean index state between indexed draws
Alyssa Rosenzweig
2019-03-31
1
-1
/
+3
*
panfrost/decode: Print negative_start
Alyssa Rosenzweig
2019-03-31
1
-0
/
+2
*
panfrost: Implement missing texture formats
Alyssa Rosenzweig
2019-03-31
2
-1
/
+17
*
panfrost: Extend tiling for cubemaps
Alyssa Rosenzweig
2019-03-31
1
-14
/
+14
*
panfrost: Implement command stream for linear cubemaps
Alyssa Rosenzweig
2019-03-31
2
-6
/
+8
*
panfrost/midgard: Emit cubemap coordinates
Alyssa Rosenzweig
2019-03-31
2
-5
/
+32
*
panfrost: Include all cubemap faces in bitmap list
Alyssa Rosenzweig
2019-03-31
1
-3
/
+9
*
panfrost/decode: Decode all cubemap faces
Alyssa Rosenzweig
2019-03-31
1
-1
/
+7
*
panfrost: Preliminary work for cubemaps
Alyssa Rosenzweig
2019-03-31
3
-6
/
+10
*
panfrost/midgard: Add L/S op for writing cubemap coordinates
Alyssa Rosenzweig
2019-03-31
1
-0
/
+9
*
panfrost/midgard: Disassemble `cube` texture op
Alyssa Rosenzweig
2019-03-31
1
-0
/
+1
*
panfrost: Fix vertex buffer corruption
Alyssa Rosenzweig
2019-03-31
1
-4
/
+6
*
iris: fix set_sampler_view
Rob Clark
2019-03-30
1
-2
/
+3
*
gallium/docs: clarify set_sampler_views (v2)
Rob Clark
2019-03-30
2
-1
/
+6
*
i965,iris/blorp: do not blit 0-sizes
Sergii Romantsov
2019-03-30
1
-1
/
+9
*
gallium: Fix autotools build with libxatracker.la.
Vinson Lee
2019-03-29
1
-4
/
+2
*
gallium: fix autotools build of pipe_msm.la
Timur Kristóf
2019-03-29
1
-4
/
+2
*
iris: Clean up compiler warnings about unused
Caio Marcelo de Oliveira Filho
2019-03-29
2
-11
/
+1
*
virgl: Add a caps feature check version
Gert Wollny
2019-03-29
3
-1
/
+4
*
iris: Print the memzone name when allocating BOs with INTEL_DEBUG=buf
Kenneth Graunke
2019-03-28
1
-2
/
+17
*
iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch
Anuj Phogat
2019-03-28
1
-0
/
+7
*
iris/icl: Set Enabled Texel Offset Precision Fix bit
Anuj Phogat
2019-03-28
1
-0
/
+7
*
freedreno/ir3: align const size to vec4
Rob Clark
2019-03-28
1
-4
/
+5
*
freedreno/a6xx: small cleanup
Rob Clark
2019-03-28
1
-2
/
+2
*
iris: Fix blits with S8_UINT destination
Kenneth Graunke
2019-03-28
1
-4
/
+2
*
iris: Actually advertise some modifiers
Kenneth Graunke
2019-03-27
1
-0
/
+39
*
softpipe: add indirect store buffer/image unit
Dave Airlie
2019-03-28
1
-2
/
+34
*
softpipe/draw: fix vertex id in soft paths.
Dave Airlie
2019-03-28
5
-11
/
+19
*
freedreno/ir3: Push UBOs to constant file
Kristian H. Kristensen
2019-03-27
2
-4
/
+27
*
freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
Kristian H. Kristensen
2019-03-27
1
-0
/
+1
*
radeon/vcn: add H.264 constrained baseline support
Leo Liu
2019-03-27
1
-0
/
+1
*
panfrost: Wait for last job to finish in force_flush_fragment
Tomeu Vizoso
2019-03-27
1
-0
/
+8
*
panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...
Tomeu Vizoso
2019-03-27
1
-3
/
+9
*
panfrost: Also tell the kernel about the checksum_slab
Tomeu Vizoso
2019-03-27
1
-4
/
+9
*
panfrost: Set the GEM handle for AFBC buffers
Tomeu Vizoso
2019-03-27
1
-0
/
+1
*
panfrost: Fix sscanf format options
Tomeu Vizoso
2019-03-27
1
-2
/
+2
*
virgl: Fake MSAA when max samples is 1
Alexandros Frantzis
2019-03-27
1
-1
/
+4
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
8
-207
/
+163
*
panfrost/midgard: fpow is a two-part operation
Alyssa Rosenzweig
2019-03-26
4
-4
/
+4
*
panfrost/midgard: Handle i2b constant
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Expand fge lowering to more types
Alyssa Rosenzweig
2019-03-26
3
-6
/
+12
*
panfrost/midgard: Add ult/ule ops
Alyssa Rosenzweig
2019-03-26
3
-0
/
+7
*
panfrost: Stub out ES3 caps/callbacks
Alyssa Rosenzweig
2019-03-26
2
-1
/
+54
*
panfrost/midgard: Cleanup midgard_nir_algebraic.py
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Lower source modifiers for ints
Alyssa Rosenzweig
2019-03-26
4
-2
/
+22
*
panfrost/midgard: Implement b2i; improve b2f/f2b
Alyssa Rosenzweig
2019-03-26
1
-18
/
+30
*
panfrost/midgard: Lower i2b32
Alyssa Rosenzweig
2019-03-26
1
-0
/
+1
*
panfrost/midgard: Lower f2b32 to fne
Alyssa Rosenzweig
2019-03-26
1
-0
/
+7
*
panfrost/midgard: Lower bool_to_int32
Alyssa Rosenzweig
2019-03-26
1
-20
/
+23
*
panfrost/midgard: Map more bany/ball opcodes
Alyssa Rosenzweig
2019-03-26
1
-0
/
+11
[prev]
[next]