summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-30st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2-0/+15
2013-07-30Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2-3/+2
2013-07-30glsl: Remove redundant writes to prog->LinkStatusPaul Berry2-2/+0
2013-07-30glsl: Improve error message for interstage interface block mismatch.Paul Berry1-1/+2
2013-07-30glsl: Use a consistent technique for tracking link success/failure.Paul Berry5-82/+75
2013-07-30glsl: Add error message for intrastage interface block mismatch.Paul Berry3-3/+8
2013-07-30glsl: Remove bogus check on return value of link_uniform_blocks().Paul Berry3-6/+4
2013-07-30r600g/compute: Added missing address space checking of kernel parametersJonathan Charest1-3/+2
2013-07-30clover: Added missing address space checking of kernel parameters v2Jonathan Charest1-15/+31
2013-07-29mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke1-4/+2
2013-07-29i965: Don't create a swrast context on ES2+.Kenneth Graunke1-1/+1
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-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-26mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick1-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-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-22clover: Respect kernel argument alignment restrictions.Francisco Jerez2-2/+19