summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Questionable stuffdarwin-build-fixes-2Jon TURNEY2-2/+1
2014-05-12Fix build of appleglxJon TURNEY20-285/+74
2014-05-12Make DRI dependencies and what DRI code gets built depend on the targetJon TURNEY12-38/+75
2014-05-12Suppress type conversion warnings seen with llvm-gccJon TURNEY1-3/+3
2014-05-11Fix build for darwinJon TURNEY5-3/+48
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
2014-05-09clover: Destory pipe_screen when device does not support compute v2Tom Stellard1-1/+4
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-09i965/Gen8: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-09i965/Gen7: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-09i965/Gen8: Set up layer constraints properly for renderbuffersChris Forbes1-10/+5
2014-05-09i965/Gen7: Set up layer constraints properly for renderbuffersChris Forbes1-10/+7
2014-05-09i965: Fix typo in assert messageChris Forbes1-1/+1
2014-05-08radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson6-10/+10
2014-05-08llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition.Roland Scheidegger1-1/+3
2014-05-08draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-07i965: Fix depth (array slices) computation for 1D_ARRAY render targets.Kenneth Graunke2-0/+5
2014-05-07mesa: Fix MaxNumLayers for 1D array textures.Kenneth Graunke1-0/+2
2014-05-07i965: Enable GL_ARB_texture_view on Broadwell.Kenneth Graunke2-12/+21
2014-05-07mesa: pass target through to driver when choosing texture formatIlia Mirkin1-1/+1
2014-05-07nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-05-07nv50/ir: allow load propagation when flags are definedIlia Mirkin1-3/+4
2014-05-07mesa/st: pass 4-offset TG4 without lowering if supportedIlia Mirkin1-14/+41
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin14-6/+21
2014-05-07svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul1-8/+10
2014-05-07tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul1-2/+8
2014-05-07gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul1-2/+6
2014-05-07gallium: remove enum numbers from shader cap queriesBrian Paul1-32/+32
2014-05-07linker: Fix consumer_inputs_with_locations indexingIan Romanick2-10/+9
2014-05-07st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca1-0/+2
2014-05-07st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15