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_winsys.h
Age
Commit message (
Expand
)
Author
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2007-11-22
Remove fences from the i915simple winsys interface.
José Fonseca
2007-11-17
Proper fence reference counting.
José Fonseca
2007-11-15
Include fences in the i915simple winsys interface.
José Fonseca
2007-11-07
Remove winsys->wait_idle(), subsumed by pipe->flush().
Brian
2007-11-06
Allow custom pipe driver buffer usage flags.
José Fonseca
2007-11-03
Detail i915 winsys interface comments.
José Fonseca
2007-10-31
Hold the vertex buffer handle.
José Fonseca
2007-08-22
remove unneeded includes
Brian
2007-08-13
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
Handle glFlush/glFinish through the state tracker.
Keith Whitwell
2007-08-10
Pass pci_id to i915_create()
Keith Whitwell
2007-08-10
Add a printf method to winsys and use for all debugging.
Keith Whitwell
2007-08-08
Hook up i915simple. Doesn't compile.
Keith Whitwell
2007-08-08
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell