summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)Author
2010-02-14r300g: add macrotiling support to texture setupMarek Olšák
2010-02-14r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák
2010-02-14r300g: Use util_format_name().José Fonseca
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-01-24r300g,radeong: set tiling flags in libdrmMarek Olšák
2010-01-18r300g: do not align compressed textures to a tile sizeMarek Olšák
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-12r300g: update the texture initialization so that it respects tilingMarek Olšák
2010-01-12r300g: Always emit scissors.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-20r300g: add texture lod clampingMarek Olšák
2009-10-31r300g: correct the pitch calculation for smaller mipmapsMarek Olšák
2009-10-31r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák
2009-10-28r300g: Fix XXX.Corbin Simpson
2009-10-26r300g: add cubemap supportMarek Olšák
2009-10-25r300g: fix redefining mipmaps and fetching from themMarek Olšák
2009-10-25r300g: added support for 3D texturesMarek Olšák
2009-10-21r300g: Update comments, asserts, indents in r300_texture.Corbin Simpson
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan
2009-09-26r300g: add tx depth support in register.Dave Airlie
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie
2009-09-21r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-04r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer
2009-07-26r300g: Fix two trivial texture size issues.Corbin Simpson
2009-07-26r300g: Add some debugging, correct little bits of math in texture setup.Corbin Simpson
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson
2009-06-26r300g: Use real texture formats.Corbin Simpson
2009-05-08r300-gallium: Fix bad cast. Space accounting completely works now.Corbin Simpson
2009-05-08r300-gallium, radeon: A couple cleanups.Corbin Simpson
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-15r300-gallium: Actually set stride when creating textures.Corbin Simpson
2009-03-10r300-gallium: First stab at texture support.Corbin Simpson
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson
2009-02-28r300-gallium: Fix C99 error.Corbin Simpson
2009-02-18r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt
2009-02-12r300-gallium: Fix typo in texture buffer size request.Corbin Simpson
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson
2009-02-05r300: working trivial/clear for r5xxJoakim Sindholt