summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2016-10-12st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle1-1/+1
2016-10-12gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-10-10softpipe: Cap to 2 GB on 32 bitsAxel Davy1-0/+6
2016-10-07gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset1-0/+1
2016-08-29gallium: add cap to export device pointer sizeJan Vesely1-0/+1
2016-08-29softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_dsRoland Scheidegger1-2/+2
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2-2/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-0/+1
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin1-0/+1
2016-08-17gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák1-3/+3
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2-9/+12
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák2-1/+2
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-1/+2
2016-07-20gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia1-0/+1
2016-06-25gallium: Add a cap for offset_units_unscaledAxel Davy1-0/+1
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-2/+2
2016-06-20gallium: make image_view constRob Clark1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-06-20gallium: make shader_buffers constRob Clark1-1/+1
2016-06-18gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin1-0/+1
2016-06-10softpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul1-1/+2
2016-06-10softpipe: don't use 3-component formatsBrian Paul1-0/+18
2016-06-06gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin1-0/+1
2016-05-30softpipe: add sp_buffer.h to the sources list (release tarball)Emil Velikov1-0/+1
2016-05-23gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke1-0/+1
2016-05-23llvm/softpipe: Enable cull_distance as draw supports it.Tobias Klausmann1-1/+1
2016-05-14gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann1-0/+1
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle1-2/+2
2016-05-02softpipe: bump 3D texture limit to 2048Dave Airlie1-1/+1
2016-05-02softpipe: allow r32 xchg on shader images.Dave Airlie1-0/+40
2016-05-01softpipe: avoid leaking local_mem on machines alloc failureIlia Mirkin1-1/+3
2016-04-27softpipe: s/Elements/ARRAY_SIZE/Brian Paul7-27/+27
2016-04-27softpipe: add support for compute shaders. (v2)Dave Airlie8-3/+369
2016-04-27tgsi: accept a starting PC value for exec machine.Dave Airlie1-1/+1
2016-04-26tgsi: pass a shader type to the machine create and clean up.Dave Airlie1-1/+1
2016-04-25gallium: fix warnings in release buildGrazvydas Ignotas2-2/+3
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-1/+2
2016-04-22softpipe: fix a warning due to an incorrect enum comparisonMarek Olšák1-1/+1
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-15/+15
2016-04-13softpipe: Free tgsi.image elements on context destruction.Jose Fonseca1-0/+2
2016-04-13softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan1-1/+2
2016-04-13softpipe: avoid buffer overflowThomas Hindoe Paaboel Andersen2-8/+8
2016-04-12gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen1-0/+1
2016-04-12softpipe: Use STATIC_ASSERT whenever possible.Jose Fonseca1-2/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+7
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie10-5/+464