summaryrefslogtreecommitdiff
path: root/src/gallium/targets/haiku-softpipe
AgeCommit message (Expand)AuthorFilesLines
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2016-08-31Introduce .editorconfigEric Engestrom1-0/+2
2016-05-17scons: gallium: link against nir as neededEmil Velikov1-0/+1
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov1-0/+1
2015-05-15target/haiku-softpipe: Move api init into st codeAlexander von Gluck IV2-19/+10
2015-05-13gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV1-0/+2
2015-01-01gallium/state_tracker: Rewrite Haiku's state trackerAlexander von Gluck IV4-37/+52
2014-12-27gallium/target: Drop no longer needed Haiku viewport overrideAlexander von Gluck IV1-30/+1
2014-12-10gallium/target: Haiku softpipeAlexander von Gluck IV1-1/+1
2014-08-30st/hgl: Move st_visual create/destroy into hgl state_trackerAlexander von Gluck IV2-99/+5
2014-08-30st/hgl: Move st_manager create/destroy into hgl state_trackerAlexander von Gluck IV1-28/+4
2014-08-28targets/haiku-softpipe: explicitly prefix sw/hgl headerEmil Velikov2-2/+2
2014-08-28hgl: trivial bitsEmil Velikov1-1/+1
2014-08-28gallium/targets: Break haiku state_tracker out to own directoryAlexander von Gluck IV5-263/+10
2014-08-28gallium/targets: Haiku softpipe, perform better framebuffer validationAlexander von Gluck IV1-7/+13
2014-08-22gallium/targets: Haiku, Fix some improper type warningsAlexander von Gluck IV2-2/+2
2014-08-22gallium/targets: Clean up Haiku softpipe renderer visualAlexander von Gluck IV2-102/+98
2014-08-19gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV1-0/+1
2014-05-21haiku: Add missing u_memory.h for FREE()Alexander von Gluck IV2-0/+2
2014-03-24haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV1-3/+9
2014-01-06haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV1-0/+2
2014-01-06haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV1-0/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+2
2013-11-05target/haiku-softpipe: Fix viewport issuesAlexander von Gluck IV4-29/+138
2013-10-29haiku-softpipe: Minor cleanup and color space fixesAlexander von Gluck IV2-20/+13
2013-10-10haiku: Fix llvmpipe and clean up softpipe tracingAlexander von Gluck IV4-8/+6
2013-10-04haiku: Ensure correct libraries are referenced.Alexander von Gluck IV1-1/+0
2013-10-04haiku: Clean up code, use target-helpersAlexander von Gluck IV1-10/+6
2013-10-04haiku: Drop haiku-softpipe.c; fix extern CAlexander von Gluck IV4-103/+1
2013-10-04haiku: Correct Haiku softpipe libraryAlexander von Gluck IV1-1/+1
2013-10-04haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV8-4/+1249
2013-05-22Haiku: Add Gallium winsys and target codeAlexander von Gluck IV3-0/+122