summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-21st/mesa: Silence GCC unused-variable warning.Vinson Lee1-0/+1
2015-07-21r600/sb: Fix an &/&& mistakeAdam Jackson1-1/+1
2015-07-21Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"Anuj Phogat1-92/+17
2015-07-21i965: Fix stride field for the result of emit_uniformize().Francisco Jerez4-19/+26
2015-07-21i965/fs: Fix stride field for uniforms.Francisco Jerez1-0/+6
2015-07-21i965/fs: Fix stride for immediate registers.Francisco Jerez2-0/+7
2015-07-21i965/vec4: Fix liveness analysis with BRW_OPCODE_SELIago Toral Quiroga1-1/+2
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke86-423/+423
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset70-679/+679
2015-07-20gallivm: Initialize LLVM Modules's DataLayout to an empty string.Tom Stellard1-5/+23
2015-07-20nvc0: add a missing parameter to nvc0_set_shader_images()Samuel Pitoiset1-3/+3
2015-07-20nouveau: always align buffers to 0x100Samuel Pitoiset1-7/+1
2015-07-20nv50: limit the maximum number of samplers to 16Samuel Pitoiset1-1/+1
2015-07-20nv50: turn samples counts off during blitSamuel Pitoiset1-0/+11
2015-07-20nv50: add nesting support for occlusion queriesSamuel Pitoiset2-11/+20
2015-07-20i965/nir/fs: removed unneeded support for global variablesAlejandro Piñeiro3-14/+4
2015-07-20nv50: fix max level clamping on G80Ilia Mirkin1-2/+9
2015-07-18gm107/ir: fix indirect txq emissionIlia Mirkin1-2/+8
2015-07-18nvc0/ir: don't worry about sampler in txq handlingIlia Mirkin1-22/+8
2015-07-18nvc0/ir: fix txq on indirect samplersIlia Mirkin2-2/+56
2015-07-18i965: Disable resource streamer in BLORPAbdiel Janulgue1-0/+2
2015-07-18i965: Upload binding tables in hw-generated binding table format.Abdiel Janulgue1-9/+57
2015-07-18i965: Implement interface to edit binding table entriesAbdiel Janulgue2-0/+64
2015-07-18i965: Enable hardware-generated binding tables on render path.Abdiel Janulgue8-4/+128
2015-07-18i965: Enable resource streamer for the batchbufferAbdiel Janulgue7-2/+36
2015-07-18i965: Define HW-binding table and resource streamer control opcodesAbdiel Janulgue2-0/+33
2015-07-17vc4: Switch to using a separate ioctl for making shaders.Eric Anholt4-12/+78
2015-07-18mesa: fix up some texture error checksRoland Scheidegger2-21/+21
2015-07-17vc4: Fix printing of shader-db debug when shader-db isn't turned on.Eric Anholt1-4/+6
2015-07-17vc4: Add debugging on texture relocation validation failures.Eric Anholt1-7/+13
2015-07-17vc4: Also consider uniform 0 in uniform lowering.Eric Anholt1-3/+3
2015-07-17vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt2-18/+18
2015-07-17mesa: Detect and provide macros for function attributes pure and const.Eric Anholt1-0/+20
2015-07-17i965/fs: don't make unused payload registers interfereConnor Abbott1-1/+6
2015-07-17i965/fs: remove special case in setup_payload_interference()Connor Abbott1-20/+0
2015-07-17i965/fs: Mark last used ip for all regs read in the payloadJordan Justen1-1/+4
2015-07-17i965/fs: fix regs_read() for LINTERPConnor Abbott1-1/+2
2015-07-17nir: add nir_foreach_instr_safe_reverse()Connor Abbott1-0/+2
2015-07-17nir: add nir_instr_is_first() and nir_instr_is_last() helpersConnor Abbott1-0/+12
2015-07-16i965/cs: Use dispatch width of 8 for cs terminate payload setupJordan Justen1-1/+1
2015-07-16i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATEJordan Justen1-0/+3
2015-07-16program: Allow redundant OPTION ARB_fog_* directives.Kenneth Graunke1-13/+37
2015-07-16i965: Push miptree tiling request into flagsBen Widawsky7-47/+51
2015-07-16Revert "i965: Push miptree tiling request into flags"Ben Widawsky7-51/+47
2015-07-16i965: Push miptree tiling request into flagsBen Widawsky7-47/+51
2015-07-16i965/fs: Factor out universally broken calculation of the register component ...Francisco Jerez4-12/+23
2015-07-16i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.Francisco Jerez3-35/+12
2015-07-16i965: Implement b2f and b2i using negation.Francisco Jerez2-9/+2
2015-07-16gallium: add interface for writable shader buffersMarek Olšák2-0/+28
2015-07-16gallium: add interface for writable shader imagesMarek Olšák10-27/+120