summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-16gallium: add new limits for shader buffers and imagesMarek Olšák3-4/+5
2015-07-16gallium: add BIND flags for R/W buffers and imagesMarek Olšák7-13/+19
2015-07-16gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák15-0/+18
2015-07-16i965/gen9: Use custom MOCS entries set up by the kernel.Francisco Jerez2-7/+7
2015-07-16clover: little OpenCL status code logging cleanEdB5-25/+32
2015-07-16glsl: avoid compiler's segfault when processing operators with void argumentsRenaud Gaubert2-2/+16
2015-07-16r200: fix some potential big endian issuesRoland Scheidegger5-129/+140
2015-07-16radeon: fix some potential big endian issuesRoland Scheidegger4-90/+76
2015-07-16radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger2-0/+24
2015-07-16r200: fix fbo rendering by disabling optimized texture format chooserRoland Scheidegger1-1/+13