summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture_desc.c
Commit message (Expand)AuthorAgeFilesLines
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-121-1/+2
* r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák2013-08-271-0/+4
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-071-0/+4
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-071-3/+6
* r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2013-01-211-0/+31
* r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2013-01-211-2/+6
* r300g: enable AA optimizations for the RGBA16F formatMarek Olšák2013-01-211-1/+3
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-151-0/+43
* r300g: fix MSAA resolve to an untiled textureMarek Olšák2013-01-141-1/+4
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-141-2/+3
* r300g: allow HiZ with a 16-bit zbufferMarek Olšák2013-01-141-1/+0
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-071-6/+6
* r300g: implement MSAAMarek Olšák2013-01-061-18/+19
* u_vbuf: remove u_vbuf_resourceMarek Olšák2012-04-241-51/+51
* r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák2012-01-011-6/+7
* r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák2011-10-201-9/+11
* r300g: remove useless variables in some structuresMarek Olšák2011-09-291-12/+6
* winsys/radeon: simplify how value queries workMarek Olšák2011-07-251-2/+2
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-15/+13
* r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy2011-03-111-3/+3
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-28/+1
* r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák2011-03-011-21/+68
* r300g: fix blitting NPOT compressed texturesMarek Olšák2011-02-161-8/+8
* r300g: add a way to change texture properties arbitrarilyMarek Olšák2011-02-101-19/+18
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-142/+141
* r300g: 8x8-compressed zbuffer can only be point-sampledMarek Olšák2011-01-281-1/+2
* r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák2011-01-281-0/+58
* r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák2011-01-271-1/+1
* r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-131-29/+17
* r300g: fix up cubemap texture offset computationMarek Olšák2010-12-021-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+3
* r300g: fix microtiling for 16-bits-per-channel formatsMarek Olšák2010-10-051-3/+3
* r300g: add support for 3D NPOT textures without mipmappingMarek Olšák2010-09-281-12/+23
* r300g: fix macrotiling on R350Marek Olšák2010-09-261-2/+2
* r300g: fix a copy-paste typo for loggingMarek Olšák2010-09-241-3/+3
* r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák2010-09-131-0/+3
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-2/+4
* r300g: fix microtiling on RS6xxMarek Olšák2010-08-011-4/+18
* r300g: make sure a texture is large enough for the CBZB clearMarek Olšák2010-07-251-52/+49
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-251-0/+4
* r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák2010-07-251-6/+14
* r300g: cleanup texture creation codeMarek Olšák2010-07-251-0/+456