summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Use anonymous mmap() implementation of rtasm_exec_malloc() on darwin, alsoapplegl-vtable-3Jon TURNEY1-1/+1
2014-05-15Add applegl_drawable objectJon TURNEY3-43/+67
2014-05-15Use -Wl,-Bsymbolic, not -Bsymbolic, as beforeJon TURNEY1-1/+1
2014-05-15Wire up SwapBuffers via vtableJon TURNEY2-15/+37
2014-05-15Obvious cases for indirectJon TURNEY2-8/+3
2014-05-15Fix up a few files which didn't get categorized correctlyJon TURNEY1-2/+6
2014-05-15Remove wrapping whole files in #ifdef, unneeded since they are selected to be...Jon TURNEY11-44/+0
2014-05-15Enable indirectJon TURNEY6-19/+1
2014-05-15Nore vtable, use the destroyScreen screenrec fn on appleglJon TURNEY1-1/+1
2014-05-15Additional vtablingJon TURNEY3-7/+15
2014-05-15Enable swrast with apple-driJon TURNEY7-34/+35
2014-05-15Use display vtable for appleglJon TURNEY3-13/+38
2014-05-15Add Windows-DRIJon TURNEY3-1/+16
2014-05-15Fix applegl build for srcdir != builddirJon TURNEY1-0/+2
2014-05-14Fix 'make check' for when we are building only swrastdriJon TURNEY1-1/+5
2014-05-14Add error message when a direct renderer fails because no matching fbConfigs ...Jon TURNEY4-4/+12
2014-05-14Ignore pbuffer size attributesJon TURNEY1-0/+2
2014-05-14Ignore server performance caveats for swrastJon TURNEY2-0/+13
2014-05-14Always default to --enable-driglx-directJon TURNEY1-15/+1
2014-05-14Avoid lots of automake subdir-objects warningsJon TURNEY1-1/+1
2014-05-14Fix an apparent leak of dri3_display objectsJon TURNEY1-0/+7
2014-05-14megadriver: explicitly link against glapi, link with -no-undefinedJon TURNEY1-1/+7
2014-05-14targets/dri-swrast: explicitly link against glapi, use -no-undefinedJon TURNEY1-1/+7
2014-05-13Fix build in dri_platform=none, --enable-driglx-direct case (i.e. swrast only)darwin-build-fixes-3Jon TURNEY3-1/+4
2014-05-13applegl: Provide requirements of _SET_DrawBuffersJon TURNEY2-1/+7
2014-05-13applegl: Improve error reporting if CGLChoosePixelFormat() didn't find any ma...Jon TURNEY1-0/+5
2014-05-13darwin: Suppress type conversion warnings for GLhandleARBJon TURNEY1-3/+3
2014-05-13Fix build of appleglxJon TURNEY22-291/+78
2014-05-12Make DRI dependencies and build depend on the targetJon TURNEY12-38/+77
2014-05-12Fix build for darwinJon TURNEY5-3/+47
2014-05-10radeonsi: prepare depth export registers at compile timeMarek Olšák3-14/+14
2014-05-10radeonsi: simplify depth/stencil export codeMarek Olšák1-11/+5
2014-05-10radeon/llvm: add support for non-scalar system valuesMarek Olšák1-0/+6
2014-05-10radeonsi: add and use a helper function for loading constantsMarek Olšák1-19/+19
2014-05-10radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák1-5/+5
2014-05-10radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák1-12/+1
2014-05-10radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2-5/+10
2014-05-10r600g: simplify framebuffer state size computationMarek Olšák1-26/+4
2014-05-09Revert "i965: Fix depth (array slices) computation for 1D_ARRAY render targets."Kenneth Graunke2-5/+0
2014-05-10egl_dri2: cleanup memory leak in dri2_create_context()Emil Velikov1-2/+3
2014-05-10ilo: destroy the mutex, if winsys creation failsEmil Velikov1-0/+1
2014-05-10glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414Emil Velikov1-3/+3
2014-05-10configure: error out if building GBM without driEmil Velikov1-0/+7
2014-05-09mesa: propagate FragDepthLayout to gl_programChia-I Wu1-0/+5
2014-05-10glsl: Rename linker's is_varying_varChris Forbes1-3/+3
2014-05-09i965: Fix GPU hangs on Broadwell in shaders with some control flow.Kenneth Graunke1-7/+7
2014-05-09radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard4-9/+13
2014-05-09configure.ac: Add LLVM_VERSION_PATCH to DEFINESTom Stellard1-1/+7
2014-05-09docs: Import 10.1.3 release notes, andd news item.Carl Worth2-0/+10
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1