summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-11mesa: fix assertion in _mesa_drawbuffers()Brian Paul1-2/+3
2014-08-11radeonsi: fix CMASK and HTILE allocation on TahitiMarek Olšák2-3/+56
2014-08-11radeonsi: fix a hang with instancing in Unigine Heaven/Valley on HawaiiMarek Olšák1-5/+2
2014-08-11radeon,r200: fix buffer validation after CS flushMarek Olšák8-15/+8
2014-08-11st/mesa: fix blit-based partial TexSubImage for 1D arraysMarek Olšák1-0/+2
2014-08-11meta: Fix datatype computation in get_temp_image_type()Anuj Phogat1-7/+5
2014-08-06egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat1-1/+4
2014-08-06meta: Use _mesa_get_format_bits() to get the GL_RED_BITSAnuj Phogat1-5/+4
2014-08-06mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formatsAnuj Phogat1-0/+1
2014-08-06mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()Anuj Phogat1-0/+15
2014-08-06mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat2-0/+74
2014-08-06mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...Anuj Phogat1-18/+29
2014-08-06mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()Anuj Phogat1-0/+46
2014-08-06mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat2-0/+59
2014-08-06mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3Anuj Phogat1-0/+11
2014-08-06mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2-0/+40
2014-08-06mesa: Fix condition for using compressed internalformat in glCompressedTexIma...Anuj Phogat1-1/+8
2014-08-06mesa: Add error condition for using compressed internalformat in glTexStorage...Anuj Phogat1-0/+18
2014-08-06mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2-6/+9
2014-08-06mesa: Fix error condition for valid texture targets in glTexStorage* functionsAnuj Phogat1-0/+7
2014-08-06mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integersIlia Mirkin1-1/+1
2014-08-06i965/miptree: Layout 1D Array as 2D Array with height of 1Jordan Justen1-0/+20
2014-08-06gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger1-0/+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-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-17i965: Enable compressed multisample support (CMS) on Broadwell.Kenneth Graunke1-8/+0