summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-0/+1
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-2/+5
2012-01-01r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák1-4/+8
2011-10-20r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák1-3/+3
2011-10-08r300g: remove unused r300_resource::tex_offsetMarek Olšák1-1/+0
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák1-4/+0
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák1-0/+4
2011-02-10r300g: add a way to change texture properties arbitrarilyMarek Olšák1-2/+3
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák1-2/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-7/+5
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák1-2/+4
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák1-0/+6
2010-08-27r300g: Include missing header in r300_texture.h.Vinson Lee1-0/+1
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák1-1/+2
2010-07-25r300g: cleanup texture creation codeMarek Olšák1-6/+0
2010-06-20r300g: cleanup includesMarek Olšák1-1/+4
2010-06-02r300g: make texture transfers more pipelinedMarek Olšák1-0/+1
2010-05-08r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák1-0/+3
2010-04-29r300g: compose swizzles from texture formats and sampler viewsMarek Olšák1-1/+1
2010-04-18r300g: remove use of c++ keywordsMarek Olšák1-1/+1
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák1-2/+5
2010-04-10Squashed commit of the following:Keith Whitwell1-22/+20
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie1-2/+2
2010-03-04r300g: remove dead r300_get_texture_buffer functionKeith Whitwell1-4/+2
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie1-2/+2
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie1-2/+2
2010-02-21r300g: precompute framebuffer register valuesMarek Olšák1-0/+4
2010-02-21r300g: make r300_translate_texformat privateMarek Olšák1-234/+1
2010-02-21r300g: re-enable SRGB formatsMarek Olšák1-1/+2
2010-02-18r300g: add support for all missing non-FP sampler formatsMarek Olšák1-73/+220
2010-02-14r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák1-0/+4
2010-02-14r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORMMarek Olšák1-0/+8
2010-02-14r300g: Use util_format_name().José Fonseca1-1/+2
2010-02-06r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák1-0/+6
2010-02-02r300g: Texture format cleanups, per docs.Corbin Simpson1-3/+10
2010-01-26r300g: Add A8_UNORM texture format.Corbin Simpson1-0/+1
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák1-2/+4
2009-10-28r300g: Keep texture formats organized.Corbin Simpson1-6/+5
2009-10-28r300g: add some texture formatsMaciej Cencora1-0/+7
2009-10-25r300g: added support for 3D texturesMarek Olšák1-0/+3
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson1-0/+1
2009-10-21r300g: Cleanup header includes.Corbin Simpson1-3/+0
2009-10-12r300g: Clean up texture formats.Corbin Simpson1-5/+8
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan1-1/+13
2009-10-04r300g: xRGB and RGBx formats.Corbin Simpson1-0/+4
2009-09-26r300g: add z16 unorm texture formatDave Airlie1-0/+2
2009-09-25r300g: add texture format for xvmcCooper Yuan1-0/+3
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle1-0/+4
2009-06-27r300g: YCbCr and sRGB textures.Corbin Simpson1-0/+10
2009-06-27r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson1-0/+4