summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-22mesa/teximage: use correct extension for accept stencil texture.arb_texture_stencil8Dave Airlie1-1/+1
2015-04-22docs: mark off texture_stencil8 (v2.1)Dave Airlie2-1/+2
2015-04-22st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie4-16/+22
2015-04-22mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie4-5/+58
2015-04-21nir: Fix per-component negation in prog_to_nir's SWZ handling.Kenneth Graunke1-7/+18
2015-04-21glsl: correct indentation of comment, Trivial.Tapani Pälli1-1/+1
2015-04-21i965/fs: Combine pixel center calculation into one inst.Matt Turner3-20/+63
2015-04-21i965/fs: Calculate delta_x and delta_y together.Matt Turner7-74/+79
2015-04-21i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.Matt Turner5-51/+8
2015-04-21i965/fs: Manually set source regioning on PLN instructions.Matt Turner1-1/+13
2015-04-21i965/fs: Add LINTERP's src0 to fs_inst::regs_read().Matt Turner1-11/+2
2015-04-21i965/fs: Set compression only if writing two registers.Matt Turner1-1/+4
2015-04-21i965/fs: Allow an execution size of 32.Matt Turner2-1/+2
2015-04-21i965: Make type_sz() return unsigned.Matt Turner1-1/+1
2015-04-21i965: Replace guess_execution_size with something simpler.Matt Turner4-27/+35
2015-04-21i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.Matt Turner2-3/+3
2015-04-21main: remove __FUNCTION__ defined because it is obsoleteMarius Predut1-5/+0
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut32-116/+116
2015-04-21mesa: add missing break in switch statementTapani Pälli1-1/+1
2015-04-21glsl: add fallthrough comment on switchTapani Pälli1-1/+2
2015-04-21mesa: fix UBO queries for active uniformsTapani Pälli1-1/+11
2015-04-20i965/skl: Fix the qpitch valueNeil Roberts2-13/+59
2015-04-20i965/skl: Don't use ALL_SLICES_AT_EACH_LODNeil Roberts1-10/+20
2015-04-20clover: remove pre llvm 3.5.0 compatibility codeEdB1-21/+2
2015-04-20clover: make llvm >= 3.5.0 and c++11 mandatoryEdB1-21/+11
2015-04-20docs/GL3.txt: update ARB_shader_subroutine statusDave Airlie1-1/+1
2015-04-20gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2-2/+2
2015-04-20doc: Add GL_ARB_shader_image_size dependency for OpenGL ES 3.1Ian Romanick1-0/+1
2015-04-18indices: fix provoking vertex for quads/quadstripsIlia Mirkin1-3/+10
2015-04-18primconvert: select pv convention only from flatshade_firstIlia Mirkin1-2/+1
2015-04-18freedreno/a3xx: enable polymode setting with non-fill modesIlia Mirkin1-0/+4
2015-04-18freedreno/a3xx: fix integer and 32-bit float border colorsIlia Mirkin1-1/+30
2015-04-18freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin1-4/+6
2015-04-17mesa: add .mesa-install-links files to gitignoreConnor Abbott1-0/+1
2015-04-17mesa/main: add autogenerated format-info.c to gitignoreConnor Abbott1-0/+1
2015-04-17i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke1-5/+11
2015-04-17i965: Make shader_time store names/ids instead of referencing shaders.Kenneth Graunke2-37/+19
2015-04-17i965: Delete some unnecessary code in brw_report_shader_time().Kenneth Graunke1-6/+1
2015-04-17i965: Make shader_time use 0 instead of -1 for "no meaningful ID".Kenneth Graunke1-8/+6
2015-04-17adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren3-3/+3
2015-04-17configure.ac: fix bashismTobias Nygren1-1/+1
2015-04-17i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat1-0/+6
2015-04-17i965: Update the comment about platforms supporting blorpAnuj Phogat1-2/+2
2015-04-17nir: Allow abs/neg in select peephole pass.Matt Turner1-1/+3
2015-04-17i965/fs: Change SEL and MOV types as needed to propagate source modifiersJason Ekstrand1-4/+30
2015-04-17i965/fs: Use the source type when looking for UD negations in copy propJason Ekstrand1-1/+1
2015-04-17freedreno/ir3/nir: few little fixesRob Clark1-21/+28
2015-04-17freedreno/ir3/nir: lower if/elseRob Clark6-8/+381
2015-04-17freedreno/a4xx: support for large shadersRob Clark1-3/+26
2015-04-17freedreno: update generated headersRob Clark8-42/+354