aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configure.ac: Remove gallium-g3dvl flag.Matt Turner2013-04-181-16/+1
* radeonsi: add support for compressed texture v2Jerome Glisse2013-04-182-2/+76
* radeonsi: add 2d tiling support for texture v3Jerome Glisse2013-04-183-73/+21
* 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
* docs: update release notes for 9.2Andreas Boll2013-04-181-3/+8
* ralloc: Move declarations before statements.José Fonseca2013-04-181-2/+4
* configure: enable vdpau and xvmc detection, with galliumEmil Velikov2013-04-171-2/+8
* 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
* mesa: remove mfeatures.hBrian Paul2013-04-171-53/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-17123-127/+0
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-173-8/+0
* mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2013-04-172-40/+0
* glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul2013-04-171-15/+0
* draw/so: respect leading/provoking vertex infoZack Rusin2013-04-171-1/+1