summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-8/+10
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-12/+12
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-11/+11
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-299-21/+94
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-299-8/+615
* r600g,radeonsi: add a driver query returning GPU loadMarek Olšák2015-04-286-2/+175
* r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocksMarek Olšák2015-04-283-2/+35
* gallium/radeon: print winsys info with R600_DEBUG=infoMarek Olšák2015-04-272-0/+28
* gallium/radeon: don't crash when getting out-of-bounds TEMP referencesMarek Olšák2015-04-231-0/+6
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-2/+1
* radeonsi: add a debug option to compile shaders when they're createdMarek Olšák2015-04-162-0/+2
* radeon/llvm: Improve codegen for KILL_IFTom Stellard2015-04-141-0/+29
* radeon/llvm: Run LLVM's instruction combining passTom Stellard2015-04-141-0/+1
* radeon/vce: implement video usability information supportLeo Liu2015-03-313-0/+59
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+6
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-181-1/+1
* radeonsi: implement TGSI_OPCODE_BFI (v2)Marek Olšák2015-03-161-0/+34
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-163-14/+26
* radeonsi: add support for easy opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+8
* radeonsi: implement bit-finding opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+92
* radeonsi: add support for SQRTMarek Olšák2015-03-161-0/+2
* radeonsi: add support for FMAMarek Olšák2015-03-161-0/+2
* gallium/radeon: don't use LLVMReadOnlyAttribute for ALUMarek Olšák2015-03-161-16/+9
* r600g,radeonsi: fix streamout after pipeline stats have been usedMarek Olšák2015-02-242-13/+1
* gallium/radeon: fix an uninitialized-variable warningMarek Olšák2015-02-201-1/+1
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-181-4/+0
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-173-4/+48
* radeonsi: initialize TC_L2_dirty to false after buffer allocationMarek Olšák2015-02-171-0/+1
* r600g,radeonsi: use fences to implement PIPE_QUERY_GPU_FINISHEDMarek Olšák2015-02-171-9/+13
* r600g,radeonsi: demote TIMESTAMP_DISJOINT query to be a software queryMarek Olšák2015-02-171-14/+13
* r600g,radeonsi: don't append to streamout buffers that haven't been used yetMarek Olšák2015-02-042-1/+4
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-041-11/+0
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-021-1/+1
* r600g,radeonsi: Fix calculation of IR target cap string buffer sizeMichel Dänzer2015-01-271-2/+2
* radeonsi: Re-enable LLVM IR dumpsTom Stellard2015-01-201-1/+3
* radeon: Teach radeon_elf_read() how to parse reloc information v3Tom Stellard2015-01-203-5/+76
* radeon: Add a helper function for freeing members of radeon_shader_binaryTom Stellard2015-01-202-0/+11
* r600g: fix build failure when building the driver without LLVMMarek Olšák2015-01-121-0/+4
* radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák2015-01-071-0/+12
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-074-8/+14
* r600g,radeonsi: separate cache flush flagsMarek Olšák2015-01-071-22/+2
* r600g: move r6xx-specific streamout flush flagging into r600gMarek Olšák2015-01-071-6/+1
* radeonsi: use ordered compares for SSG and face selectionMarek Olšák2015-01-071-2/+2
* radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6Tom Stellard2015-01-063-14/+20
* radeonsi: Cache LLVMTargetMachine object in si_screenTom Stellard2015-01-062-24/+29