summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: when changing shaders, only dirty states that are affected by themMarek Olšák2016-08-121-1/+5
* st/mesa: don't update clip state on VS changes if it has no effectMarek Olšák2016-08-121-1/+1
* state_tracker: Initialize the draw context only when needed.Eric Anholt2016-08-041-1/+4
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-1/+1
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul2013-11-191-2/+4
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-2/+2
* mesa: remove FEATURE_feedback define.Oliver McFadden2012-09-151-4/+0
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu2010-05-121-0/+4
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-2/+1
* st/mesa: Remove unnecessary headers.Vinson Lee2010-02-031-1/+0
* st/mesa: Remove unnecessary headers from st_cb_feedback.c.Vinson Lee2010-01-151-3/+0
* mesa: fix remaining FEEDBACK_TOKEN macrosJoakim Sindholt2009-02-281-5/+5
* mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-2/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+0
* gallium: plug in dummy stage->destroy funcBrian Paul2008-05-081-0/+7
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* gallium: plug in a select_destroy() function (fixes segfault on exit)Brian Paul2008-04-171-0/+7
* Code reorganization: update build.José Fonseca2008-02-151-3/+3
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-20/+4
* gallium: silence warningsBrian2008-01-211-2/+2
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-5/+3
* remove #include vf.hBrian2007-10-171-1/+0
* Undo prev changes.Brian2007-10-151-23/+6
* setup vertex format for GL_FEEDBACK modeBrian2007-10-151-0/+14
* GL_SELECT mode works nowBrian2007-10-151-0/+7
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-2/+2
* remove #includes of tgsi_attribs.hBrian2007-09-201-1/+0
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-2/+8
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-181-2/+2
* selection/feedback supportBrian2007-09-171-0/+306