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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: pre-bake UBWC flags in texture-view
Rob Clark
2019-04-29
2
-3
/
+5
*
freedreno/a6xx: small texture emit cleanup
Rob Clark
2019-04-29
4
-37
/
+34
*
freedreno/ir3: switch fragcoord to sysval
Rob Clark
2019-04-29
1
-0
/
+1
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
10
-26
/
+0
*
iris: Only enable GL_AMD_depth_clamp_separate on Gen9+
Kenneth Graunke
2019-04-29
1
-1
/
+1
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
4
-2
/
+67
*
swr: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-24
/
+25
*
nouveau: support NULL-resources
Erik Faye-Lund
2019-04-29
2
-3
/
+10
*
i915: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-2
/
+5
*
lima/ppir: fix pointer referenced after a free
Patrick Lerda
2019-04-29
1
-1
/
+2
*
lima/ppir: Add gl_FragCoord handling
Andreas Baierl
2019-04-29
7
-2
/
+33
*
panfrost: Workaround -bshadow regression
Alyssa Rosenzweig
2019-04-28
1
-1
/
+8
*
panfrost/midgard: Safety check immediate precision degradations
Alyssa Rosenzweig
2019-04-28
1
-1
/
+14
*
panfrost: Use fp32 (not fp16) varyings
Alyssa Rosenzweig
2019-04-28
1
-4
/
+4
*
panfrost/midgard: imov workaround
Alyssa Rosenzweig
2019-04-28
1
-6
/
+27
*
panfrost/midgard: Fix tex propogation
Alyssa Rosenzweig
2019-04-28
1
-7
/
+22
*
panfrost/midgard: Fix regressions in -bjellyfish
Alyssa Rosenzweig
2019-04-28
1
-3
/
+7
*
panfrost/midgard: Only copyprop without an outmod
Alyssa Rosenzweig
2019-04-28
1
-0
/
+1
*
Revert "panfrost/midgard: Extend copy propagation pass"
Alyssa Rosenzweig
2019-04-28
1
-48
/
+8
*
iris: Fix zeroing of transform feedback offsets in strange cases.
Kenneth Graunke
2019-04-27
2
-4
/
+18
*
vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.
Eric Anholt
2019-04-26
1
-1
/
+0
*
radeonsi: don't ignore PIPE_FLUSH_ASYNC
Marek Olšák
2019-04-26
1
-1
/
+1
*
Revert "v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER."
Eric Anholt
2019-04-26
1
-1
/
+9
*
v3d: Don't try to update the shadow texture for separate stencil.
Eric Anholt
2019-04-26
1
-1
/
+2
*
vc4: Use _mesa_hash_table_remove_key() where appropriate.
Eric Anholt
2019-04-26
1
-12
/
+9
*
v3d: Use _mesa_hash_table_remove_key() where appropriate.
Eric Anholt
2019-04-26
1
-13
/
+8
*
v3d: Apply the GFXH-930 workaround to the case where the VS loads attrs.
Eric Anholt
2019-04-26
1
-0
/
+15
*
v3d: Fill in the ignored segment size fields to appease new simulator.
Eric Anholt
2019-04-26
1
-2
/
+4
*
swr/rast: enforce use of tile offsets
Alok Hota
2019-04-26
4
-0
/
+5
*
swr/rast: AVX512 support compiled in by default
Alok Hota
2019-04-26
12
-560
/
+333
*
swr/rast: Remove deprecated 4x2 backend code
Alok Hota
2019-04-26
8
-834
/
+19
*
llvmpipe: Always return some fence in flush (v2)
Tomasz Figa
2019-04-26
1
-0
/
+2
*
llvmpipe: correctly handle waiting in llvmpipe_fence_finish
Emil Velikov
2019-04-26
1
-1
/
+6
*
llvmpipe: add lp_fence_timedwait() helper
Emil Velikov
2019-04-26
2
-0
/
+32
*
iris: Silence unused function warning
Kenneth Graunke
2019-04-25
1
-1
/
+1
*
freedreno/a6xx: sample-shading support
Rob Clark
2019-04-25
4
-21
/
+67
*
freedreno: wire up core sample-shading support
Rob Clark
2019-04-25
2
-0
/
+11
*
freedreno/a6xx: add VALIDREG/CONDREG helper macros
Rob Clark
2019-04-25
1
-7
/
+8
*
freedreno: update generated headers
Rob Clark
2019-04-25
2
-7
/
+7
*
compiler: rename SYSTEM_VALUE_VARYING_COORD
Rob Clark
2019-04-25
4
-4
/
+4
*
freedreno: add robustness support
Rob Clark
2019-04-25
4
-0
/
+57
*
panfrost/midgard: Add new bitwise ops
Alyssa Rosenzweig
2019-04-25
2
-6
/
+24
*
panfrost/midgard: Identify inand
Alyssa Rosenzweig
2019-04-25
3
-3
/
+7
*
panfrost/midgard: Copy prop for texture registers
Alyssa Rosenzweig
2019-04-25
1
-2
/
+35
*
panfrost/midgard: Optimize csel involving 0
Alyssa Rosenzweig
2019-04-25
2
-15
/
+30
*
panfrost/midgard: Extend copy propagation pass
Alyssa Rosenzweig
2019-04-25
1
-8
/
+48
*
panfrost/midgard: Reduce fmax(a, 0.0) to fmov.pos
Alyssa Rosenzweig
2019-04-25
1
-3
/
+33
*
ac/nir: Add support for planes.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+7
*
iris: make the TFB result visible to others
Andrii Simiklit
2019-04-25
1
-10
/
+15
*
iris: Some tidying for preemption support
Kenneth Graunke
2019-04-25
4
-98
/
+102
[next]