summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meta: Disable dithering during glBlitFramebufferNeil Roberts2014-08-051-0/+3
* libgl-xlib: drop duplicate mesautil from scons buildEmil Velikov2014-08-051-1/+0
* llvmpipe/tests: automake: link against libmesautil.laEmil Velikov2014-08-051-5/+6
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-052-0/+2
* targets/omx: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* targets/xvmc: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* targets/clover: link against libmesautil.laJan Vesely2014-08-051-0/+1
* gallivm: Fix build with latest LLVMJan Vesely2014-08-051-0/+8
* targets/dri: link with mesautilRoland Scheidegger2014-08-051-0/+1
* gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex docRoland Scheidegger2014-08-051-25/+102
* gallivm: fix cube map array (and cube map shadow with bias) handlingRoland Scheidegger2014-08-052-29/+125
* llvmpipe: implement support for cube map arraysRoland Scheidegger2014-08-055-4/+16
* egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat2014-08-041-1/+4
* meta: Fix datatype computation in get_temp_image_type()Anuj Phogat2014-08-041-5/+4
* meta: Move the call to _mesa_get_format_datatype() out of switchAnuj Phogat2014-08-041-7/+3
* meta: Use _mesa_get_format_bits() to get the GL_RED_BITSAnuj Phogat2014-08-041-2/+3
* meta: Initialize the variable in declaration statementAnuj Phogat2014-08-041-3/+1
* mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formatsAnuj Phogat2014-08-041-0/+1
* mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()Anuj Phogat2014-08-041-0/+15
* mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat2014-08-042-0/+74
* mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...Anuj Phogat2014-08-041-18/+29
* mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()Anuj Phogat2014-08-041-0/+46
* mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat2014-08-042-0/+59
* mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3Anuj Phogat2014-08-041-0/+11
* mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2014-08-042-0/+40
* mesa: Fix condition for using compressed internalformat in glCompressedTexIma...Anuj Phogat2014-08-041-1/+8
* mesa: Add error condition for using compressed internalformat in glTexStorage...Anuj Phogat2014-08-041-0/+18
* mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2014-08-042-6/+9
* mesa: Fix error condition for valid texture targets in glTexStorage* functionsAnuj Phogat2014-08-041-0/+7
* glsl: Rebuild the symbol table without unreachable symbolsIan Romanick2014-08-041-1/+25
* glsl: Only create one ir_function for a given name.Kenneth Graunke2014-08-041-14/+17
* glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-0412-20/+30
* mesa: Actually use the Mesa IR optimizer for ARB programs.Kenneth Graunke2014-08-041-0/+7
* glsl: Do not add extra padding to structuresIan Romanick2014-08-041-3/+0
* glsl: Correctly determine when the field of a UBO is row-majorIan Romanick2014-08-041-15/+120
* linker: Use the matrix layout information in ir_variable and glsl_type for UB...Ian Romanick2014-08-041-10/+5
* glsl: Track matrix layout of variables using two bitsIan Romanick2014-08-044-15/+61
* glsl: Also track matrix layout information into structuresIan Romanick2014-08-041-1/+7
* glsl: Track matrix layout of structure fields using two bitsIan Romanick2014-08-046-50/+96
* glsl: Correctly load columns of a row-major matrixIan Romanick2014-08-041-4/+11
* linker: Add padding after the last field of a structureIan Romanick2014-08-043-3/+25
* linker: Add a last_field parameter to various program_resource_visitor methodsIan Romanick2014-08-043-16/+30
* mesa: Do not list inactive block members as activeIan Romanick2014-08-041-6/+26
* glsl: Do not eliminate 'shared' or 'std140' blocks or block membersIan Romanick2014-08-043-4/+65
* glsl: Use the without_array predicate to simplify some codeIan Romanick2014-08-044-23/+12
* glsl: Add without_array type predicateIan Romanick2014-08-041-0/+12
* glsl: Use constant_expression_value instead of as_constantIan Romanick2014-08-041-1/+2
* targets/graw-gdi: link with mesautil, not mesautilsBrian Paul2014-08-041-1/+1
* wmesa: link with mesautilBrian Paul2014-08-041-0/+2
* osmesa: link with mesautilBrian Paul2014-08-041-0/+1