summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-07-30i965/fs: Set LastRT on the final FB write on Broadwell.Kenneth Graunke1-4/+2
2014-07-30mesa: Don't use memcpy() in _mesa_texstore() for float depth texture dataAnuj Phogat1-0/+15
2014-07-30i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.Kenneth Graunke1-5/+0
2014-07-30i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke3-1/+11
2014-07-30i965: Add missing persample_shading field to brw_wm_debug_recompile.Kenneth Graunke1-0/+2
2014-07-30main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORMJason Ekstrand1-1/+1
2014-07-30i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()Anuj Phogat1-2/+2
2014-07-30i915: Fix up intelInitScreen2 for DRI3Adel Gadllah1-1/+2
2014-07-30mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...Ian Romanick1-2/+7
2014-07-30mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profileIan Romanick1-0/+2
2014-07-17i965: Enable compressed multisample support (CMS) on Broadwell.Kenneth Graunke1-8/+0
2014-07-17i965: Add 2x MSAA support to the MCS allocation function.Kenneth Graunke1-0/+1
2014-07-17i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.Kenneth Graunke1-0/+10
2014-07-17i965: Drop SINT workaround for CMS layout on Broadwell.Kenneth Graunke1-3/+1
2014-07-17i965: Add plumbing for Broadwell's auxiliary surface support.Kenneth Graunke1-7/+37
2014-07-17i965: Add auxiliary surface field #defines for Broadwell.Jordan Justen1-0/+10
2014-07-17i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner1-3/+3
2014-07-17i965: Generalize the pixel_x/y workaround for all UW types.Eric Anholt1-4/+4
2014-07-17i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke1-5/+9
2014-07-17i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2-5/+5
2014-07-17i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke1-6/+8
2014-07-17i965: Set execution size to 8 for instructions with force_sechalf set.Kenneth Graunke1-1/+1
2014-07-17i965/vec4: Constant propagate into 2-src math instructions on Gen8.Matt Turner1-2/+9
2014-07-17i965/fs: Constant propagate into 2-src math instructions on Gen8.Matt Turner1-2/+9
2014-07-17i965/fs: Make try_constant_propagate() static.Matt Turner2-3/+2
2014-07-17i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner1-2/+4
2014-07-17i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner1-2/+6
2014-07-17i965/vec4: Don't return void from a void function.Matt Turner1-4/+4
2014-07-17i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2-12/+6
2014-07-17i965/vec4: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue1-0/+17
2014-07-17i965/fs: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue1-0/+17
2014-07-17i965/fs: Refactor check for potential copy propagated instructions.Abdiel Janulgue1-10/+17
2014-07-14st/mesa: fix samplerCubeShadow with biasMarek Olšák1-1/+7
2014-07-10st/mesa: fix geometry shader memory leakBrian Paul1-0/+1
2014-07-10mesa: fix geometry shader memory leaksBrian Paul2-0/+4
2014-07-03i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.Kenneth Graunke1-1/+1
2014-07-03i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2-8/+15
2014-06-23i915: Fix gen2 texblend setupVille Syrjälä1-1/+1
2014-06-23i965: Save meta stencil blit programs in the context.Kenneth Graunke2-8/+13
2014-06-23mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga1-0/+1
2014-06-23meta: Respect the driver's maximum number of draw buffersIan Romanick1-2/+2
2014-06-23mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg1-5/+0
2014-06-23i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke1-4/+16
2014-06-23i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke1-8/+8
2014-06-23i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke1-2/+2
2014-06-23i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2-4/+0
2014-06-23i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke1-3/+1
2014-06-23i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke1-1/+2
2014-06-23meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand1-1/+1
2014-06-23i965: Set the fast clear color value for texture surfacesNeil Roberts2-2/+6