summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-063-122/+202
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* r300g: always put MSAA resources in VRAMMarek Olšák2013-02-011-3/+3
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-281-1/+1
* r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2013-01-212-7/+42
* r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2013-01-212-3/+6
* r300g: enable AA optimizations for the RGBA16F formatMarek Olšák2013-01-213-1/+11
* r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák2013-01-154-18/+17
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-1513-6/+211
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* r300g: set a dummy vertex buffer in context_createMarek Olšák2013-01-141-0/+1
* r300g: fix MSAA resolve to an untiled textureMarek Olšák2013-01-143-3/+10
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-142-12/+47
* r300g: allow separate depth and stencil clearMarek Olšák2013-01-141-1/+1
* r300g: if both Z and stencil are present, they must be fast-cleared togetherMarek Olšák2013-01-141-6/+11
* r300g: allow HiZ with a 16-bit zbufferMarek Olšák2013-01-141-1/+0
* r300g: random hyperz cleanupsMarek Olšák2013-01-142-3/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-5/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner2013-01-101-4/+13
* r300g: Build a libtool archiveTom Stellard2013-01-101-7/+11
* r300g: Use gallium automake include fileTom Stellard2013-01-101-5/+3
* r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák2013-01-103-11/+5
* r300g: optionally log MSAA resources to stderrMarek Olšák2013-01-093-0/+8
* r300g: fix the GPU name in the renderer stringMarek Olšák2013-01-091-0/+1
* r300g: fix CS checker errors caused by emit_dsa_stateMarek Olšák2013-01-091-1/+1
* r300g: fix assertion failure in emit_dsa_stateMarek Olšák2013-01-082-3/+5
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-075-64/+38
* r300g: implement MSAAMarek Olšák2013-01-0613-148/+456
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-063-79/+46
* r300g/compiler: add shader emulation for the alpha_to_one stateMarek Olšák2013-01-065-0/+41
* r300g: don't check for vertex and index buffer bind flagsMarek Olšák2013-01-042-4/+2
* r300g/swtcl: use memcpy to emit indicesMarek Olšák2013-01-041-10/+11
* r300g/swtcl: simplify vertex uploadingMarek Olšák2013-01-045-88/+42
* r300g/swtcl: fix crash when setting vertex buffersMarek Olšák2013-01-041-0/+3
* r300g: don't set PIPE_BIND flags for internal texturesMarek Olšák2013-01-042-21/+1
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-041-6/+8
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-041-1/+1
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-041-1/+3
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* r300g: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-124-12/+11
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-121-0/+1
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* r300g: increment num_z_clears only if we have Hyper-ZMarek Olšák2012-12-021-2/+1