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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
Brian Paul
2017-02-24
1
-1
/
+1
*
vc4: Lazily emit our FS/VS input loads.
Eric Anholt
2017-02-24
4
-75
/
+93
*
vc4: Refactor the load_input code out of the intrinsic code.
Eric Anholt
2017-02-24
1
-25
/
+42
*
vc4: Track the last block we emitted at the top level.
Eric Anholt
2017-02-24
3
-5
/
+10
*
vc4: Emit max number of temps in the shader-db output.
Eric Anholt
2017-02-24
1
-0
/
+23
*
radeonsi: fix broken tessellation on Carrizo and Stoney
Marek Olšák
2017-02-25
1
-1
/
+3
*
trace: remove pipe_resource wrapping
Marek Olšák
2017-02-25
7
-260
/
+40
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
15
-15
/
+0
*
svga: implement user index buffers
Marek Olšák
2017-02-25
2
-2
/
+13
*
freedreno: add support for user index buffers
Marek Olšák
2017-02-25
2
-1
/
+13
*
etnaviv: add support for user index buffers
Marek Olšák
2017-02-25
2
-1
/
+13
*
vc4: automake: add the kernel/README to the tarball
Emil Velikov
2017-02-24
1
-0
/
+2
*
softpipe: enable clear_texture with util_clear_texture
Lars Hamre
2017-02-24
2
-1
/
+4
*
llvmpipe: enable clear_texture with util_clear_texture
Lars Hamre
2017-02-24
2
-2
/
+4
*
swr: fix index buffers with non-zero indices
George Kyriazis
2017-02-23
5
-6
/
+62
*
swr: add fetch shader cache
George Kyriazis
2017-02-23
6
-15
/
+50
*
radeon: fix r600 builds when old version of llvm is present
Timothy Arceri
2017-02-23
1
-2
/
+2
*
r600/radeonsi: enable glsl/tgsi on-disk cache
Timothy Arceri
2017-02-23
2
-0
/
+46
*
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
2017-02-23
3
-0
/
+39
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-4
/
+4
*
radeonsi: fix issues with monolithic shaders
Marek Olšák
2017-02-21
1
-1
/
+2
*
radeonsi: set no-signed-zeros-fp-math
Marek Olšák
2017-02-21
2
-1
/
+5
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
1
-1
/
+5
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
3
-15
/
+77
*
radeonsi: skip LDS stores in TCS if there are no LDS output reads
Marek Olšák
2017-02-21
1
-1
/
+16
*
etnaviv: remove number of pixel pipes validation
Christian Gmeiner
2017-02-21
1
-10
/
+0
*
etnaviv: move pctx initialisation to avoid a null dereference
Christian Gmeiner
2017-02-21
1
-6
/
+6
*
etnaviv: add missing fallthrough annotation
Christian Gmeiner
2017-02-21
1
-0
/
+1
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
6
-19
/
+43
*
radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
Nicolai Hähnle
2017-02-21
1
-7
/
+53
*
nvc0: use PascalB for most Pascal boards
Ben Skeggs
2017-02-21
2
-1
/
+9
*
r300g: only allow byteswapped formats on big endian
Grazvydas Ignotas
2017-02-21
1
-0
/
+5
*
android: radeonsi: fix sid_table.h generated header include path
Mauro Rossi
2017-02-20
1
-1
/
+3
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
3
-3
/
+5
*
radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
Marek Olšák
2017-02-19
1
-2
/
+2
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
5
-18
/
+3
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
3
-24
/
+6
*
radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable
Marek Olšák
2017-02-18
5
-26
/
+50
*
gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE
Marek Olšák
2017-02-18
2
-2
/
+3
*
gallium/radeon: change r600_aligned_buffer_create to take flags, not bind
Marek Olšák
2017-02-18
2
-4
/
+4
*
radeonsi: upload constants into VRAM instead of GTT
Marek Olšák
2017-02-18
4
-10
/
+18
*
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
2017-02-18
4
-5
/
+9
*
radeonsi: use a clever alignment for index buffer uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for descriptor uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
3
-1
/
+19
*
radeonsi: move index buffer flushing into a non-upload indexed case
Marek Olšák
2017-02-18
1
-7
/
+6
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
4
-5
/
+5
*
radeonsi: sort members of si_shader_key::part
Marek Olšák
2017-02-18
1
-6
/
+6
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
3
-5
/
+49
*
radeonsi: don't compile pure monolithic shaders asynchronously
Marek Olšák
2017-02-18
1
-2
/
+6
[next]