summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-08glext.h: Add missing include of stddef.h for ptrdiff_tHEADmaster-darwin-build-fixesmasterJeremy Huddleston Sequoia1-0/+1
2016-05-08applegl: Provide requirements of _SET_DrawBuffersJon TURNEY2-1/+7
2016-05-08mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia1-1/+25
2016-05-07spirv: Fix structure splitting with per-vertex interface arrays.Kenneth Graunke1-1/+2
2016-05-07compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke2-0/+7
2016-05-07radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)Nicolai Hähnle1-1/+3
2016-05-07radeonsi: fix some reported undefined left-shiftsNicolai Hähnle1-3/+3
2016-05-07gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle11-3989/+3989
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle6-8/+8
2016-05-07compiler/glsl: do not downcast list sentinelNicolai Hähnle1-1/+4
2016-05-07mesa/main: fix another undefined left shiftNicolai Hähnle1-1/+1
2016-05-07mesa/main: define _NEW_xxx flags as unsigned shiftsNicolai Hähnle1-30/+30
2016-05-06radeonsi: Compute correct LDS size for fragment shaders.Bas Nieuwenhuizen1-3/+6
2016-05-06vc4: Add support for loading immediate values in QIR.Eric Anholt4-0/+32
2016-05-06vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt1-35/+71
2016-05-06vc4: Add a small QIR validate pass.Eric Anholt4-0/+127
2016-05-06vc4: Fix the src count on exp2/log2.Eric Anholt1-2/+2
2016-05-06vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt3-27/+46
2016-05-06vc4: When emitting an instruction to an existing temp, mark it non-SSA.Eric Anholt1-0/+2
2016-05-06vc4: Make sure that we don't overwrite the signal for PROG_END.Eric Anholt1-0/+8
2016-05-06nvc0: unreference images when the context is destroyedSamuel Pitoiset1-0/+4
2016-05-06nir: Remove spurious return from void function.Jose Fonseca1-2/+0
2016-05-06radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4Marek Olšák1-1/+2
2016-05-06r600g: use the hw MSAA resolving if formats are compatibleMarek Olšák1-1/+2
2016-05-05Revert "i965: Switch to scalar TCS by default."Kenneth Graunke1-1/+1
2016-05-05st/omx/enc: fix incorrect reference picture order for B framesLeo Liu1-7/+12
2016-05-05i965/fs: Move handling of samples_identical into the switch statementJason Ekstrand1-21/+19
2016-05-05i965/fs: Simplify texture destination fixupsJason Ekstrand1-21/+11
2016-05-05i965/fs: stop inclinding glsl/ir.h in brw_fs.hJason Ekstrand2-1/+1
2016-05-05i965/fs: Merge nir_emit_texture and emit_textureJason Ekstrand3-238/+162
2016-05-05nir: remove now-unused nir_foreach_block*_call()Connor Abbott1-38/+0
2016-05-05vc4: fixup for new nir_foreach_block()Connor Abbott4-48/+20
2016-05-05ir3: fixup for new nir_foreach_block()Connor Abbott1-30/+21
2016-05-05nir/lower_double_ops: fixup for new nir_foreach_block()Jason Ekstrand1-23/+9
2016-05-05nir/lower_double_pack: fixup for new nir_foreach_block()Jason Ekstrand1-26/+21
2016-05-05nir/gather_info: fixup for new foreach_block()Jason Ekstrand1-5/+5
2016-05-05nir/lower_two_sided_color: fixup for new foreach_block()Connor Abbott1-3/+5
2016-05-05nir/lower_tex: fixup for new foreach_block()Connor Abbott1-25/+22
2016-05-05nir/lower_outputs_to_temporaries: fixup for new foreach_block()Connor Abbott1-16/+12
2016-05-05i965: Switch to scalar TCS by default.Kenneth Graunke1-1/+1
2016-05-05nir: Optimize out stores of undefs.Kenneth Graunke1-0/+30
2016-05-05nir: Replace vecN(undef, undef, ...) with a single undef.Kenneth Graunke1-0/+33
2016-05-05nir: Rename opt_undef_alu to opt_undef_csel; update comments.Kenneth Graunke1-12/+13
2016-05-05i965: Rework passthrough TCS checks.Kenneth Graunke4-2/+5
2016-05-05swr: [rasterizer core] Faster modulo operator in ProcessVertsTim Rowley1-1/+4
2016-05-05swr: [rasterizer] Small warning cleanupTim Rowley2-8/+4
2016-05-05swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macrosTim Rowley2-14/+52
2016-05-05swr: [rasterizer] Miscellaneous backend changesTim Rowley3-22/+31
2016-05-05swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT formatTim Rowley3-7/+41
2016-05-05swr: [rasterizer jitter] Fix printing bugs for tracing.Tim Rowley1-81/+24