summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add support for FIJI (v4)Alex Deucher2015-08-141-0/+5
* radeonsi: add harvest support for CI/VI parts (v3)Alex Deucher2015-08-141-92/+116
* radeonsi: properly handler raster_config setup on CZAlex Deucher2015-08-141-1/+1
* radeonsi: properly set the raster_config for KVAlex Deucher2015-08-141-5/+9
* radeonsi: add amdgpu support for querying the GPU reset stateMarek Olšák2015-08-141-1/+14
* radeonsi: add VI hardware supportMarek Olšák2015-08-146-25/+114
* radeonsi: add definitions for VI status registersMarek Olšák2015-08-141-1/+1079
* radeonsi: add VI register definitionsMarek Olšák2015-08-142-61/+1041
* radeonsi: fix DRM version checks for amdgpu DRM 3.0.0Marek Olšák2015-08-142-5/+7
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-141-2/+4
* radeonsi: add support for EXT_depth_bounds_testMarek Olšák2015-08-142-5/+7
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* radeonsi: fix polygon offset scaleMarek Olšák2015-08-131-1/+1
* radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENAMarek Olšák2015-08-131-0/+1
* radeonsi: add support for gl_PrimitiveID in the fragment shaderMarek Olšák2015-08-134-9/+49
* radeonsi: move VGT_GS_MODE to the VS stateMarek Olšák2015-08-131-2/+6
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-118-32/+47
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+1
* radeonsi: rename enable_s3tc -> enable_compressed_formatsMarek Olšák2015-08-061-5/+4
* radeonsi: always flush framebuffer caches at the beginning of IBsMarek Olšák2015-08-061-1/+2
* radeonsi: don't count the exact needed CS space if the CS is large enoughMarek Olšák2015-08-061-2/+11
* radeonsi: don't crash when cleaning up after an incomplete contextMarek Olšák2015-08-061-7/+11
* radeonsi: add a HUD query showing the number of shaders createdMarek Olšák2015-08-061-0/+1
* radeonsi: add a HUD query showing the number of compiler invocationsMarek Olšák2015-08-061-0/+1
* radeonsi: before storing tess levels, load them from LDS instead of temporaryMarek Olšák2015-08-061-79/+57
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-061-1/+1
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-061-1/+2
* radeonsi: flush if the memory usage for an IB is too highMarek Olšák2015-08-022-0/+17
* radeonsi: copy *8_SNORM bits exactly in resource_copy_regionMarek Olšák2015-07-311-1/+3
* radeonsi: early exit in si_clear if there's nothing to doMarek Olšák2015-07-311-0/+2
* radeonsi: fix a regression since the resource_copy_region cleanupMarek Olšák2015-07-311-1/+1
* radeonsi: fix broken st/nine from merging tessellationMarek Olšák2015-07-311-2/+7
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-316-236/+274
* radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák2015-07-311-9/+11
* radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák2015-07-311-1/+1
* radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák2015-07-311-6/+7
* radeonsi: store shader disassemblies in memory for future usersMarek Olšák2015-07-312-3/+8
* gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák2015-07-311-28/+28
* gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák2015-07-311-8/+8
* radeonsi: completely rework updating descriptors without CP DMAMarek Olšák2015-07-314-271/+128
* radeonsi: enable GL4.1 and update documentation (v2)Dave Airlie2015-07-301-1/+1
* radeonsi: add GS multiple streams support (v2)Dave Airlie2015-07-306-39/+127
* radeon: add support for streams to the common streamout code. (v2)Dave Airlie2015-07-291-3/+15
* r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2015-07-291-1/+1
* radeonsi: add support for interpolateAt functions (v2)Dave Airlie2015-07-281-1/+240
* radeonsi: add fine derivate control (v2.1)Dave Airlie2015-07-252-6/+48
* radeonsi: fix GLSL textureGrad(samplerCube*) functionsMarek Olšák2015-07-251-11/+24
* radeonsi: ubo indexing support (v2)Dave Airlie2015-07-251-3/+12
* radeonsi: add support for indirect samplers (v2)Dave Airlie2015-07-251-8/+41