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
/
gallium
/
drivers
/
i915simple
/
i915_screen.c
Age
Commit message (
Expand
)
Author
2009-09-01
i915g: Switch from pipe_winsys to intel_winsys
Jakob Bornecrantz
2009-08-31
i915g: Move transfer functions into i915_texture.c
Jakob Bornecrantz
2009-08-31
i915g: Cleanup i915_screen.[c|h]
Jakob Bornecrantz
2009-08-31
i915g: Cleanup texture init functions a bit
Jakob Bornecrantz
2009-08-31
i915g: Rename screen field on screen to base
Jakob Bornecrantz
2009-08-08
i915g: Don't forget x/y coords in transfers
Jakob Bornecrantz
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-25
i915: Clean up i915_winsys.h a bit
Jakob Bornecrantz
2009-02-18
i915simple: Minimal fixup for introduction of struct pipe_transfer.
Michel Dänzer
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-01-31
gallium: initialize simple screen in drivers
Zack Rusin
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2008-09-04
i915: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-08
gallium: Add destroy callback to all *_winsys interfaces.
José Fonseca
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
2008-05-02
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-01
i915: avoid crashing on bad parameter
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-30
gallium: use the newer PIPE_FORMAT_x_UNORM format names
Brian Paul
2008-04-15
gallium: Don't assume snprintf are always available.
José Fonseca
2008-03-31
gallium: Eliminate p_winsys::printf
José Fonseca
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium/i915: hook up screen->get_param()
Brian
2008-02-27
gallium/i915: remove some redundant code
Brian
2008-02-27
gallium: update for new i915_screen.c file; fix some warnings.
José Fonseca
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian