summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: port si_conv_prim_to_gs_out from radeonsiDave Airlie2015-08-291-15/+16
* r600g: use PRIi64 for some compute debug printfsDave Airlie2015-08-291-4/+4
* r600g/sb: Don't crash on empty if jump targetGlenn Kennard2015-08-281-1/+4
* r600g/sb: Don't read junk after EOPGlenn Kennard2015-08-283-1/+6
* r600g/sb: Handle undef in read port trackerGlenn Kennard2015-08-281-1/+1
* r600g,radeonsi: remove unused ill-formed register field definitionsMarek Olšák2015-08-261-1/+0
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+3
* r600g: Fix assert in tgsi_cmpGlenn Kennard2015-08-231-2/+2
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-211-1/+2
* r600g: Fix handling of TGSI_OPCODE_ARR with SBGlenn Kennard2015-08-211-1/+1
* r600: Turn 'r600_shader_key' struct into unionEdward O'Callaghan2015-08-214-38/+42
* r600: Rewrite r600_shader_selector_key() to use a switch stmtEdward O'Callaghan2015-08-211-7/+17
* 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
* r600,compute: setup compute sampler states and viewsZoltan Gilian2015-08-145-40/+54
* r600g: allow setting geometry shader sampler statesMarek Olšák2015-08-131-5/+0
* r600g: fix polygon offset scaleMarek Olšák2015-08-132-2/+2
* r600g: use a bitfield to track dirty atomsGrazvydas Ignotas2015-08-113-10/+55
* r600g: don't mark unused atom dirtyGrazvydas Ignotas2015-08-111-1/+3
* r600g: use a helper to add an initialized atomGrazvydas Ignotas2015-08-114-8/+16
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-118-106/+123
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+1
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-062-3/+3
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-061-1/+2
* 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