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
Commit message (
Expand
)
Author
Age
Files
Lines
*
isl: Let isl_surf_init's caller set the exact row pitch (v2)
Chad Versace
2017-03-28
2
-1
/
+19
*
isl: Validate the calculated row pitch (v45)
Chad Versace
2017-03-28
1
-6
/
+64
*
genxml: New generated header genX_bits.h (v6)
Chad Versace
2017-03-28
5
-3
/
+300
*
swr: [rasterizer core] Disable inline function expansion
Tim Rowley
2017-03-28
1
-0
/
+12
*
swr: [rasterizer common] Use C++ thread_local keyword
Tim Rowley
2017-03-28
1
-2
/
+2
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-03-28
8
-81
/
+371
*
swr: [rasterizer core] Don't bind single-threaded contexts
Tim Rowley
2017-03-28
1
-1
/
+1
*
swr: [rasterizer core] Enable SIMD16
Tim Rowley
2017-03-28
3
-8
/
+20
*
swr: [rasterizer jitter] Clean up EngineBuilder construction
Tim Rowley
2017-03-28
1
-7
/
+5
*
swr: [rasterizer codegen] add cmdline to archrast gen files
Tim Rowley
2017-03-28
5
-2
/
+18
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-03-28
2
-22
/
+136
*
swr: [rasterizer codegen] Refactor codegen
Tim Rowley
2017-03-28
7
-158
/
+215
*
tests/cache_test: allow crossing mount points
Juan A. Suarez Romero
2017-03-28
1
-1
/
+1
*
glcpp/tests/glcpp-test-cr-lf: error out if we cannot find any tests
Emil Velikov
2017-03-28
1
-0
/
+5
*
glcpp/tests/glcpp-test-cr-lf: correctly set/use srcdir/abs_builddir
Emil Velikov
2017-03-28
1
-14
/
+17
*
glcpp/tests: update testname in help string
Emil Velikov
2017-03-28
2
-2
/
+2
*
glcpp/tests/glcpp-test: error out if we cannot find any tests
Emil Velikov
2017-03-28
1
-0
/
+5
*
glcpp/tests/glcpp-test: print only the test basename
Emil Velikov
2017-03-28
1
-2
/
+2
*
glcpp/tests/glcpp-test: set srcdir/abs_builddir variables
Emil Velikov
2017-03-28
1
-8
/
+15
*
glsl/tests/optimization-test: 'echo' only folders which has generators
Emil Velikov
2017-03-28
1
-1
/
+1
*
glsl/tests/optimization-test: print only the test basedir/name
Emil Velikov
2017-03-28
1
-1
/
+1
*
glsl/tests/optimization-test: error if zero tests were executed
Emil Velikov
2017-03-28
1
-0
/
+5
*
glsl/tests/optimization-test: pass glsl_test as argument
Emil Velikov
2017-03-28
2
-3
/
+8
*
glsl/tests/optimization-test: error out if we fail to generate any tests
Emil Velikov
2017-03-28
1
-1
/
+12
*
glsl/tests/optimization-test: correctly manage srcdir/builddir
Emil Velikov
2017-03-28
2
-4
/
+19
*
glsl/tests/optimisation-test: ensure that compare_ir is available
Emil Velikov
2017-03-28
1
-0
/
+5
*
glsl/tests/optimization-test: correctly set compare_ir
Emil Velikov
2017-03-28
1
-6
/
+2
*
glsl/tests/optimization-test: add fallback srcdir/abs_builddir defines
Emil Velikov
2017-03-28
1
-0
/
+13
*
glsl/tests/optimisation-test: make sure that $PYTHON2 is set/available
Emil Velikov
2017-03-28
1
-0
/
+10
*
glsl/tests/warnings-test: print only the test basename
Emil Velikov
2017-03-28
1
-1
/
+1
*
glsl/tests/warnings-test: error if zero tests were executed
Emil Velikov
2017-03-28
1
-0
/
+5
*
glsl/tests/warnings-test: correctly manage srcdir/builddir
Emil Velikov
2017-03-28
1
-4
/
+8
*
glsl/tests/warnings-test: add fallback srcdir/abs_builddir defines
Emil Velikov
2017-03-28
1
-1
/
+14
*
glsl/tests/warnings-test: error out if glsl_compiler is missing
Emil Velikov
2017-03-28
1
-0
/
+5
*
glsl: automake: export abs_builddir for the tests
Emil Velikov
2017-03-28
1
-0
/
+1
*
glsl/tests: automake: cleanup all artefacts during clean-local
Emil Velikov
2017-03-28
1
-0
/
+6
*
st/va: remove assert for single slice
Nayan Deshmukh
2017-03-28
1
-1
/
+1
*
radeonsi: use DMA for clears with unaligned size
Nicolai Hähnle
2017-03-28
1
-19
/
+27
*
radeonsi: CP DMA clear supports unaligned destination addresses
Nicolai Hähnle
2017-03-28
1
-1
/
+2
*
radeonsi: remove the early-out for SDMA in si_clear_buffer
Nicolai Hähnle
2017-03-28
1
-22
/
+21
*
radv: move shader stages calculation to pipeline.
Dave Airlie
2017-03-28
3
-9
/
+10
*
radv: move pa_cl_vs_out_cntl calculation to pipeline
Dave Airlie
2017-03-28
3
-17
/
+32
*
radv: move calculating fragment shader i/os to pipeline.
Dave Airlie
2017-03-28
3
-63
/
+77
*
radv: move shader_z_format calculation to pipeline.
Dave Airlie
2017-03-28
3
-4
/
+8
*
radv: move db_shader_control calculation to pipeline.
Dave Airlie
2017-03-28
3
-16
/
+20
*
radv: move vgt_gs_mode value to pipeline.
Dave Airlie
2017-03-28
3
-27
/
+30
*
radv: add parameter to emit_waitcnt.
Dave Airlie
2017-03-28
1
-3
/
+8
*
radv: rework vertex/export shader output handling
Dave Airlie
2017-03-28
4
-70
/
+86
*
radv: fix ia_multi_vgt_param for instanced vs indirect draw.
Dave Airlie
2017-03-28
3
-13
/
+15
*
radv: handle NULL multisample state.
Dave Airlie
2017-03-28
1
-8
/
+12
[next]