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