summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21r300g: Update comments, asserts, indents in r300_texture.Corbin Simpson1-13/+6
2009-10-21r300g: Cleanup header includes.Corbin Simpson1-0/+6
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan1-0/+52
2009-09-26r300g: add tx depth support in register.Dave Airlie1-0/+7
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie1-15/+12
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie1-1/+1
2009-09-21r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle1-2/+2
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle1-14/+25
2009-08-07gallium: Move minify() to u_math.Corbin Simpson1-7/+0
2009-08-04r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer1-4/+2
2009-07-26r300g: Fix two trivial texture size issues.Corbin Simpson1-2/+2
2009-07-26r300g: Add some debugging, correct little bits of math in texture setup.Corbin Simpson1-3/+12
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson1-4/+7
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson1-10/+18
2009-06-26r300g: Use real texture formats.Corbin Simpson1-1/+1
2009-05-08r300-gallium: Fix bad cast. Space accounting completely works now.Corbin Simpson1-3/+0
2009-05-08r300-gallium, radeon: A couple cleanups.Corbin Simpson1-0/+1
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-1/+0
2009-03-15r300-gallium: Actually set stride when creating textures.Corbin Simpson1-0/+4
2009-03-10r300-gallium: First stab at texture support.Corbin Simpson1-2/+32
2009-03-04gallium: Unify reference counting.Michel Dänzer1-34/+14
2009-03-03r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson1-0/+18
2009-02-28r300-gallium: Fix C99 error.Corbin Simpson1-1/+2
2009-02-18r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt1-7/+1
2009-02-12r300-gallium: Fix typo in texture buffer size request.Corbin Simpson1-1/+1
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson1-0/+2
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson1-4/+0
2009-02-05r300: working trivial/clear for r5xxJoakim Sindholt1-4/+4
2009-02-02r300, amd: Oops, a couple more API changes.Corbin Simpson1-1/+1
2009-02-01r300: Clean up after rebase.Corbin Simpson1-4/+4
2009-02-01Rebased to gallium-0.2, Jan 24 2009.Corbin Simpson1-1/+0
2009-02-01r300: Finish basic state setup.Corbin Simpson1-0/+31
2009-02-01r300: Add more pipe_texture stuff.Corbin Simpson1-0/+54
2009-02-01r300: Add initial pipe_texture handling.Corbin Simpson1-0/+76
2009-02-01r300: Add texture stubs.Corbin Simpson1-0/+35