summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-09-27i915: Fix black buffers when importing prime fdsAndreas Pokorny1-0/+2
2014-09-17nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin1-10/+10
2014-09-17nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2-2/+2
2014-09-17nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin5-4/+9
2014-09-09st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3
2014-09-09mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2-0/+10
2014-09-03mesa: Move declaration to top of block.José Fonseca1-1/+3
2014-09-02i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke1-3/+3
2014-09-02i965: add missing parens in vec4 visitorDave Airlie1-1/+2
2014-09-02glsl_to_tgsi: allocate and enlarge arrays for temporaries on demandMarek Olšák1-20/+34
2014-08-27meta: save and restore swizzle for _GenerateMipmapRobert Bragg1-0/+12
2014-08-27mesa: fix NULL pointer deref bug in _mesa_drawbuffers()Brian Paul1-1/+1
2014-08-27nouveau: don't keep stale pointer to free'd dataIlia Mirkin1-0/+1
2014-08-27nouveau: make sure to invalidate any vbo state as wellIlia Mirkin1-0/+1
2014-08-27i965: Bail on vec4 copy propagation for scratch writes with source modifiersAnuj Phogat1-0/+4
2014-08-25android: dri/i915: do not build an 'empty' driverEmil Velikov1-1/+1
2014-08-25i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.Kenneth Graunke1-0/+1
2014-08-25i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.Kenneth Graunke1-1/+3
2014-08-19mesa: Handle uninitialized textures like other textures in get_tex_level_para...Ian Romanick1-5/+6
2014-08-11mesa: fix assertion in _mesa_drawbuffers()Brian Paul1-2/+3
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-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-07-30main/get_hash_params: Add GL_SAMPLE_SHADING_ARBJason Ekstrand1-0/+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-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