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
*
radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2
Marek Olšák
2018-11-09
4
-3
/
+11
*
radeonsi: use better DCC clear codes
Marek Olšák
2018-11-09
1
-5
/
+21
*
gm107/ir: fix compile time warning in getTEXSMask
Karol Herbst
2018-11-07
1
-0
/
+1
*
gm107/ir: use scalar tex instructions where possible
Karol Herbst
2018-11-06
2
-3
/
+317
*
nv50/ir: add scalar field to TexInstructions
Karol Herbst
2018-11-06
2
-1
/
+6
*
nv50/ra: add condenseDef overloads for partial condenses
Karol Herbst
2018-11-06
1
-8
/
+21
*
nv50/ir: print color masks of tex instructions
Karol Herbst
2018-11-06
1
-4
/
+33
*
r600: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-06
1
-0
/
+1
*
freedreno/a6xx: Clear z32 and separate stencil with blitter
Kristian H. Kristensen
2018-11-06
2
-27
/
+50
*
freedreno/a6xx: fix VSC bug with larger # of tiles
Rob Clark
2018-11-06
1
-5
/
+2
*
freedreno: update generated headers
Rob Clark
2018-11-06
7
-29
/
+51
*
r600/sb: Fix constant logical operand in assert.
Vinson Lee
2018-11-04
1
-1
/
+1
*
vc4: Use the normal simulator ioctl path for CL submit as well.
Eric Anholt
2018-11-02
3
-13
/
+5
*
vc4: Maintain a separate GEM mapping of BOs in the simulator.
Eric Anholt
2018-11-02
2
-42
/
+58
*
vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-02
1
-4
/
+2
*
v3d: Remove the special path for simulaton of the submit ioctl.
Eric Anholt
2018-11-02
5
-19
/
+13
*
v3d: Maintain a mapping of the GEM buffer in the simulator.
Eric Anholt
2018-11-02
1
-23
/
+48
*
Gallium: Add format PIPE_FORMAT_R8_SRGB
Gert Wollny
2018-11-02
1
-0
/
+1
*
vc4: Drop the winsys_stride relayout in the simluator
Eric Anholt
2018-11-01
5
-95
/
+12
*
v3d: Use the TLB R/B swapping instead of recompiles when available.
Eric Anholt
2018-11-01
4
-3
/
+17
*
v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-01
1
-4
/
+2
*
v3d: Respect user-passed strides for BO imports.
Eric Anholt
2018-11-01
5
-96
/
+19
*
v3d: Drop #if 0-ed out v3d_dump_to_file().
Eric Anholt
2018-11-01
1
-91
/
+0
*
v3d: Fix a typo in a comment in job handling.
Eric Anholt
2018-11-01
1
-1
/
+1
*
v3d: Fix a copy-and-paste comment in the simulator code.
Eric Anholt
2018-11-01
1
-1
/
+1
*
freedreno: Do not link ir3_compiler with valgrind libraries.
Vinson Lee
2018-10-31
1
-2
/
+1
*
configure: allow building with python3
Emil Velikov
2018-10-31
4
-4
/
+4
*
util: Move os_misc to util
Dylan Baker
2018-10-30
5
-5
/
+5
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
3
-5
/
+10
*
radeonsi: clean up decompress flags in fast color clear
Marek Olšák
2018-10-30
1
-11
/
+7
*
radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARK
Marek Olšák
2018-10-30
2
-1
/
+14
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
4
-7
/
+7
*
nouveau: remove unused class member
Eric Engestrom
2018-10-30
1
-1
/
+0
*
scons: drop unused HAVE_STDINT_H macro
Eric Engestrom
2018-10-30
2
-10
/
+0
*
vc4: Fix unused variable warning.
Eric Anholt
2018-10-30
1
-1
/
+0
*
v3d: Use nir_remove_unused_io_vars to handle binner shader output DCE
Eric Anholt
2018-10-30
1
-1
/
+1
*
v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.
Eric Anholt
2018-10-30
1
-1
/
+4
*
svga: Add missing include guards
Michał Janiszewski
2018-10-30
1
-0
/
+5
*
svga: add missing meson build dependency
Eric Engestrom
2018-10-29
1
-1
/
+1
*
freedreno: don't flush when new and old pfb is identical
Rob Clark
2018-10-28
1
-0
/
+3
*
freedreno: dependency tracking for z/s depends on ZSA state
Rob Clark
2018-10-28
1
-1
/
+3
*
freedreno: mark all state dirty after switching batch
Rob Clark
2018-10-28
2
-0
/
+3
*
freedreno/a6xx: inline draw_impl()
Rob Clark
2018-10-26
1
-38
/
+31
*
freedreno/a6xx: small cleanup
Rob Clark
2018-10-26
1
-1
/
+1
*
freedreno/a6xx: move where we handle dirty vbo state
Rob Clark
2018-10-26
3
-16
/
+14
*
freedreno: avoid no-op flushes by re-using last-fence
Rob Clark
2018-10-26
5
-2
/
+34
*
freedreno/a6xx: Move stencil/depth/alpha state to IB
Kristian H. Kristensen
2018-10-26
5
-15
/
+55
*
freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA group
Kristian H. Kristensen
2018-10-26
1
-5
/
+6
*
freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZ
Kristian H. Kristensen
2018-10-26
2
-7
/
+7
*
freedreno/a6xx: Move rasterizer state to state object
Kristian H. Kristensen
2018-10-26
5
-27
/
+51
[next]