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_batchbuffer.c
Age
Commit message (
Expand
)
Author
2007-11-22
Remove fences from the i915simple winsys interface.
José Fonseca
2007-11-15
Include fences in the i915simple winsys interface.
José Fonseca
2007-11-08
check for fence==NULL in intel_batchbuffer_finish(), fixes glxinfo crash on exit
Brian
2007-11-07
replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in dr...
Brian
2007-11-06
code clean-up
Brian
2007-11-06
Remove use of Mesa/GL types/functions (s/GLuint/uint/ etc)
Brian
2007-11-05
remove unused var
Brian
2007-11-05
remove cliprect code
Brian
2007-08-11
Fix some build failures. Move intelScreenContext to intel_context.c
Keith Whitwell
2007-08-11
move batch ioctl to intel_batchbuffer.c
keithw
2007-08-10
Clean up / sanitize debugging
Keith Whitwell
2007-08-09
Supporting batchbuffer changes for 1st hwpipe triangles...
Keith Whitwell
2007-08-09
Hook up pipe flush functionality
Keith Whitwell
2007-08-08
Remove unused code, definitions.
Keith Whitwell
2007-08-08
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
Keith Whitwell