summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-02docs: Add release notes for 10.2.5mesa-10.2.5Carl Worth1-0/+185
2014-08-02Update version to 10.2.5Carl Worth1-1/+1
2014-07-31radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2-5/+10
2014-07-31radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König1-1/+2
2014-07-31radeonsi: fix build because of lack of draw_indirect infrastructure in 10.2Marek Olšák1-2/+1
2014-07-30cherry-ignore: Ignore a few patches picked in the previous stable releaseCarl Worth1-0/+11
2014-07-30main/get_hash_params: Add GL_SAMPLE_SHADING_ARBJason Ekstrand1-0/+1
2014-07-30st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca1-2/+4
2014-07-30r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák3-6/+10
2014-07-30radeonsi: fix occlusion queries on HawaiiMarek Olšák1-1/+7
2014-07-30winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák3-5/+7
2014-07-30radeonsi: fix a hang with streamout on HawaiiMarek Olšák2-1/+14
2014-07-30radeonsi: fix a hang with instancing on HawaiiMarek Olšák1-1/+15
2014-07-30gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák1-0/+15
2014-07-30radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák1-2/+2
2014-07-30r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák4-7/+0
2014-07-30nvc0: make sure that the local memory allocation is aligned to 0x10Ilia Mirkin1-1/+1
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-30nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser1-0/+5
2014-07-30clover: Call end_query before getting timestamp result v2Tom Stellard1-0/+1
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-18docs: Add SHA256 checksums for the 10.2.4 releaseCarl Worth1-1/+3
2014-07-18Add release notes for 10.2.4mesa-10.2.4Carl Worth1-0/+125
2014-07-18Update VERSION to 10.2.4Carl Worth1-1/+1
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