summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák1-1/+1
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák1-1/+1
2018-09-20r300g: add PIPE_SHADER_CAP_SCALAR_ISA switch case to silence warningBrian Paul1-0/+4
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
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 storage_sample_count parameter into is_format_supportedMarek Olšák2-2/+8
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-3/+0
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2-2/+2
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-06-05r300g/swtcl: make pipe_context uploaders use malloc'd memory as beforeMarek Olšák1-3/+6
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+10
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-3/+3
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-14gallium: drop all the guard band float caps.Dave Airlie1-5/+0
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+2
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
2018-01-14r300g: remove double assignmentGrazvydas Ignotas1-1/+0
2018-01-11meson: move libsensors dependency to libgalliumDylan Baker1-3/+1
2018-01-11meson: Use consistent style for testsDylan Baker1-1/+3
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-05gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák1-1/+1
2017-12-04meson: define driver dependenciesDylan Baker1-0/+5
2017-12-01meson: Add lmsensors supportDylan Baker1-1/+3
2017-11-29r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák4-6/+7
2017-11-28meson: build r300 driverDylan Baker1-0/+156
2017-11-17r300: add PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* switch casesBrian Paul1-0/+2
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ähnle3-3/+3
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-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+1
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-07gallium/u_blitter: let drivers decide which VS to use for draw_rectangleMarek Olšák2-1/+5
2017-10-07gallium/u_blitter: let drivers set the vertex elements stateMarek Olšák2-2/+6
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-1/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner2-5/+1
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+2
2017-09-29r300: add missing case PIPE_SHADER_CAP_INT64_ATOMICSNicolai Hähnle1-0/+1