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
/
state_tracker
/
st_cb_rasterpos.c
Age
Commit message (
Expand
)
Author
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-05-27
st/mesa: init Format field of vertex arrays for feedback mode
Brian Paul
2009-05-22
mesa: use Elements() for loop limit
Brian Paul
2009-02-12
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-01-02
gallium: fix texcoord loop for rasterpos attributes
Brian Paul
2008-11-24
gallium: fix inverted raster pos when drawing into FBO
Brian Paul
2008-07-15
st: Silence compiler warnings on Windows.
Michal Krol
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-02-28
gallium: in GL_SELECT mode, update hitflag in rasterpos
Brian Paul
2008-02-26
gallium: fix off by one rasterpos bug
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-01-25
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
gallium: added rastpos_destroy()
Brian
2008-01-24
gallium: added rastpos_destroy()
Brian
2008-01-21
gallium: silence warnings
Brian
2007-12-11
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-11-16
Reimplement glRasterPos using the private 'draw' module.
Brian
2007-11-06
Supply buffer usage hints to winsys.
José Fonseca
2007-10-18
handle fogcoord/raster distance
Brian
2007-10-17
remove #include vf.h
Brian
2007-10-17
generate selection hit if in selection mode and pos is not clipped
Brian
2007-10-01
don't crash in RasterPos if feedback not implemented yet
Brian
2007-09-25
Translate mesa vertex/fragment programs to TGSI programs at same time to do p...
Brian
2007-09-21
Fix up some point size breakage. Start on fogcoord too.
Brian
2007-09-20
remove #includes of tgsi_attribs.h
Brian
2007-09-20
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-19
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-18
Convert shader to an immutable state object.
Zack Rusin
2007-09-10
merge buffer_unreference(), buffer_reference()
Brian
2007-09-10
glRasterPos function
Brian