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
*
nir: Add nir_lower_clip_disable.c to SCons build.
Vinson Lee
2020-07-04
1
-0
/
+1
*
nouveau: fix pointer-sign warning
Timothy Arceri
2020-07-04
1
-1
/
+1
*
util: Avoid strict aliasing bugs in xxhash.
Eric Anholt
2020-07-03
1
-0
/
+9
*
draw/clip: fix viewport index for geometry shaders
Dave Airlie
2020-07-04
2
-2
/
+8
*
draw/clip: cleanup viewport index handling code.
Dave Airlie
2020-07-04
1
-10
/
+12
*
turnip: vsc improvements
Jonathan Marek
2020-07-03
3
-125
/
+109
*
turnip: rework render_tiles loop
Jonathan Marek
2020-07-03
1
-38
/
+17
*
turnip: make tiling config part of framebuffer state
Jonathan Marek
2020-07-03
5
-271
/
+215
*
Revert "loader/dri3: Check for window destruction in dri3_wait_for_event_locked"
Michel Dänzer
2020-07-03
2
-38
/
+1
*
meson: Add versioning for xvmc tracker
Emmanuel Vadot
2020-07-03
2
-1
/
+5
*
st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs condition...
Mike Blumenkrantz
2020-07-03
1
-16
/
+22
*
nir: add lowering pass for clip plane enabling
Mike Blumenkrantz
2020-07-03
3
-0
/
+133
*
v3d/tex: handle correctly coordinates for cube/cubearrays images
Alejandro Piñeiro
2020-07-03
1
-2
/
+6
*
tu,radv: fix potentially wrong offset of flexible array.
Hyunjun Ko
2020-07-03
2
-10
/
+6
*
nv30: add missing fallthrough comment
Timothy Arceri
2020-07-02
1
-0
/
+1
*
mesa: update fallthrough comment so gcc can see it
Timothy Arceri
2020-07-02
1
-1
/
+1
*
svga: add missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
r300: add and fix up fallthrough comments
Timothy Arceri
2020-07-02
3
-1
/
+6
*
mesa: fix unintended fallthrough in glIsEnabled()
Timothy Arceri
2020-07-02
1
-0
/
+2
*
mesa: add missing fallthrough comment to teximage.c
Timothy Arceri
2020-07-02
1
-0
/
+1
*
mesa/vbo: add some missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
spirv: add missing fallthrough comments
Timothy Arceri
2020-07-02
1
-3
/
+3
*
radeon: add missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
glsl: move fallthrough comment to where gcc can see it
Timothy Arceri
2020-07-02
1
-1
/
+1
*
glx: add missing fallthrough comment
Timothy Arceri
2020-07-02
1
-1
/
+1
*
radeonsi: add missing fallthrough comment
Timothy Arceri
2020-07-02
1
-0
/
+1
*
mesa: add fallthrough comments to COPY_SZ_4V()
Timothy Arceri
2020-07-02
1
-8
/
+8
*
nir: fix implicit fallthrough warnings
Timothy Arceri
2020-07-02
5
-9
/
+13
*
mesa: add fallthrough comments to get.c
Timothy Arceri
2020-07-02
1
-0
/
+86
*
mesa: add fallthrough comments to glformats.c
Timothy Arceri
2020-07-02
1
-0
/
+3
*
mesa: fix fallthrough in glformats
Timothy Arceri
2020-07-02
1
-3
/
+4
*
nir/algebraic: Don't distrubte absolute-value into dot-products
Ian Romanick
2020-07-02
1
-7
/
+7
*
pan/mdg: Schedule based on liveness
Alyssa Rosenzweig
2020-07-02
1
-23
/
+84
*
pan/mdg: Vectorize vlut operations
Icecream95
2020-07-02
1
-1
/
+18
*
pan/mdg: Skip r1.w write where possible
Alyssa Rosenzweig
2020-07-02
1
-1
/
+8
*
pan/mdg: Prioritize non-moves on VADD/VLUT
Alyssa Rosenzweig
2020-07-02
1
-5
/
+18
*
pan/mdg: Allow Z/S writes to use any 2nd stage unit
Alyssa Rosenzweig
2020-07-02
1
-57
/
+71
*
pan/mdg: Defer smul, vlut until after writeout moves
Alyssa Rosenzweig
2020-07-02
1
-7
/
+6
*
pan/mdg: Schedule writeout to VLUT
Alyssa Rosenzweig
2020-07-02
1
-6
/
+12
*
pan/mdg: Remove bundle interference code
Alyssa Rosenzweig
2020-07-02
1
-66
/
+0
*
pan/mdg: Don't assign destination in writeout block to r1
Alyssa Rosenzweig
2020-07-02
1
-1
/
+51
*
pan/mdg: Defer nir_fuse_io_16 until after opts
Alyssa Rosenzweig
2020-07-02
1
-3
/
+4
*
panfrost: Specify stack_shift on SFBD
Alyssa Rosenzweig
2020-07-02
1
-2
/
+1
*
etnaviv: move ra into own file
Christian Gmeiner
2020-07-02
5
-307
/
+342
*
etnaviv: move nir compiler related stuff into .c file
Christian Gmeiner
2020-07-02
4
-1115
/
+1079
*
etnaviv: move functions that generate asm to own file
Christian Gmeiner
2020-07-02
5
-236
/
+280
*
etnaviv: drop emit macro
Christian Gmeiner
2020-07-02
1
-13
/
+11
*
etnaviv: merge struct etna_compile and etna_state
Christian Gmeiner
2020-07-02
3
-134
/
+123
*
etnaviv: move liveness related stuff into own file
Christian Gmeiner
2020-07-02
6
-391
/
+424
*
etnaviv: make more use of compile_error(..)
Christian Gmeiner
2020-07-02
3
-8
/
+41
[next]