summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawtex.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* mesa/st: Use _mesa_geometric_ functions appropriatelyEdward O'Callaghan2016-04-071-4/+5
* st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul2016-02-161-3/+3
* st/mesa: rename attr variable in st_DrawTex()Brian Paul2016-02-161-10/+10
* st/mesa: use 'cso' instead of 'st->cso_context' in st_DrawTex()Brian Paul2016-02-161-1/+1
* st/mesa: fix whitespace and add comment in st_DrawTex()Brian Paul2016-02-161-3/+3
* st/mesa: use new cso_save/restore_state() functionsBrian Paul2016-02-161-17/+9
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-131-1/+1
* st/mesa: move bitmap cache flushing out of state validationBrian Paul2016-01-061-0/+3
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-031-3/+4
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-161-0/+6
* st/mesa: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-1/+2
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák2014-11-161-1/+1
* gallium: Drop use of _ReallyEnabled.Eric Anholt2014-04-301-2/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* st/mesa: fix bitmap,drawpix,drawtex for PIPE_CAP_TGSI_TEXCOORDChristoph Bumiller2013-04-031-1/+3
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* st/mesa: do proper error checking for u_upload_alloc() callsBrian Paul2013-01-251-4/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+3
* mesa: remove FEATURE_OES_draw_texture define.Oliver McFadden2012-09-151-6/+0
* st/mesa: use u_upload_mgr to upload vertices for glDrawTexOESMarek Olšák2012-04-181-13/+13
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-151-0/+3
* state_tracker: remove written but never used variable.Mathias Fröhlich2011-11-111-2/+0
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-041-0/+3
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* st/mesa: fix GLES buildMarek Olšák2011-02-151-1/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-0/+2
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* st/mesa: Remove unnecessary header.Vinson Lee2010-05-131-1/+0
* st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu2010-05-121-7/+7
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-051-6/+0
* st/mesa: remove commented-out struct fieldBrian Paul2010-05-041-1/+0
* st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg2010-04-281-0/+312