index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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: store group_size_variable in struct si_compute
Nicolai Hähnle
2016-11-24
1
-5
/
+8
*
vc4: Fix register class handling of DDX/DDY arguments.
Eric Anholt
2016-11-24
1
-1
/
+1
*
vc4: Clamp the shadow comparison value.
Eric Anholt
2016-11-23
1
-0
/
+9
*
vc4: Don't abort when a shader compile fails.
Eric Anholt
2016-11-23
6
-8
/
+32
*
vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
Eric Anholt
2016-11-09
1
-1
/
+1
*
radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
Marek Olšák
2016-11-09
1
-1
/
+3
*
radeonsi: fix BFE/BFI lowering for GLSL semantics
Nicolai Hähnle
2016-11-09
1
-3
/
+34
*
radeonsi: fix behavior of GLSL findLSB(0)
Marek Olšák
2016-11-01
1
-4
/
+13
*
radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and later
Marek Olšák
2016-11-01
1
-0
/
+8
*
nvc0/ir: fix emission of IMAD with NEG modifiers
Samuel Pitoiset
2016-11-01
2
-2
/
+2
*
nvc0/ir: fix emission of SHLADD with NEG modifiers
Samuel Pitoiset
2016-10-27
2
-2
/
+2
*
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
2016-10-27
1
-2
/
+3
*
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
2016-10-27
1
-7
/
+7
*
nvc0: use correct bufctx when invalidating CP textures
Samuel Pitoiset
2016-10-27
1
-1
/
+1
*
nvc0: do not break 3D state by pushing MS coordinates on Fermi
Samuel Pitoiset
2016-10-24
1
-43
/
+44
*
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
2016-10-24
1
-1
/
+1
*
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
2016-10-24
1
-53
/
+94
*
nv50,nvc0: avoid reading out of bounds when getting bogus so info
Ilia Mirkin
2016-10-24
2
-2
/
+8
*
radeonsi: remove cb0_is_integer handling
Marek Olšák
2016-10-19
3
-13
/
+3
*
svga: minor code improvements in svga_validate_pipe_sampler_view()
Brian Paul
2016-10-18
1
-8
/
+8
*
radeonsi: rename prefixes from radeon to si
Marek Olšák
2016-10-18
4
-157
/
+157
*
radeonsi: merge radeon_llvm_context and si_shader_context
Marek Olšák
2016-10-18
4
-317
/
+290
*
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
2016-10-18
11
-462
/
+346
*
gallium/radeon: simplify initialization of 64-bit gallivm builders
Marek Olšák
2016-10-18
1
-18
/
+4
*
gallium/radeon: remove unused radeon_llvm_reg_index_soa
Marek Olšák
2016-10-18
2
-7
/
+0
*
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
2016-10-18
6
-992
/
+1056
*
gm107/ir: fix bit offset of tex lod setting for indirect texturing
Ilia Mirkin
2016-10-18
1
-1
/
+1
*
gm107/ir: fix texturing with indirect samplers
Ilia Mirkin
2016-10-18
1
-0
/
+10
*
radeonsi: unify the constant load paths
Nicolai Hähnle
2016-10-17
1
-28
/
+11
*
radeonsi: fix indirect loads of 64 bit constants
Nicolai Hähnle
2016-10-17
1
-2
/
+2
*
radeonsi: shorten "shader->selector" to "sel" in si_shader_create
Marek Olšák
2016-10-17
1
-7
/
+8
*
radeonsi: clear DB_RENDER_OVERRIDE
Marek Olšák
2016-10-17
1
-3
/
+1
*
vc4: Fix fast clear color packing for 565.
Eric Anholt
2016-10-16
1
-3
/
+16
*
nv50/ir: constant fold OP_SPLIT
Tobias Klausmann
2016-10-14
1
-0
/
+18
*
swr: [rasterizer core] don't construct pArContext on non-ar builds
Tim Rowley
2016-10-13
1
-0
/
+6
*
swr: [rasterizer core] remove WorkerWaitForThreadEvent bucket
Tim Rowley
2016-10-13
3
-6
/
+0
*
swr: [rasterizer core] move binner functionality to separate file
Tim Rowley
2016-10-13
3
-1392
/
+1444
*
swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
Tim Rowley
2016-10-13
1
-0
/
+7
*
swr: [rasterizer core] fix comment typo
Tim Rowley
2016-10-13
1
-1
/
+1
*
swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/store
Tim Rowley
2016-10-13
13
-100
/
+1895
*
swr: [rasterizer archrast] fix event file issue with saving data
Tim Rowley
2016-10-13
4
-8
/
+22
*
swr: [rasterizer common] fix assert index
Eric Engestrom
2016-10-13
1
-1
/
+1
*
nv50: enable ARB_enhanced_layouts
Ilia Mirkin
2016-10-13
1
-1
/
+1
*
nvc0/ir: be more careful about preserving modifiers in SHLADD creation
Ilia Mirkin
2016-10-13
1
-7
/
+5
*
vc4: Avoid loading from the texture during non-utile-aligned glTexImage().
Eric Anholt
2016-10-13
1
-12
/
+34
*
nvc0: enable ARB_enhanced_layouts
Samuel Pitoiset
2016-10-13
1
-1
/
+1
*
radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settings
Marek Olšák
2016-10-13
2
-22
/
+32
*
radeonsi: disable ReZ
Marek Olšák
2016-10-13
1
-7
/
+4
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
8
-20
/
+132
*
radeonsi: fix regression in image atomics
Nicolai Hähnle
2016-10-13
1
-1
/
+1
[next]