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
Commit message (
Expand
)
Author
Age
Files
Lines
*
amdgpu/addrlib: Rewrite tile mode optmization code
Xavi Zhang
2017-03-30
1
-7
/
+5
*
swr: [scons] Fix windows build
George Kyriazis
2017-03-29
1
-7
/
+31
*
r600g: check NULL return from r600_aligned_buffer_create
Julien Isorce
2017-03-28
1
-0
/
+10
*
si_compute: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-3
/
+11
*
r600g: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-0
/
+4
*
swr: fix llvm-5.0.0 build bustage
Tim Rowley
2017-03-28
1
-9
/
+15
*
swr: [rasterizer jitter] fix llvm-5.0.0 build bustage
Tim Rowley
2017-03-28
1
-4
/
+3
*
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
*
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
*
st/nine: Use atomics for available_texture_mem
Axel Davy
2017-03-26
1
-2
/
+2
*
st/nine: Resolve deadlock in surface/volume dtors when using csmt
Axel Davy
2017-03-26
3
-5
/
+17
*
st/nine: Fix user vertex data uploader with csmt
Axel Davy
2017-03-26
2
-8
/
+8
*
freedreno: free compiler when screen is destroyed
Rob Clark
2017-03-24
3
-6
/
+2
*
freedreno: fix memory leak
Rob Clark
2017-03-24
1
-0
/
+2
*
clover: use pipe_resource references
Jan Vesely
2017-03-24
2
-3
/
+9
*
radeonsi: don't crash on compute shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+5
*
radeonsi: don't hang on shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+1
*
radeonsi: fix dvec[34] attributes sourced from current attribute state
Nicolai Hähnle
2017-03-24
1
-3
/
+4
*
st/omx/enc: use PIPE_USAGE_STAGING for output buffer
Leo Liu
2017-03-23
1
-2
/
+4
*
r600_shader.c: fix indentation
Julien Isorce
2017-03-23
1
-4
/
+4
*
nouveau: enable glsl/tgsi on-disk cache
Boyan Ding
2017-03-22
2
-0
/
+33
*
util/rand_xor: add function to seed rand
Timothy Arceri
2017-03-23
1
-2
/
+1
*
util: move rand_xorshift128plus() to utils
Timothy Arceri
2017-03-23
1
-19
/
+5
*
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2017-03-22
2
-0
/
+4
*
swr: [rasterizer jitter] fix llvm >= 5.0 build break
Tim Rowley
2017-03-22
3
-3
/
+3
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
3
-18
/
+4
*
Android: clean-up trailing '\' in make variables
Rob Herring
2017-03-22
2
-5
/
+5
*
st/wgl: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+3
*
gallivm: remove lp_add_attr_dereferenceable in favor of amd/common
Marek Olšák
2017-03-22
3
-15
/
+1
*
r600_shader.c: check returned value of eg_get_interpolator_index
Julien Isorce
2017-03-21
1
-2
/
+4
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-2
/
+4
*
swr: [rasterizer] Cleanup naming of codegen files
Tim Rowley
2017-03-20
26
-138
/
+145
*
swr: [rasterizer codegen] Remove BOM from knob_defs.py
Tim Rowley
2017-03-20
1
-1
/
+1
*
swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use mako
Tim Rowley
2017-03-20
4
-118
/
+171
*
swr: [rasterizer codegen] Fix generation of knobs
Tim Rowley
2017-03-20
8
-8
/
+23
*
swr: [rasterizer codegen] Change backend template comment style
Tim Rowley
2017-03-20
1
-29
/
+29
*
swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use mako
Tim Rowley
2017-03-20
6
-349
/
+204
*
swr: [rasterizer codegen] Quiet gen_backends.py execution
Tim Rowley
2017-03-20
1
-3
/
+3
*
swr: [rasterizer scripts] Put codegen scripts into a separate directory
Tim Rowley
2017-03-20
32
-84
/
+84
[next]