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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enum
Jordan Justen
2017-12-08
2
-1
/
+9
*
intel/cfg: Represent divergent control flow paths caused by non-uniform loop ...
Francisco Jerez
2017-12-07
1
-6
/
+69
*
intel/fs: Don't let undefined values prevent copy propagation.
Francisco Jerez
2017-12-07
1
-3
/
+47
*
intel/fs: Restrict live intervals to the subset possibly reachable from any d...
Francisco Jerez
2017-12-07
2
-4
/
+42
*
intel/fs: Teach instruction scheduler about GRF bank conflict cycles.
Francisco Jerez
2017-12-07
3
-2
/
+23
*
intel/fs: Implement GRF bank conflict mitigation pass.
Francisco Jerez
2017-12-07
5
-0
/
+898
*
meson: Fix building gallium media targets with gallium-xlib glx
Dylan Baker
2017-12-07
1
-3
/
+3
*
meson: Add lmsensors to gallium libgl-xlib target.
Dylan Baker
2017-12-07
1
-1
/
+3
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
9
-8
/
+9
*
meson: fix pl111 dependency on vc4
Eric Engestrom
2017-12-07
3
-5
/
+9
*
radv: use a faster version for nir_op_pack_half_2x16
Samuel Pitoiset
2017-12-07
1
-11
/
+1
*
mesa/spirv: move and rename nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-07
3
-15
/
+15
*
util/disk_cache: Remove unneeded free() on always null string
Vadym Shovkoplias
2017-12-07
1
-1
/
+0
*
spirv: fix bug when OpSpecConstantOp calls a conversion
Samuel Iglesias Gonsálvez
2017-12-07
1
-6
/
+21
*
spirv: allow specialization constants with bitsize different than 32 bits
Samuel Iglesias Gonsálvez
2017-12-07
1
-1
/
+0
*
nir/opcodes: Fix constant-folding of bitfield_insert
James Legg
2017-12-07
1
-2
/
+2
*
radv: Add LLVM version to the device name string
Alex Smith
2017-12-07
2
-26
/
+37
*
mesa: remove set_entry from forward type declarations
Alejandro Piñeiro
2017-12-07
1
-1
/
+0
*
meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
Kenneth Graunke
2017-12-06
1
-9
/
+14
*
meta: Initialize depth/clear values on declaration.
Kenneth Graunke
2017-12-06
1
-5
/
+2
*
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
*
docs: annotate MESA_program_debug as obsolete
Emil Velikov
2017-12-06
1
-1
/
+1
*
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
[next]