aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add performance debug for meta code.Eric Anholt2013-04-212-3/+35
* intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt2013-04-211-2/+3
* Revert "gallivm: Emit vector selects."José Fonseca2013-04-211-2/+14
* llvmpipe: verify function on blend test.José Fonseca2013-04-211-0/+2
* llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.José Fonseca2013-04-201-4/+6
* llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca2013-04-201-4/+10
* gallivm: Disable LLVM 2.7 workaround on other versions.José Fonseca2013-04-201-2/+1
* gallivm: Emit vector selects.José Fonseca2013-04-201-12/+2
* freedreno: move ir -> ir2Rob Clark2013-04-206-283/+283
* freedreno: cleanup some cruft left over from fdreRob Clark2013-04-202-133/+1
* gallivm: implement switch opcodeRoland Scheidegger2013-04-203-12/+340
* gallivm: use uint build context for mask instead of floatRoland Scheidegger2013-04-201-1/+1
* gallivm/tgsi: fix up breakcRoland Scheidegger2013-04-203-2/+6
* svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger2013-04-201-1/+0
* gallium: document breakc and switch/case/default/endswitchRoland Scheidegger2013-04-201-6/+51
* gallivm: increase nesting limit to 66Roland Scheidegger2013-04-201-2/+4
* draw: implement primitive assemblerZack Rusin2013-04-187-4/+386
* util/prim: fix decomposed counts for adjacency primitivesZack Rusin2013-04-181-4/+4
* draw/so: uses the correct index with the pre clipped coordinatesZack Rusin2013-04-181-6/+6
* glapi: Add counter information for glBufferData(), like glBufferSubData().Eric Anholt2013-04-191-2/+2
* glapi: Add parameter count information for uniforms.Eric Anholt2013-04-192-42/+42
* glapi: skip padding in get_called_parameter_stringPaul Berry2013-04-191-0/+2
* mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry2013-04-191-0/+5
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-195-41/+48
* svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul2013-04-191-41/+49
* svga: whitespace, comment fixes in svga_pipe_fs/vs.cBrian Paul2013-04-192-48/+41
* gallivm: Fix half floats with MCJIT.José Fonseca2013-04-191-0/+3
* Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."Matt Turner2013-04-181-1/+1
* radeonsi: add support for compressed texture v2Jerome Glisse2013-04-182-2/+76
* radeonsi: add 2d tiling support for texture v3Jerome Glisse2013-04-182-72/+20
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-194-1/+8
* llvmpipe: Take in consideration all current constant buffers when mapping.José Fonseca2013-04-181-3/+9
* nv50: add remaining RGBX formatsChristoph Bumiller2013-04-181-4/+12
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-1820-7/+115
* nv50: set BORDER_COLOR_SRGB in sampler objectsChristoph Bumiller2013-04-182-19/+35
* nv50: fix 4th component of Lx_SINT/UINT formatsChristoph Bumiller2013-04-181-6/+6
* r600g: Fix build with --enable-openclTom Stellard2013-04-181-1/+2
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-04-181-1/+3
* gallivm: change cubemaps / derivatives handling, take 55Roland Scheidegger2013-04-183-104/+119
* gallivm: Add no_rho_approx debug optionRoland Scheidegger2013-04-183-118/+185
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-184-3/+28
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-183-384/+19
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-184-8/+2
* ralloc: Move declarations before statements.José Fonseca2013-04-181-2/+4
* i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.Matt Turner2013-04-171-1/+1
* i965: Implement work-around for CMP with null dest on Haswell.Matt Turner2013-04-171-0/+12
* i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie2013-04-171-3/+8
* i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry2013-04-171-0/+11
* ralloc: don't write to memory in case of alloc fail.Dave Airlie2013-04-181-0/+2
* mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsBrian Paul2013-04-174-35/+7