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
/
mesa
/
pipe
/
i915simple
/
i915_surface.c
Age
Commit message (
Expand
)
Author
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2007-12-15
rename some 'mesa' functions
Brian
2007-12-15
Use tile functions in new p_tile.[ch]
Brian
2007-12-12
Remove get/put_tile_rgba() functions.
Brian
2007-12-12
Move float/rgba tile get/put functions into new file.
Brian
2007-12-12
remove old assertion
Brian
2007-12-11
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-10
implement i915_put_tile_rgba() - temporary code though
Brian
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-22
Make it compile under Win32.
Michal
2007-10-29
Make it compile under linux.
Michal Krol
2007-10-26
surface_alloc() is now a winsys function.
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-08-13
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-13
fill in the get_tile() function so ReadPixels can work
Brian
2007-08-11
notes/asserts for get/put_tile()
Brian
2007-08-08
define i915_surface struct
Brian
2007-08-08
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell