ac: change legacy_surf_level::slice_size to dword units
[mesa.git] / src / gallium / drivers / softpipe /
2017-11-13 Dylan Bakermeson: don't use build_by_default for specific gallium...
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-27 Brian Paulgallium: s/unsigned/enum pipe_prim_type/
2017-10-16 Dylan Bakermeson: build softpipe
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-08-17 Roland Scheideggersoftpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
2017-08-03 Timothy Arcerigallium: introduce PIPE_CAP_MEMOBJ
2017-08-02 Nicolai Hähnlegallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and...
2017-07-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-06-29 Rob HerringAndroid: use symlinks for driver loading
2017-06-20 Brian Paulsoftpipe: remove unused softpipe_context::line_stipple_...
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-13 Jose Fonsecasoftpipe: Match pipe_context::render_condition prototype.
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-13 Samuel Pitoisetsoftpipe: remove unused sp_exec_fragment_shader()
2017-04-13 Samuel Pitoisetsoftpipe: remove unused quad_shade_stage()
2017-04-13 Samuel Pitoisetsoftpipe: remove unused get_texel_quad_2d()
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-30 Marek Olšáksoftpipe: fix a maybe-uninitialized warning
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulsoftpipe: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-24 Lars Hamresoftpipe: enable clear_texture with util_clear_texture
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-27 Nicolai Hähnlegallium: enable int64 on radeonsi, llvmpipe, softpipe
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2016-12-10 Grazvydas Ignotassoftpipe: fix release build unused variable warning
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-12 Nicolai Hähnlest/mesa: enable ARB_enhanced_layouts and turn the cap on
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-10 Axel Davysoftpipe: Cap to 2 GB on 32 bits
2016-10-06 Samuel Pitoisetgallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_...
2016-08-29 Jan Veselygallium: add cap to export device pointer size
2016-08-29 Roland Scheideggersoftpipe: (trivial) honor render_condition_enabled...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_buffers()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-10 Brian Paulsoftpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulsoftpipe: don't use 3-component formats
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-05-30 Emil Velikovsoftpipe: add sp_buffer.h to the sources list (release...
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-23 Tobias Klausmannllvm/softpipe: Enable cull_distance as draw supports it.
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-01 Dave Airliesoftpipe: bump 3D texture limit to 2048
2016-05-01 Dave Airliesoftpipe: allow r32 xchg on shader images.
2016-05-01 Ilia Mirkinsoftpipe: avoid leaking local_mem on machines alloc...
2016-04-27 Brian Paulsoftpipe: s/Elements/ARRAY_SIZE/
2016-04-26 Dave Airliesoftpipe: add support for compute shaders. (v2)
2016-04-26 Dave Airlietgsi: accept a starting PC value for exec machine.
2016-04-26 Dave Airlietgsi: pass a shader type to the machine create and...
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-21 Marek Olšáksoftpipe: fix a warning due to an incorrect enum comparison
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecasoftpipe: Free tgsi.image elements on context destruction.
2016-04-13 Edward O'Callaghansoftpipe: Enable ARB_framebuffer_no_attachments
next