summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-5/+11
* llvmpipe: support nested/overlapping queries for all query typesRoland Scheidegger2013-08-271-1/+1
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-2/+6
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+23
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-0/+14
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-071-2/+1
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-0/+2
* llvmpipe: fail gracefully on oom in scene creationKeith Whitwell2010-10-081-2/+4
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-3/+3
* llvmpipe: restore call to lp_setup_update_state()Brian Paul2010-06-291-0/+6
* llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr...José Fonseca2010-06-281-4/+0
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-2/+2
* llvmpipe: update driver's provoking vertex codeBrian Paul2010-05-051-91/+171
* llvmpipe: free vertex buffer memory in lp_setup_vbuf_destroy()Brian Paul2010-04-281-1/+6
* llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul2010-04-161-0/+4
* llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-131-12/+12
* llvmpipe: quads never provoke the first vertexMarek Olšák2010-03-091-93/+36
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-071-2/+0
* llvmpipe: rename some functionsKeith Whitwell2010-01-061-18/+18
* llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-061-0/+520