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
/
drivers
/
dri
/
intel_winsys
/
intel_context.h
Age
Commit message (
Expand
)
Author
2007-11-05
better use of intel_context() cast wrappers
Brian
2007-11-05
clean-up/re-org of intel_framebuffer code
Brian
2007-11-05
remove intel_context cliprect code
Brian
2007-11-05
remove mesa includes
Brian
2007-11-05
Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().
Brian
2007-11-05
remove INTEL_FIREVERTICES
Brian
2007-11-05
remove refcount, fboRect fields
Brian
2007-11-05
remove intel->pipe field
Brian
2007-11-05
replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() call
Brian
2007-11-05
remove extern decls for non-existant functions
Brian
2007-11-05
#include clean-ups, fixes
Brian
2007-11-01
Use new state tracker context/destroy funcs with wrap Mesa context.
Brian
2007-08-11
Fix some build failures. Move intelScreenContext to intel_context.c
Keith Whitwell
2007-08-10
Clean up / sanitize debugging
Keith Whitwell
2007-08-09
Remove references to fallbacks from this directory
Keith Whitwell
2007-08-08
Remove unused code, definitions.
Keith Whitwell
2007-08-08
Hook up i915simple. Doesn't compile.
Keith Whitwell
2007-08-08
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
Keith Whitwell