summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-29glsl: Remove shader stage checking for extension handling.Kenneth Graunke1-61/+28
2013-07-29mesa: Expose OES_surfaceless_context.Matt Turner1-0/+1
2013-07-29mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.Matt Turner1-2/+6
2013-07-29gles3: Update gl3.h to 2013-02-12.Matt Turner1-4/+4
2013-07-29gles2: Update gl2ext.h to revision 22161.Matt Turner1-114/+357
2013-07-29gles2: Update gl2.h to revision 20555.Matt Turner1-3/+3
2013-07-29gles: Update glext.h to revision 20798.Matt Turner1-3/+3
2013-07-29gallivm: (trivial) git rid of assertion in float->uint conversion codeRoland Scheidegger1-2/+3
2013-07-28nvc0: force use of correct firmware fileMaarten Lankhorst1-1/+1
2013-07-27glsl: Less const for glsl_type convenience accessorsIan Romanick2-8/+8
2013-07-27glsl: Disallow auxiliary storage qualifiers on FS outputs.Kenneth Graunke1-0/+14
2013-07-27glsl: Classify "layout" like other identifiers.Kenneth Graunke1-1/+1
2013-07-27glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry8-122/+122
2013-07-27gallivm: fix float->SNORM conversionRoland Scheidegger2-11/+47
2013-07-27util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2-9/+17
2013-07-27tgsi: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger1-5/+35
2013-07-27gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2-0/+29
2013-07-26docs: Mark ARB_vertex_attrib_binding as started.Kenneth Graunke1-1/+1
2013-07-26mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick1-1/+1
2013-07-26docs: Mark GL_ARB_shading_language_420pack as done.Matt Turner1-0/+1
2013-07-27docs: Mark off 420packChris Forbes1-1/+1
2013-07-26glsl: disable ARB_texture_cube_map_array_enable keywords for glsl esTapani Pälli1-24/+5
2013-07-27i965/vs: Fix flaky texture swizzlingChris Forbes1-1/+1
2013-07-25st/clover: Allow double precision operationsNiels Ole Salscheider1-0/+1
2013-07-26gallium/vl: add prime supportDave Airlie1-1/+19
2013-07-25Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke3-1/+25
2013-07-25mesa: Bump version to 9.3.0-devel.Kenneth Graunke3-3/+3
2013-07-25docs: Remove <em> obfuscation on public mailing list addresses.Kenneth Graunke1-3/+3
2013-07-25xa: bump major versionRob Clark1-1/+1
2013-07-25xa: move surface to ref/unref apiJerome Glisse3-2/+18
2013-07-25xa: let ddx handle flushJerome Glisse2-9/+2
2013-07-25xa: export a common context flush functionJerome Glisse4-7/+17
2013-07-25xa: add handle type parameter to get handleJerome Glisse2-2/+18
2013-07-25xa: add xa_surface_from_handle()Rob Clark2-4/+46
2013-07-25gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.Vinson Lee1-0/+2
2013-07-25glsl: Handle empty if statement encountered during loop analysis.Paul Berry1-1/+2
2013-07-25i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2-2/+2
2013-07-25glsl: don't rename variables in interface block arrays.Paul Berry1-6/+2
2013-07-25draw: fix vertex id computationZack Rusin5-13/+37
2013-07-25draw: cleanup and fix instance id computationZack Rusin4-13/+8
2013-07-24gallivm: Remove dead code in lp_build_compare_ext.Vinson Lee1-6/+0
2013-07-24mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-24meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-07-24mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul1-28/+24
2013-07-24nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2-2/+2
2013-07-24draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger1-1/+4
2013-07-24mesa: fix rgtc snorm decodingRoland Scheidegger1-3/+3
2013-07-23gallium/util: Fix detection of AVX cpu capsAndre Heider1-2/+25
2013-07-23docs: Add items for GL4.4Chris Forbes1-0/+14
2013-07-22clover: Respect kernel argument alignment restrictions.Francisco Jerez2-2/+19