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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: do not #include foo.h within extern C {}
Emil Velikov
2017-02-21
1
-2
/
+2
*
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
*
winsys/amdgpu: reduce max_alloc_size based on GTT limits
Nicolai Hähnle
2017-02-21
1
-2
/
+4
*
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
*
gallivm: Reenable PPC VSX (v3)
Ben Crocker
2017-02-20
1
-1
/
+13
*
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
Ben Crocker
2017-02-20
1
-0
/
+13
*
gallivm: Improve debug output (V2)
Ben Crocker
2017-02-20
2
-1
/
+18
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+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
5
-6
/
+14
*
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
14
-86
/
+5
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
3
-24
/
+6
*
tgsi/lowering: stop using TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-4
/
+13
*
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
5
-1
/
+21
*
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
*
radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VI
Marek Olšák
2017-02-18
1
-3
/
+9
*
radeonsi: remove the fix_size3 workaround
Marek Olšák
2017-02-18
3
-36
/
+0
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
5
-6
/
+60
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
5
-23
/
+25
*
vl: fix a buffer leak in the bicubic filter by using an uploader
Marek Olšák
2017-02-18
1
-16
/
+11
*
gallium/hud: create files after graphs are created to get final names
Marek Olšák
2017-02-18
5
-12
/
+23
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
5
-9
/
+24
*
gallium/u_suballoc: use clear_buffer if available
Marek Olšák
2017-02-18
1
-7
/
+14
*
gallium/util: correctly unref a buffer in u_prim_restart
Marek Olšák
2017-02-18
1
-1
/
+1
*
gallium/util: remove unused u_index_modify helpers
Marek Olšák
2017-02-18
2
-101
/
+0
*
gallium/util: remove unused helper util_draw_texquad
Marek Olšák
2017-02-18
2
-72
/
+0
*
gallium/docs: remove documentation of non-existent instructions
Marek Olšák
2017-02-18
1
-26
/
+0
*
swr: remove unneeded extern "C"
George Kyriazis
2017-02-16
1
-3
/
+0
*
gallium: add extern "C" guards
George Kyriazis
2017-02-16
2
-0
/
+15
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
2
-0
/
+3
*
radeonsi: use shared emit_umsb helper.
Dave Airlie
2017-02-16
1
-22
/
+2
*
radeonsi: use shared emit imsb code.
Dave Airlie
2017-02-16
1
-25
/
+3
*
winsys/radeon: remove fall-back defines
Emil Velikov
2017-02-16
3
-47
/
+0
[next]