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
/
failover
Age
Commit message (
Expand
)
Author
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-07-29
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-05-29
fo: adapt to clear interface changes
Roland Scheidegger
2010-05-18
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-17
fo: adapt to interface changes
Roland Scheidegger
2010-04-23
gallium/failover: include u_memory.h for MALLOC, FREE
Brian Paul
2010-04-23
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-19
failover: Implement index bias.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-04
gallium: remove redundant includes
Keith Whitwell
2010-03-01
failover: adapt to new vertex element cso
Roland Scheidegger
2010-02-10
fo: adapt to stencil ref changes
Roland Scheidegger
2010-02-02
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-11
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2009-12-24
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-21
gallium: remove return value from draw calls
Keith Whitwell
2010-02-23
failover: Fix after sampler view changes.
Michal Krol
2010-02-19
gallium: WIP: Introduce sampler views.
Michal Krol
2009-12-01
fo: Implement separate vertex sampler state.
Michal Krol
2009-12-01
fo: Update for renamed sampler/texture state setters.
Michal Krol
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-20
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-27
failover: queiten compiler warnings
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-27
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
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-20
gallium: new pipe->texture_update() function
Brian
2008-02-19
Simplify makefile boilerplate code.
José Fonseca
2008-02-18
Update scons build for new code layout.
José Fonseca
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca