index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_texture.c
Age
Commit message (
Expand
)
Author
2009-08-07
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-04
r300g: Slightly saner initialization of some texture / transfer fields.
Michel Dänzer
2009-07-26
r300g: Fix two trivial texture size issues.
Corbin Simpson
2009-07-26
r300g: Add some debugging, correct little bits of math in texture setup.
Corbin Simpson
2009-07-13
r300g: Use align() instead of inline maths.
Corbin Simpson
2009-07-08
r300-gallium: Mipmap setup.
Corbin Simpson
2009-06-26
r300g: Use real texture formats.
Corbin Simpson
2009-05-08
r300-gallium: Fix bad cast. Space accounting completely works now.
Corbin Simpson
2009-05-08
r300-gallium, radeon: A couple cleanups.
Corbin Simpson
2009-03-26
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-15
r300-gallium: Actually set stride when creating textures.
Corbin Simpson
2009-03-10
r300-gallium: First stab at texture support.
Corbin Simpson
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-03-03
r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.
Corbin Simpson
2009-02-28
r300-gallium: Fix C99 error.
Corbin Simpson
2009-02-18
r300-gallium: implement simple pipe_transfer Basically make the driver compil...
Joakim Sindholt
2009-02-12
r300-gallium: Fix typo in texture buffer size request.
Corbin Simpson
2009-02-08
r300: Accidentally removed a pipe_buffer_reference that should be there.
Corbin Simpson
2009-02-08
r300: Update to match pipe_surface changes.
Corbin Simpson
2009-02-05
r300: working trivial/clear for r5xx
Joakim Sindholt
2009-02-02
r300, amd: Oops, a couple more API changes.
Corbin Simpson
2009-02-01
r300: Clean up after rebase.
Corbin Simpson
2009-02-01
Rebased to gallium-0.2, Jan 24 2009.
Corbin Simpson
2009-02-01
r300: Finish basic state setup.
Corbin Simpson
2009-02-01
r300: Add more pipe_texture stuff.
Corbin Simpson
2009-02-01
r300: Add initial pipe_texture handling.
Corbin Simpson
2009-02-01
r300: Add texture stubs.
Corbin Simpson