summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Remove unused emit_bool_comparison method.Matt Turner2014-08-072-15/+0
* mesa: Drop USE_IEEE define.Matt Turner2014-08-074-48/+4
* mesa: Group gl_system_value values by the stage where they existIan Romanick2014-08-072-9/+35
* glsl_to_tgsi: Assert that the _mesa_sysval_to_semantic mapping is correctIan Romanick2014-08-071-0/+15
* mesa/st: Only one copy of mesa_sysval_to_semanticIan Romanick2014-08-073-11/+5
* glsl_to_tgsi: Constify mesa_sysval_to_semanticIan Romanick2014-08-071-1/+1
* i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke2014-08-071-3/+3
* mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1Jason Ekstrand2014-08-061-1/+1
* mesa/formats: Use the correct swizzle parameter for the 11-bit EAC formatsJason Ekstrand2014-08-061-4/+4
* dri/xmlconfig: s/uint/unsigned int/Vinson Lee2014-08-051-2/+2
* mesa include stdint.h in formats.hBrian Paul2014-08-051-0/+1
* mesa/texstore: Add a generic rgba integer texture upload pathJason Ekstrand2014-08-051-479/+73
* mesa/texstore: Add a generic float/normalized rgba texture upload pathJason Ekstrand2014-08-051-1906/+98
* mesa/texstore: Use _mesa_swizzle_and_convert when possibleJason Ekstrand2014-08-051-15/+171
* main/texstore: Split texture storage into three functionsJason Ekstrand2014-08-051-71/+100
* mesa/format_utils: Add a function to convert a mesa_format to an array formatJason Ekstrand2014-08-052-0/+111
* mesa/format_utils: Add a general format conversion functionJason Ekstrand2014-08-053-0/+912
* mesa/imports: Add a _mesa_half_is_negative helper functionJason Ekstrand2014-08-051-0/+5
* mesa/formats: Add layout and swizzle informationJason Ekstrand2014-08-053-0/+86
* mesa/formats: Remove IndexBitsJason Ekstrand2014-08-052-3/+2
* mesa/formats: Autogenerate the format_info structure from a CSV fileJason Ekstrand2014-08-054-1738/+19
* mesa/main: Add python code to generate the format_info structureJason Ekstrand2014-08-051-0/+181
* mesa: Add python to parse the formats CSV fileJason Ekstrand2014-08-051-0/+521
* mesa: Add a format description CSV fileJason Ekstrand2014-08-051-0/+282
* st/mesa: adjust Z coordinates for quad clearingBrian Paul2014-08-051-2/+5
* mesa: make vertex array type error checking a little more efficientBrian Paul2014-08-052-30/+59
* glsl_to_tgsi: Fix typo shader_program -> shaderMichel Dänzer2014-08-051-2/+1
* meta: Disable dithering during glBlitFramebufferNeil Roberts2014-08-051-0/+3
* 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: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-044-4/+4
* mesa: Actually use the Mesa IR optimizer for ARB programs.Kenneth Graunke2014-08-041-0/+7
* mesa: Do not list inactive block members as activeIan Romanick2014-08-041-6/+26
* wmesa: link with mesautilBrian Paul2014-08-041-0/+2
* osmesa: link with mesautilBrian Paul2014-08-041-0/+1
* mesa/x86: put code in braces to silence declarations after code warningBrian Paul2014-08-041-7/+9