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
/
include
/
pipe
/
p_context.h
Age
Commit message (
Expand
)
Author
2010-02-09
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-01-29
gallium: document pipe_context::get_query_result()
Brian Paul
2010-01-21
gallium: fix conditional rendering comment
Brian Paul
2010-01-21
gallium: updated comments, whitespace fixes
Brian Paul
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-14
Merge branch 'instanced-arrays'
Michal Krol
2010-01-12
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2010-01-11
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-05
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
2009-12-31
gallium: pipe_context::render_condition() and mode flags
Brian Paul
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-23
gallium: API cleanup, remove pointless pipe_constant_buffer
Roland Scheidegger
2009-12-23
gallium: Add interfaces needed for instanced drawing.
Michal Krol
2009-12-21
gallium: remove return value from draw calls
Keith Whitwell
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-01
gallium: Introduce separate vertex texture/sampler state.
Michal Krol
2009-10-17
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-08-18
gallium: improved comments, minor whitespace changes
Brian Paul
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-09
gallium: comments for surface_copy(), surface_fill() in p_context.h
Brian Paul
2009-04-04
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-02-05
gallium: move 'struct pipe_winsys'
Brian Paul
2009-01-08
gallium: Replace uint64 by standard uint64_t.
José Fonseca
2008-06-23
gallium: change surface_copy()'s do_flip to boolean
Brian Paul
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-04
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-27
gallium: updated/improved comments, minor re-formatting
Brian Paul
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-29
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...
Brian
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian
2008-02-25
Make the pipe headers C++ friendly.
José Fonseca
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: move files into their places.
José Fonseca