summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-1/+0
* r300-gallium: Actually set stride when creating textures.Corbin Simpson2009-03-151-0/+4
* r300-gallium: First stab at texture support.Corbin Simpson2009-03-101-2/+32
* gallium: Unify reference counting.Michel Dänzer2009-03-041-34/+14
* r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson2009-03-031-0/+18
* r300-gallium: Fix C99 error.Corbin Simpson2009-02-281-1/+2
* r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt2009-02-181-7/+1
* r300-gallium: Fix typo in texture buffer size request.Corbin Simpson2009-02-121-1/+1
* r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson2009-02-081-0/+2
* r300: Update to match pipe_surface changes.Corbin Simpson2009-02-081-4/+0
* r300: working trivial/clear for r5xxJoakim Sindholt2009-02-051-4/+4
* r300, amd: Oops, a couple more API changes.Corbin Simpson2009-02-021-1/+1
* r300: Clean up after rebase.Corbin Simpson2009-02-011-4/+4
* Rebased to gallium-0.2, Jan 24 2009.Corbin Simpson2009-02-011-1/+0
* r300: Finish basic state setup.Corbin Simpson2009-02-011-0/+31
* r300: Add more pipe_texture stuff.Corbin Simpson2009-02-011-0/+54
* r300: Add initial pipe_texture handling.Corbin Simpson2009-02-011-0/+76
* r300: Add texture stubs.Corbin Simpson2009-02-011-0/+35