index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
st/omx/enc: use PIPE_USAGE_STAGING for output buffer
Leo Liu
1
-2
/
+4
2017-03-23
r600_shader.c: fix indentation
Julien Isorce
1
-4
/
+4
2017-03-22
nouveau: enable glsl/tgsi on-disk cache
Boyan Ding
2
-0
/
+33
2017-03-23
util/rand_xor: add function to seed rand
Timothy Arceri
1
-2
/
+1
2017-03-23
util: move rand_xorshift128plus() to utils
Timothy Arceri
1
-19
/
+5
2017-03-22
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2
-0
/
+4
2017-03-22
swr: [rasterizer jitter] fix llvm >= 5.0 build break
Tim Rowley
3
-3
/
+3
2017-03-22
Android: drop Android 4.4 (KitKat) support
Rob Herring
3
-18
/
+4
2017-03-22
Android: clean-up trailing '\' in make variables
Rob Herring
2
-5
/
+5
2017-03-22
st/wgl: consistently use ifndef guards over pragma once
Emil Velikov
1
-1
/
+3
2017-03-22
gallivm: remove lp_add_attr_dereferenceable in favor of amd/common
Marek Olšák
3
-15
/
+1
2017-03-21
r600_shader.c: check returned value of eg_get_interpolator_index
Julien Isorce
1
-2
/
+4
2017-03-21
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
1
-2
/
+4
2017-03-20
swr: [rasterizer] Cleanup naming of codegen files
Tim Rowley
26
-138
/
+145
2017-03-20
swr: [rasterizer codegen] Remove BOM from knob_defs.py
Tim Rowley
1
-1
/
+1
2017-03-20
swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use mako
Tim Rowley
4
-118
/
+171
2017-03-20
swr: [rasterizer codegen] Fix generation of knobs
Tim Rowley
8
-8
/
+23
2017-03-20
swr: [rasterizer codegen] Change backend template comment style
Tim Rowley
1
-29
/
+29
2017-03-20
swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use mako
Tim Rowley
6
-349
/
+204
2017-03-20
swr: [rasterizer codegen] Quiet gen_backends.py execution
Tim Rowley
1
-3
/
+3
2017-03-20
swr: [rasterizer scripts] Put codegen scripts into a separate directory
Tim Rowley
32
-84
/
+84
2017-03-20
swr: [rasterizer core] Fix trifan regression from 9d3442575f
Tim Rowley
2
-5
/
+11
2017-03-20
swr: [rasterizer core] SIMD16 Frontend WIP - fix tesselation crashes
Tim Rowley
3
-31
/
+35
2017-03-20
swr: [rasterizer jitter] Fix LogicOp blend jit after assert changes
Tim Rowley
1
-10
/
+25
2017-03-20
swr: [rasterizer] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...)
Tim Rowley
18
-57
/
+57
2017-03-20
swr: [rasterizer core] Fix typo in SIMD16 code path
Tim Rowley
1
-1
/
+1
2017-03-20
swr: [rasterizer core/common] Fix the native AVX512 build under ICC
Tim Rowley
3
-27
/
+47
2017-03-20
swr: [rasterizer core] Allow no arguments to SWR_INVALID macro
Tim Rowley
1
-1
/
+13
2017-03-20
swr: [rasterizer] Slight assert refactoring
Tim Rowley
17
-256
/
+296
2017-03-20
swr: [rasterizer] Backend code adjustments
Tim Rowley
5
-45
/
+70
2017-03-20
swr: [rasterizer archrast] Fix the early and late depthstencil events
Tim Rowley
1
-5
/
+5
2017-03-20
swr: [rasterizer core] Implement double pumped SIMD16 TESS
Tim Rowley
1
-79
/
+177
2017-03-20
swr: [rasterizer archrast/core/scripts] Fix archrast multithreading issue
Tim Rowley
6
-16
/
+52
2017-03-20
swr: [rasterizer archrast] Remove redundant data from archrast files
Tim Rowley
2
-137
/
+103
2017-03-20
swr: [rasterizer archrast/scripts] Further archrast cleanups
Tim Rowley
3
-164
/
+104
2017-03-20
swr: [rasterizer core] Fix RECT_LIST primitive assembly
Tim Rowley
1
-2
/
+2
2017-03-20
swr: [rasterizer common] Add InterpolateComponentFlat utility
Tim Rowley
1
-0
/
+13
2017-03-20
swr: [rasterizer archrast] Fix performance issue with archrast stats
Tim Rowley
1
-15
/
+15
2017-03-20
swr: [rasterizer core] Implement SIMD16 GS and STREAMOUT
Tim Rowley
1
-51
/
+251
2017-03-20
swr: [rasterizer archrast] Add additional API events
Tim Rowley
2
-0
/
+48
2017-03-20
swr: [rasterizer core/scripts] Autogen backend initialization function(s)
Tim Rowley
7
-226
/
+398
2017-03-20
swr: [rasterizer core] backend.h declares gBackendPixelRateTable
Tim Rowley
2
-1
/
+8
2017-03-20
swr: [rasterizer core] Finish SIMD16 PA OPT including tesselation
Tim Rowley
1
-21
/
+247
2017-03-20
swr: [rasterizer core] Finish SIMD16 PA OPT except tesselation
Tim Rowley
2
-274
/
+1405
2017-03-20
swr: [rasterizer core] Support sparse numa id values on all OSes
Tim Rowley
1
-27
/
+53
2017-03-20
r600g/sb: Fix memory leak by reworking uses list (rebased)
Constantine Kharlamov
4
-61
/
+28
2017-03-20
radeonsi: check the IR type before waiting for a compute compilation fence
Marek Olšák
1
-1
/
+3
2017-03-20
si_descriptor: move velems nullity check before dereference
Julien Isorce
1
-4
/
+11
2017-03-20
radeon_drm_bo: explicitly check return value of drmCommandWriteRead
Julien Isorce
1
-2
/
+7
2017-03-20
si_pipe: remove nullity check after dereference
Julien Isorce
1
-3
/
+0
[next]