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
/
state_trackers
/
vega
/
renderer.c
Age
Commit message (
Expand
)
Author
2011-03-11
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-02-15
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-14
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-01-30
st/vega: Disable blending when the paint is opaque.
Chia-I Wu
2010-12-22
st/vega: Remove unnecessary headers.
Vinson Lee
2010-12-04
st/vega: Fix pipe blend state for various blend modes.
Chia-I Wu
2010-12-03
st/vega: Move vertex transformation to shader.
Chia-I Wu
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-01
vega: Remove extraneous ;
José Fonseca
2010-12-01
st/vega: Avoid unnecessary constant bufer upload.
Chia-I Wu
2010-12-01
st/vega: Initialize pipe states with renderer.
Chia-I Wu
2010-12-01
st/vega: Revive mask layer support.
Chia-I Wu
2010-12-01
st/vega: Get rid of renderer_copy_texture.
Chia-I Wu
2010-12-01
st/vega: Clean up renderer fields and functions.
Chia-I Wu
2010-12-01
st/vega: Clean up vg_context fields and functions.
Chia-I Wu
2010-12-01
st/vega: Make shader_bind call into the renderer.
Chia-I Wu
2010-12-01
st/vega: Move g3d states to renderer.
Chia-I Wu
2010-12-01
st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.
Chia-I Wu
2010-12-01
st/vega: Add FILTER renderer state for image filtering.
Chia-I Wu
2010-12-01
st/vega: Add CLEAR renderer state for vgClear.
Chia-I Wu
2010-12-01
st/vega: Add SCISSOR renderer state.
Chia-I Wu
2010-12-01
st/vega: Add DRAWTEX renderer state.
Chia-I Wu
2010-12-01
st/vega: Overhaul renderer with renderer states.
Chia-I Wu
2010-11-02
st/vega: Remove unnecessary headers.
Vinson Lee
2010-06-30
st/vega: s/free/FREE for matching MALLOC/CALLOC
nobled
2010-06-03
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-05-17
st/vega: adapt to interface changes
Roland Scheidegger
2010-05-03
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-19
st/vega: fix up vega state tracker to use cso changes
Roland Scheidegger
2010-03-01
vega: adapt to new vertex element cso
Roland Scheidegger
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-25
vega: adapt to blend changes
Roland Scheidegger
2009-12-21
vega: Add missing actual argument.
Michal Krol
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
2009-11-26
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-10-17
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-05-01
OpenVG 1.0 State Tracker
Zack Rusin