summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Rename pipe formats.José Fonseca2010-03-021-41/+41
* r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-2/+0
* r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-2/+2
* r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-011-2/+0
* r300g: atomize texture and sampler statesMarek Olšák2010-02-281-1/+1
* r300: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-12/+2
* r300g: fix texture swizzling for the SRGB formatsMarek Olšák2010-02-241-4/+20
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-22/+19
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-19/+22
* r300g: precompute framebuffer register valuesMarek Olšák2010-02-211-0/+231
* r300g: make r300_translate_texformat privateMarek Olšák2010-02-211-0/+244
* r300g: add macrotiling support to texture setupMarek Olšák2010-02-141-8/+40
* r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák2010-02-141-0/+14
* r300g: Use util_format_name().José Fonseca2010-02-141-1/+1
* r300g: Correct colorbuffer measurements.Corbin Simpson2010-02-091-1/+0
* r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-241-0/+7
* r300g: do not align compressed textures to a tile sizeMarek Olšák2010-01-181-6/+14
* r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-171-15/+22
* r300g: update the texture initialization so that it respects tilingMarek Olšák2010-01-121-6/+50
* r300g: Always emit scissors.Corbin Simpson2010-01-121-2/+4
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+4
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-7/+5
|\
| * gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-7/+5
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/
* Merge branch 'width0'Roland Scheidegger2009-11-271-27/+21
|\
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-27/+21
* | r300g: add texture lod clampingMarek Olšák2009-11-201-2/+1
|/
* r300g: correct the pitch calculation for smaller mipmapsMarek Olšák2009-10-311-6/+1
* r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák2009-10-311-10/+25
* r300g: Fix XXX.Corbin Simpson2009-10-281-1/+0
* r300g: add cubemap supportMarek Olšák2009-10-261-19/+36
* r300g: fix redefining mipmaps and fetching from themMarek Olšák2009-10-251-2/+7
* r300g: added support for 3D texturesMarek Olšák2009-10-251-11/+28
* r300g: Update comments, asserts, indents in r300_texture.Corbin Simpson2009-10-211-13/+6
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-0/+6
* r300g: add video surface create and destroy functionsCooper Yuan2009-10-101-0/+52
* r300g: add tx depth support in register.Dave Airlie2009-09-261-0/+7
* r300g: only pass complete texture state to hw setup functionDave Airlie2009-09-261-15/+12
* r300g: fix texture pitch to correct value.Dave Airlie2009-09-261-1/+1
* r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle2009-09-211-2/+2
* r300g: There is no such thing as "texture stride"Nicolai Hähnle2009-09-121-14/+25
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-7/+0
* r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer2009-08-041-4/+2
* r300g: Fix two trivial texture size issues.Corbin Simpson2009-07-261-2/+2
* r300g: Add some debugging, correct little bits of math in texture setup.Corbin Simpson2009-07-261-3/+12
* r300g: Use align() instead of inline maths.Corbin Simpson2009-07-131-4/+7
* r300-gallium: Mipmap setup.Corbin Simpson2009-07-081-10/+18
* r300g: Use real texture formats.Corbin Simpson2009-06-261-1/+1
* r300-gallium: Fix bad cast. Space accounting completely works now.Corbin Simpson2009-05-081-3/+0
* r300-gallium, radeon: A couple cleanups.Corbin Simpson2009-05-081-0/+1