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
*
gallium/dri: always link against shared glapi
Emil Velikov
2017-05-04
1
-3
/
+3
*
radeonsi: constify a bunch of the perfcounter structs.
Dave Airlie
2017-05-04
3
-52
/
+46
*
radeonsi/gfx9: fix gl_ViewportIndex
Marek Olšák
2017-05-03
2
-8
/
+40
*
radeonsi/gfx9: set VGT_REUSE_OFF = 0
Marek Olšák
2017-05-03
1
-3
/
+7
*
etnaviv: add L8A8_UNORM texture format
Christian Gmeiner
2017-05-03
1
-0
/
+2
*
ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs
Marek Olšák
2017-05-03
1
-5
/
+5
*
vc4: Use runtime CPU detection for whether NEON is available.
Eric Anholt
2017-05-02
2
-14
/
+16
*
vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.
Eric Anholt
2017-05-02
4
-8
/
+31
*
gallium: Enable ARM NEON CPU detection.
Eric Anholt
2017-05-02
3
-0
/
+46
*
renderonly: use drmIoctl
Philipp Zabel
2017-05-02
1
-4
/
+3
*
renderonly: drop resources on destroy
Philipp Zabel
2017-05-02
3
-3
/
+13
*
renderonly: close transfer prime_fd
Philipp Zabel
2017-05-02
1
-0
/
+2
*
vc4: Only build the NEON code on arm32.
Eric Anholt
2017-05-01
1
-2
/
+2
*
gm107/ir: add a missing assertion in emitISCADD()
Samuel Pitoiset
2017-05-01
1
-0
/
+2
*
gallium/targets: fix bool setting on BE architectures
Ilia Mirkin
2017-04-29
8
-11
/
+11
*
st/wgl: whitespace, formatting fixes in stw_pixelformat.c
Brian Paul
2017-04-28
1
-72
/
+62
*
st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals
Charmaine Lee
2017-04-28
1
-2
/
+2
*
st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
Brian Paul
2017-04-28
1
-1
/
+1
*
st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c
Brian Paul
2017-04-28
1
-59
/
+52
*
svga: implement sRGB rendering for imported surfaces
Neha Bhende
2017-04-28
1
-2
/
+9
*
svga: add function svga_linear_to_srgb()
Neha Bhende
2017-04-28
2
-0
/
+29
*
svga: Add a more elaborate format compatibility determination v2
Thomas Hellstrom
2017-04-28
3
-41
/
+93
*
swr/rast: add memory api to SwrGetInterface()
Tim Rowley
2017-04-28
6
-28
/
+54
*
swr/rast: use gather instruction for odd format fetch
Tim Rowley
2017-04-28
1
-46
/
+9
*
swr/rast: enable SIMD16 8x2 tile backend
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrInit() to init backend/memory tables
Tim Rowley
2017-04-28
5
-22
/
+26
*
swr/rast: increment depth/stencil tile pointer in SIMD16 BE
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrGetInterface() function to return api
Tim Rowley
2017-04-28
3
-44
/
+151
*
swr/rast: enable per-warp scratch space for CS
Tim Rowley
2017-04-28
8
-8
/
+33
*
swr/rast: reduce simd{16}vertex stack for VS output
Tim Rowley
2017-04-28
2
-16
/
+54
*
swr/rast: remove default argument from SwrSync()
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: remove unused variables in the SIMD16 FE
Tim Rowley
2017-04-28
3
-14
/
+2
*
swr/rast: move construction of const above goto
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: name threads to aid debugging
Tim Rowley
2017-04-28
4
-2
/
+126
*
swr/rast: disable buffer overrun warning for Assemble()
Tim Rowley
2017-04-28
1
-2
/
+4
*
swr/rast: clean up clipper comments
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: add SIMDAPI decorators in binner/clipper
Tim Rowley
2017-04-28
2
-6
/
+6
*
swr/rast: add additional jit utility functions
Tim Rowley
2017-04-28
4
-1
/
+76
*
swr/rast: more flexible max attribute slots
Tim Rowley
2017-04-28
7
-27
/
+30
*
radeonsi: don't load unused compute shader input SGPRs and VGPRs
Marek Olšák
2017-04-28
4
-48
/
+76
*
tgsi/scan: record compute shader system value usage
Marek Olšák
2017-04-28
2
-0
/
+37
*
radeonsi: add a HUD query for draw calls with primitive restart
Marek Olšák
2017-04-28
4
-0
/
+11
*
radeonsi: tell LLVM not to remove s_barrier instructions
Marek Olšák
2017-04-28
1
-12
/
+33
*
radeonsi: fix tess offchip offset for per-patch attributes
Marek Olšák
2017-04-28
3
-12
/
+18
*
radeonsi: pass tessellation ring addresses via user SGPRs
Marek Olšák
2017-04-28
7
-56
/
+112
*
radeonsi: use si_insert_input_ret in si_llvm_emit_tcs_epilogue
Marek Olšák
2017-04-28
1
-19
/
+10
*
radeonsi: remove VS epilog code, compile VS with PrimID export on demand
Marek Olšák
2017-04-28
5
-210
/
+31
*
radeonsi: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Marek Olšák
2017-04-28
4
-13
/
+33
*
radeonsi: don't load PrimID in TES if it's not used
Marek Olšák
2017-04-28
1
-3
/
+3
*
radeonsi: explain (non-)monolithic shaders
Marek Olšák
2017-04-28
1
-0
/
+67
[next]