summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21r600: clean up the GS ring buffers when the context is destroyedGert Wollny1-0/+6
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák1-1/+1
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+4
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák1-0/+1
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund1-0/+10
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund1-0/+4
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-1/+3
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+3
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-09r600: report incorrect max-vertex-attrib for GL 4.4Erik Faye-Lund1-1/+2
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+2
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+3
2018-05-08r600: Cleanup constant buffers on context destructionJan Vesely1-1/+5
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+6
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-10r600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER_CAP_PREFERRED_IRTimothy Arceri1-5/+1
2018-02-10r600: add PIPE_SHADER_IR_NATIVE to supported shaders for csTimothy Arceri1-3/+7
2018-02-09r600g: Implement scratch buffer state management (v2)Glenn Kennard1-0/+3
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-29r600: add ARB_query_buffer_object supportDave Airlie1-2/+2
2018-01-19r600: enable ARB_enhanced_layoutsDave Airlie1-1/+1
2018-01-18r600: add support for ARB_shader_clock.Dave Airlie1-1/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+0
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-18r600: only reported tgsi ir compute support on evergreen+Dave Airlie1-1/+3
2017-12-18r600: export robust buffer accessDave Airlie1-1/+1
2017-12-18r600: export GLSL 430Dave Airlie1-1/+1
2017-12-18r600/cs: add compute support to capsDave Airlie1-2/+2
2017-12-01r600: add ARB_shader_storage_buffer_object support (v3)Dave Airlie1-2/+6
2017-11-21r600: add cull distance supportDave Airlie1-1/+2
2017-11-17r600: enable ARB_shader_image_load_store, ARB_shader_image_sizeDave Airlie1-3/+9
2017-11-10r600: add support for hw atomic counters. (v3)Dave Airlie1-0/+15
2017-11-10gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie1-0/+2
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1
2017-09-26r600: fork and import gallium/radeonMarek Olšák1-2/+2
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+1
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1