summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_viewport.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-28st/mesa: remove redundant stfb->iface checksNicolai Hähnle1-2/+2
2017-03-27st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul1-14/+1
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-2/+1
2012-07-26mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry1-1/+3
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-4/+11
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-3/+3
2010-05-26st/mesa: Remove unnecessary headers.Vinson Lee1-2/+0
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz1-0/+73
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez1-50/+0
2010-01-21st/mesa: Remove unnecessary header from st_cb_viewport.c.Vinson Lee1-1/+0
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs1-2/+2
2010-01-14st/mesa: Remove unnecessary headers from st_cb_viewport.c.Vinson Lee1-2/+0
2009-02-23gallium: fix build breakage in st_cb_viewport.cBrian Paul1-0/+2
2009-02-23mesa: only call update_buffer when it's availableAlan Hourihane1-1/+1
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane1-0/+51