aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-074-21/+12
* gallium/radeon: add DRM and LLVM version to the renderer stringMarek Olšák2015-08-062-4/+24
* radeonsi: add a HUD query showing the number of shaders createdMarek Olšák2015-08-063-0/+16
* radeonsi: add a HUD query showing the number of compiler invocationsMarek Olšák2015-08-063-1/+18
* gallium/radeon: display cumulative results for some driver queriesMarek Olšák2015-08-061-2/+4
* gallium/radeon: switch the buffer-wait-time query to microsecondsMarek Olšák2015-08-062-3/+3
* gallium/radeon: change some driver query types to HzMarek Olšák2015-08-061-2/+2
* gallium/radeon: always use the llvm. prefix in intrinsic namesMarek Olšák2015-08-061-6/+16
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-063-8/+7
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-063-23/+62
* r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian2015-08-031-2/+9
* Revert "gallium/radeon: re-enable unsafe math for graphics shaders"Marek Olšák2015-08-011-4/+0
* radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák2015-07-312-0/+2
* radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák2015-07-312-0/+2
* radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák2015-07-314-22/+21
* radeonsi: store shader disassemblies in memory for future usersMarek Olšák2015-07-314-13/+9
* radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRACMarek Olšák2015-07-311-4/+16
* gallium/radeon: re-enable unsafe math for graphics shadersMarek Olšák2015-07-311-0/+4
* gallium/radeon: don't use rsq_actionMarek Olšák2015-07-311-7/+3
* gallium/radeon: move r600-specific code to r600gMarek Olšák2015-07-311-150/+0
* gallium/radeon: remove unused variables and old commentsMarek Olšák2015-07-312-33/+0
* gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák2015-07-312-63/+13
* radeon: add support for streams to the common streamout code. (v2)Dave Airlie2015-07-292-12/+25
* radeon: move streamout buffer config to streamout enable function. (v2)Dave Airlie2015-07-292-9/+15
* radeon: add streamout status 1-3 queries.Dave Airlie2015-07-292-2/+19
* r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2015-07-291-9/+13
* radeonsi: fix GLSL textureGrad(samplerCube*) functionsMarek Olšák2015-07-252-23/+66
* radeonsi: add shader code generation for tessellationMarek Olšák2015-07-231-0/+2
* radeonsi: add debug flags for dumping tessellation shadersMarek Olšák2015-07-232-9/+17
* gallium/radeon: expose emit_fetchMarek Olšák2015-07-232-19/+15
* gallium/radeon: expose LLVM functions implementing emit_storeMarek Olšák2015-07-232-5/+13
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-233-17/+1
* radeonsi: don't change pipe_resource in resource_copy_regionMarek Olšák2015-07-231-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-213-14/+14
* radeonsi: direct emit intrinsic for DFRAC.Dave Airlie2015-07-131-0/+1
* radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.Dave Airlie2015-07-122-7/+143
* gallium/radeon: mark the gpu load thread stop trigger as volatileMarek Olšák2015-07-051-1/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-9/+0
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-033-2/+24
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-292-0/+26
* radeon/llvm: Handle LLVM backend rename from R600 to AMDGPUTom Stellard2015-06-121-0/+8
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+4
* r600g,radeonsi: Assert that there's enough space after flushingMichel Dänzer2015-06-081-3/+2
* radeon/llvm: reset temps_count on deallocationMarek Olšák2015-05-291-0/+1
* radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)Marek Olšák2015-05-292-7/+12
* radeon/vce: adapt new firmware interface changesChristian König2015-05-224-2/+252
* radeon/vce: move CPB handling function into common codeChristian König2015-05-223-29/+48
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-23/+17
* util: Move gallium's linked list to utilJason Ekstrand2015-05-082-2/+2
* r600g: Fix Clang return-type build error.Vinson Lee2015-05-061-1/+1