index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-31
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
1
-0
/
+4
2017-04-01
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
1
-1
/
+0
2017-03-31
tgsi: add CLOCK opcode
Ilia Mirkin
1
-0
/
+14
2017-03-31
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
1
-0
/
+1
2017-03-15
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
1
-3
/
+5
2017-03-15
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
1
-1
/
+32
2017-03-15
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
1
-0
/
+2
2017-02-25
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
1
-4
/
+0
2017-02-23
gallium: add get_disk_shader_cache() callback
Timothy Arceri
1
-0
/
+10
2017-02-22
gallium/docs: use imgmath instead of pngmath
Eric Engestrom
1
-1
/
+1
2017-02-22
gallium/docs: fix section title formatting
Eric Engestrom
1
-2
/
+2
2017-02-22
gallium/docs: add missing newlines
Eric Engestrom
1
-0
/
+33
2017-02-22
gallium/docs: add missing math formatting
Eric Engestrom
1
-0
/
+4
2017-02-22
gallium/docs: fix sublist formatting
Eric Engestrom
1
-0
/
+2
2017-02-18
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
1
-13
/
+0
2017-02-18
gallium/docs: remove documentation of non-existent instructions
Marek Olšák
1
-26
/
+0
2017-02-14
gallium: add common uploaders into pipe_context (v2)
Marek Olšák
1
-0
/
+23
2017-02-09
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
1
-0
/
+2
2017-02-02
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
1
-2
/
+3
2017-01-23
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
1
-0
/
+2
2017-01-23
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
1
-2
/
+15
2017-01-20
gallium: add pipe_screen::resource_changed
Philipp Zabel
1
-0
/
+14
2017-01-16
gallium: add flags parameter to texture barrier
Ilia Mirkin
1
-1
/
+2
2017-01-16
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
1
-0
/
+2
2017-01-16
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
1
-0
/
+13
2017-01-16
tgsi: add DDIV instruction
Nicolai Hähnle
1
-0
/
+9
2017-01-05
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
1
-0
/
+3
2016-12-20
gallium-docs: Add documentation for when using several contexts
Axel Davy
1
-0
/
+23
2016-12-20
gallium-docs: Add documentation for threading requirements
Axel Davy
1
-0
/
+10
2016-11-30
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
1
-0
/
+2
2016-11-15
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
1
-0
/
+4
2016-11-02
tgsi: align the definition of BFI & [UI]BFE with GLSL
Nicolai Hähnle
1
-20
/
+15
2016-10-22
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
1
-0
/
+3
2016-10-12
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
1
-0
/
+8
2016-10-07
gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK
Samuel Pitoiset
1
-0
/
+4
2016-10-05
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
1
-0
/
+15
2016-09-21
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
1
-0
/
+240
2016-09-16
gallium/docs: document alpha_to_coverage and alpha_to_one blend state
Brian Paul
1
-0
/
+12
2016-09-12
tgsi: document semantics for compute shaders
Samuel Pitoiset
1
-0
/
+28
2016-09-08
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
1
-2
/
+0
2016-08-31
gallium/docs: clarify render_condition_enabled parameter to clear functions
Brian Paul
1
-0
/
+4
2016-08-29
gallium: add cap to export device pointer size
Jan Vesely
1
-0
/
+2
2016-08-23
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
1
-0
/
+6
2016-08-17
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
1
-2
/
+2
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-6
/
+4
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-3
/
+4
2016-07-26
mesa: standardize naming Mesa3D, MESA -> Mesa
Vedran Miletić
1
-2
/
+2
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
1
-2
/
+3
2016-07-22
gallium: add PIPE_FLUSH_DEFERRED
Marek Olšák
1
-0
/
+10
2016-07-20
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
1
-0
/
+2
[next]