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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: get correct member type when processing xfb ifc arrays
Timothy Arceri
2017-12-07
1
-2
/
+4
*
r600/sb: do not convert if-blocks that contain indirect array access
Gert Wollny
2017-12-07
3
-2
/
+5
*
r600: add support for compute grid/block sizes. (v2)
Dave Airlie
2017-12-06
4
-3
/
+100
*
r600: handle image/buffer sizes correctly.
Dave Airlie
2017-12-06
3
-4
/
+21
*
r600/compute: add support for emitting compute image/buffer atoms
Dave Airlie
2017-12-06
1
-1
/
+9
*
r600/compute: handle atomic counters in compute state.
Dave Airlie
2017-12-06
1
-0
/
+9
*
r600/compute: add support for TGSI compute shaders. (v1.1)
Dave Airlie
2017-12-06
2
-28
/
+103
*
r600/shader: add compute support to shader assembler
Dave Airlie
2017-12-06
1
-0
/
+14
*
r600/texture: drop lowering 1d/2d images to linear.
Dave Airlie
2017-12-06
1
-8
/
+0
*
mesa: define nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-06
2
-13
/
+15
*
anv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
radv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
meson: fix keyword argument in declare_dependency()
Eric Engestrom
2017-12-06
2
-2
/
+2
*
i965: include brw_pipe_control.h in the tarball
Emil Velikov
2017-12-06
1
-0
/
+1
*
mesa: document _mesa_extension_override_* variables
Emil Velikov
2017-12-06
1
-0
/
+9
*
swr/scons: Fix another intermittent build failure
George Kyriazis
2017-12-06
1
-0
/
+1
*
radeonsi: make const and stream uploaders allocate read-only memory
Marek Olšák
2017-12-06
1
-2
/
+5
*
radeonsi: use a separate allocator for fine fences
Marek Olšák
2017-12-06
3
-1
/
+9
*
radeonsi/gfx9: make shader binaries use read-only memory
Marek Olšák
2017-12-06
5
-3
/
+13
*
winsys/amdgpu: make IBs use read-only memory
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: print the buffer list for CHECK_VM
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: allow DMABUF exports for local buffers
Marek Olšák
2017-12-06
1
-1
/
+4
*
radeonsi: always place sparse buffers in VRAM
Nicolai Hähnle
2017-12-06
2
-2
/
+6
*
radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
Nicolai Hähnle
2017-12-06
1
-1
/
+1
*
i965/fs: Use untyped_surface_read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-7
/
+20
*
i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit reg
Jose Maria Casanova Crespo
2017-12-06
1
-15
/
+43
*
anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO
Alejandro Piñeiro
2017-12-06
3
-0
/
+15
*
i965/fs: Enables 16-bit load_ubo with sampler
Jason Ekstrand
2017-12-06
1
-7
/
+14
*
i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit components
Jose Maria Casanova Crespo
2017-12-06
2
-0
/
+71
*
i965/fs: Use byte scattered read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+13
*
i965/fs: Add byte scattered read message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-1
/
+94
*
i965/fs: Predicate byte scattered writes if needed
Alejandro Piñeiro
2017-12-06
1
-1
/
+14
*
i965/fs: Use byte_scattered_write on 16-bit store_ssbo
Alejandro Piñeiro
2017-12-06
1
-20
/
+45
*
i965/fs: Add byte scattered write message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-0
/
+118
*
i965/fs: Add remove_extra_rounding_modes optimization
Alejandro Piñeiro
2017-12-06
3
-0
/
+39
*
i965/fs: Enable rounding mode on f2f16 ops
Alejandro Piñeiro
2017-12-06
1
-0
/
+18
*
i965/fs: Define new shader opcode to set rounding modes
Alejandro Piñeiro
2017-12-06
5
-0
/
+62
*
i965: Add support for control register
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+6
*
i965/fs: Handle 32-bit to 16-bit conversions
Alejandro Piñeiro
2017-12-06
1
-0
/
+25
*
i965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec_type
Alejandro Piñeiro
2017-12-06
1
-3
/
+0
*
i965: Support for 16-bit base types in helper functions
Jose Maria Casanova Crespo
2017-12-06
3
-0
/
+25
*
i965/vec4: Handle 16-bit types at type_size_xvec4
Alejandro Piñeiro
2017-12-06
1
-0
/
+3
*
spirv/nir: Add support for SPV_KHR_16bit_storage
Eduardo Lima Mitev
2017-12-06
2
-0
/
+8
*
spirv: Enable FPRoundingMode decorator to nir operations
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+33
*
spirv/nir: Handle 16-bit types
Eduardo Lima Mitev
2017-12-06
2
-19
/
+114
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
5
-6
/
+28
*
nir: Populate conversion opcodes to 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-1
/
+1
*
nir: Add rounding modes enum
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+10
*
nir: Add support for 16-bit types (half float, int16 and uint16)
Eduardo Lima Mitev
2017-12-06
5
-0
/
+47
*
mesa/st: Handle 16-bit types at st_glsl_storage_type_size()
Eduardo Lima Mitev
2017-12-06
1
-0
/
+3
[next]