summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_viewport.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-2/+1
* mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+3
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-4/+11
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-3/+3
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-0/+73
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-161-50/+0
* st/mesa: Remove unnecessary header from st_cb_viewport.c.Vinson Lee2010-01-211-1/+0
* st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-191-2/+2
* st/mesa: Remove unnecessary headers from st_cb_viewport.c.Vinson Lee2010-01-141-2/+0
* gallium: fix build breakage in st_cb_viewport.cBrian Paul2009-02-231-0/+2
* mesa: only call update_buffer when it's availableAlan Hourihane2009-02-231-1/+1
* gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane2009-02-231-0/+51