summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g: re-enable single-sample fast clearMarek Olšák2015-08-031-6/+1
* r600g: fix the CB_SHADER_MASK setupMarek Olšák2015-08-032-4/+5
* r600g: fix the single-sample fast clear setupMarek Olšák2015-08-031-2/+6
* r600g: early exit in r600_clear if there's nothing to doMarek Olšák2015-07-311-0/+2
* radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák2015-07-311-1/+1
* radeonsi: store shader disassemblies in memory for future usersMarek Olšák2015-07-311-1/+1
* gallium/radeon: move r600-specific code to r600gMarek Olšák2015-07-311-2/+150
* gallium/radeon: remove unused variables and old commentsMarek Olšák2015-07-312-2/+0
* gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák2015-07-311-17/+17
* gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák2015-07-311-1/+1
* radeon: add support for streams to the common streamout code. (v2)Dave Airlie2015-07-293-0/+10
* r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2015-07-291-1/+1
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-231-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-30/+30
* r600/sb: Fix an &/&& mistakeAdam Jackson2015-07-211-1/+1
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* r600g: move sampler/ubo index registers before temp regDave Airlie2015-07-111-7/+6
* r600g: fix sampler/ubo indexing on caymanDave Airlie2015-07-112-6/+18
* r600g: disable single-sample fast color clear due to hangsMarek Olšák2015-07-031-1/+6
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-031-1/+3
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* r600g: ignore sampler views for now.Dave Airlie2015-06-221-0/+1
* r600g: handle TGSI input/output array declarations correctlyMarek Olšák2015-06-142-87/+89
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-091-0/+4
* r600g: fix a coverity defect in streamout codeMarek Olšák2015-06-051-1/+1
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* r600: use pipe->hw prim convert from radeonsiDave Airlie2015-05-111-15/+16
* util: Move gallium's linked list to utilJason Ekstrand2015-05-084-4/+4
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-292-4/+4
* Fix a few typosZoë Blade2015-04-275-6/+6
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-2/+1
* r600g/sb: Skip empty ALU clause while schedulingGlenn Kennard2015-04-161-0/+3
* r600g/sb: Enable SB for geometry shadersGlenn Kennard2015-04-0811-16/+55
* r600g/sb: Update last_cf for loopsGlenn Kennard2015-04-081-0/+8
* r600g: fix op3 abs issueDave Airlie2015-04-071-17/+34
* r600g: constify r600_shader_tgsi_instruction lists.Emil Velikov2015-03-171-5/+5
* r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}Emil Velikov2015-03-171-591/+589
* r600g: use the tgsi opcode from parse.FullToken.FullInstructionEmil Velikov2015-03-171-5/+8
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-161-1/+1
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-162-3/+4
* r600g: Use R600_MAX_VIEWPORTS instead of 16Alexandre Demers2015-03-095-12/+14
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-055-6/+24
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-243-16/+16
* r600g: Implement GL_ARB_draw_indirect for EG/CMGlenn Kennard2015-02-2410-35/+129
* r600: Fix build after 984f3069370cd4a347cb38269d430b428385affdEric Anholt2015-02-241-1/+1
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+1
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+2
* r600g/sb: treat undefined values like constantsDave Airlie2015-02-181-2/+2
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+3