summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g/sb: fix a bug in constants folding optimisation passXavier Bouchoux2015-02-061-0/+2
* r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux2015-02-063-7/+63
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+2
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+1
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-021-1/+1
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-286-1/+51
* r600g: move selecting the pixel shader earlier.Dave Airlie2015-01-281-3/+4
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-1/+2
* r600g,radeonsi: separate cache flush flagsMarek Olšák2015-01-071-0/+15
* r600g: move r6xx-specific streamout flush flagging into r600gMarek Olšák2015-01-071-3/+6
* radeonsi: Cache LLVMTargetMachine object in si_screenTom Stellard2015-01-061-1/+1
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+1
* r600g/sb: implement r600 gpr index workaround. (v3.1)Dave Airlie2014-12-164-9/+57
* r600g/sb: fix issues with loops created for switchVadim Girlin2014-12-165-4/+16
* Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"Dave Airlie2014-12-161-38/+12