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_winsys_pipe.c
Age
Commit message (
Expand
)
Author
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-17
gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.
José Fonseca
2007-12-11
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-10
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-09
Adapt for winsys interface changes.
José Fonseca
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-07
Remove winsys->wait_idle(), subsumed by pipe->flush().
Brian
2007-11-07
Remove context dependencies in winsys layer.
Brian
2007-11-07
var renaming: s/sws/winsys/
Brian
2007-11-07
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
2007-11-06
Supply buffer usage hints to winsys.
José Fonseca
2007-11-05
s/intelDisplayBuffer/intelDisplaySurface
Brian
2007-11-05
#include clean-ups, fixes
Brian
2007-11-01
Start re-working SwapBuffers.
Brian
2007-10-26
surface_alloc() is now a winsys function.
Brian
2007-10-26
Actually move region_alloc() and region_release() to intel_winsys.
José Fonseca
2007-10-11
implement intel_user_buffer_create()
Brian
2007-09-14
intel_winsys: Fix intel_buffer_reference.
Michel Daenzer
2007-09-10
merge buffer_unreference(), buffer_reference()
Brian
2007-08-11
Rename intel_buffers.[ch] to intel_swapbuffers.[ch]
Keith Whitwell
2007-08-11
remove intel_ioctl.c
keithw
2007-08-10
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
add missing printf
keithw
2007-08-10
move dri_bo() to a header file
keithw
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell