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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-0
/
+1
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
1
-0
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-3
/
+3
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-9
/
+12
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
2
-1
/
+2
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-2
/
+2
*
gallium: make image_view const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: make shader_buffers const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
softpipe: turn on pipe cap for GL_ARB_copy_image support
Brian Paul
2016-06-10
1
-1
/
+2
*
softpipe: don't use 3-component formats
Brian Paul
2016-06-10
1
-0
/
+18
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
softpipe: add sp_buffer.h to the sources list (release tarball)
Emil Velikov
2016-05-30
1
-0
/
+1
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
llvm/softpipe: Enable cull_distance as draw supports it.
Tobias Klausmann
2016-05-23
1
-1
/
+1
*
gallium: Add a pipe cap for arb_cull_distance
Tobias Klausmann
2016-05-14
1
-0
/
+1
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
1
-2
/
+2
*
softpipe: bump 3D texture limit to 2048
Dave Airlie
2016-05-02
1
-1
/
+1
*
softpipe: allow r32 xchg on shader images.
Dave Airlie
2016-05-02
1
-0
/
+40
*
softpipe: avoid leaking local_mem on machines alloc failure
Ilia Mirkin
2016-05-01
1
-1
/
+3
*
softpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
7
-27
/
+27
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
8
-3
/
+369
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-1
/
+1
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
2
-2
/
+3
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+2
*
softpipe: fix a warning due to an incorrect enum comparison
Marek Olšák
2016-04-22
1
-1
/
+1
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-15
/
+15
*
softpipe: Free tgsi.image elements on context destruction.
Jose Fonseca
2016-04-13
1
-0
/
+2
*
softpipe: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
2016-04-13
1
-1
/
+2
*
softpipe: avoid buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
2
-8
/
+8
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
softpipe: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-2
/
+2
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+7
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
10
-5
/
+464
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
1
-2
/
+2
*
drivers/softpipe: add missing header to the tarball
Emil Velikov
2016-04-11
1
-0
/
+1
*
softpipe: Set samples and layers in set_framebuffer_state() cb
Edward O'Callaghan
2016-04-07
1
-0
/
+2
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+1
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
13
-11
/
+925
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
1
-2
/
+2
*
softpipe: add support for explicit early depth testing
Dave Airlie
2016-03-31
6
-12
/
+21
*
softpipe: fix misleading TGSI_QUAD_SIZE usage
Roland Scheidegger
2016-03-15
1
-24
/
+29
*
softpipe: fix anisotropic filtering crash
Roland Scheidegger
2016-03-15
1
-2
/
+7
[next]