aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/osmesa
Commit message (Expand)AuthorAgeFilesLines
* scons: prune unused Makefile.sourcesEric Engestrom2020-03-311-2/+0
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-24/+0
* gallium/osmesa: Fix MakeCurrent of non-8888 contexts.Eric Anholt2020-02-041-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-3/+3
* gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian functionDylan Baker2019-11-051-20/+15
* meson: fix gallium-osmesa to build for windowsDylan Baker2019-10-101-1/+10
* meson: remove -DGALLIUM_SOFTPIPE from st/osmesaDylan Baker2019-10-011-1/+0
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-09-201-0/+5
* gallium/osmesa: Move 565 format selection checks where the rest are.Eric Anholt2019-09-041-4/+2
* gallium/osmesa: Fix a race in creating the stmgr.Eric Anholt2019-09-041-9/+17
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-221-4/+4
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-3/+1
* Delete autotoolsDylan Baker2019-04-151-42/+0
* scons: Remove gles option.Jose Fonseca2018-10-191-3/+1
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-1/+0
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-132-3/+2
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-1/+2
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-2/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: build gallium based osmesaDylan Baker2017-10-271-0/+28
* st/osmesa: include u_inlines.h for pipe_resource_referenceMichel Dänzer2017-10-181-0/+1
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-0/+1
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-1/+0
* st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak2017-08-031-0/+11
* 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