summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/osmesa
Commit message (Expand)AuthorAgeFilesLines
* st/osmesa: remove double-write (overwriting)Eric Engestrom2016-06-021-1/+0
* Treewide: Remove Elements() macroJan Vesely2016-05-171-2/+2
* st/osmesa: add OSMesaCreateContextAttribs() functionBrian Paul2015-12-161-3/+93
* st/osmesa: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* osmesa: fix OSMesaPixelsStore typoBrian Paul2015-07-151-1/+1
* scons: add target osmesa using gallium state tracker.Olivier Pena2015-04-272-0/+28
* st/osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* st/osmesa: Fix osbuffer->textures indexingPark, Jeongmin2015-02-031-1/+1
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* osmesa: add support for postprocess filtersBrian Paul2013-11-181-0/+87
* st/osmesa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-2/+4
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst2013-08-201-2/+3
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-0/+1
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-0/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-0/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-0/+1
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-07-301-0/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul2013-04-091-7/+54
* st/osmesa: silence some optimized build warningsBrian Paul2013-03-141-2/+6
* st/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+41
* st/osmesa: new OSMesa gallium state trackerBrian Paul2013-03-121-0/+793