summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-06cs wipcs-oldJordan Justen16-3/+536
2014-08-05main/cs: Add DispatchCompute driver function prototypesJordan Justen2-2/+20
2014-08-05targets/clover: link against libmesautil.laJan Vesely1-0/+1
2014-08-05gallivm: Fix build with latest LLVMJan Vesely1-0/+8
2014-08-05targets/dri: link with mesautilRoland Scheidegger1-0/+1
2014-08-05gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex docRoland Scheidegger1-25/+102
2014-08-05gallivm: fix cube map array (and cube map shadow with bias) handlingRoland Scheidegger2-29/+125
2014-08-05llvmpipe: implement support for cube map arraysRoland Scheidegger5-4/+16
2014-08-04egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat1-1/+4
2014-08-04meta: Fix datatype computation in get_temp_image_type()Anuj Phogat1-5/+4
2014-08-04meta: Move the call to _mesa_get_format_datatype() out of switchAnuj Phogat1-7/+3
2014-08-04meta: Use _mesa_get_format_bits() to get the GL_RED_BITSAnuj Phogat1-2/+3
2014-08-04meta: Initialize the variable in declaration statementAnuj Phogat1-3/+1
2014-08-04mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formatsAnuj Phogat1-0/+1
2014-08-04mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()Anuj Phogat1-0/+15
2014-08-04mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat2-0/+74
2014-08-04mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...Anuj Phogat1-18/+29
2014-08-04mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()Anuj Phogat1-0/+46
2014-08-04mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat2-0/+59
2014-08-04mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3Anuj Phogat1-0/+11
2014-08-04mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2-0/+40
2014-08-04mesa: Fix condition for using compressed internalformat in glCompressedTexIma...Anuj Phogat1-1/+8
2014-08-04mesa: Add error condition for using compressed internalformat in glTexStorage...Anuj Phogat1-0/+18
2014-08-04mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2-6/+9
2014-08-04mesa: Fix error condition for valid texture targets in glTexStorage* functionsAnuj Phogat1-0/+7
2014-08-04glsl: Rebuild the symbol table without unreachable symbolsIan Romanick1-1/+25
2014-08-04glsl: Only create one ir_function for a given name.Kenneth Graunke1-14/+17
2014-08-04glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke12-20/+30
2014-08-04mesa: Actually use the Mesa IR optimizer for ARB programs.Kenneth Graunke1-0/+7
2014-08-04glsl: Do not add extra padding to structuresIan Romanick1-3/+0
2014-08-04glsl: Correctly determine when the field of a UBO is row-majorIan Romanick1-15/+120
2014-08-04linker: Use the matrix layout information in ir_variable and glsl_type for UB...Ian Romanick1-10/+5
2014-08-04glsl: Track matrix layout of variables using two bitsIan Romanick4-15/+61
2014-08-04glsl: Also track matrix layout information into structuresIan Romanick1-1/+7
2014-08-04glsl: Track matrix layout of structure fields using two bitsIan Romanick6-50/+96
2014-08-04glsl: Correctly load columns of a row-major matrixIan Romanick1-4/+11
2014-08-04linker: Add padding after the last field of a structureIan Romanick3-3/+25
2014-08-04linker: Add a last_field parameter to various program_resource_visitor methodsIan Romanick3-16/+30
2014-08-04mesa: Do not list inactive block members as activeIan Romanick1-6/+26
2014-08-04glsl: Do not eliminate 'shared' or 'std140' blocks or block membersIan Romanick3-4/+65
2014-08-04glsl: Use the without_array predicate to simplify some codeIan Romanick4-23/+12
2014-08-04glsl: Add without_array type predicateIan Romanick1-0/+12
2014-08-04glsl: Use constant_expression_value instead of as_constantIan Romanick1-1/+2
2014-08-04targets/graw-gdi: link with mesautil, not mesautilsBrian Paul1-1/+1
2014-08-04wmesa: link with mesautilBrian Paul1-0/+2
2014-08-04osmesa: link with mesautilBrian Paul1-0/+1
2014-08-04targets/libgl-gdi: link with mesautilBrian Paul1-0/+3
2014-08-04targets/egl-static: link with libmesautil.laBrian Paul1-0/+1
2014-08-04mesa/x86: put code in braces to silence declarations after code warningBrian Paul1-7/+9
2014-08-04src/Makefile.am: Move gtest before utilJason Ekstrand1-1/+1