summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-19r600/llvm: Read stacksize from config headernativeVincent Lejeune3-2/+4
2013-04-19r600/llvm: Do not emit cf_end with llvmVincent Lejeune1-1/+1
2013-04-19glapi: Add counter information for glBufferData(), like glBufferSubData().Eric Anholt1-2/+2
2013-04-19glapi: Add parameter count information for uniforms.Eric Anholt2-42/+42
2013-04-19glapi: skip padding in get_called_parameter_stringPaul Berry1-0/+2
2013-04-19mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry1-0/+5
2013-04-19mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt5-41/+48
2013-04-19svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul1-41/+49
2013-04-19svga: whitespace, comment fixes in svga_pipe_fs/vs.cBrian Paul2-48/+41
2013-04-19gallivm: Fix half floats with MCJIT.José Fonseca1-0/+3
2013-04-18Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."Matt Turner1-1/+1
2013-04-18configure.ac: Remove gallium-g3dvl flag.Matt Turner1-16/+1
2013-04-18radeonsi: add support for compressed texture v2Jerome Glisse2-2/+76
2013-04-18radeonsi: add 2d tiling support for texture v3Jerome Glisse3-73/+21
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin4-1/+8
2013-04-18llvmpipe: Take in consideration all current constant buffers when mapping.José Fonseca1-3/+9
2013-04-18nv50: add remaining RGBX formatsChristoph Bumiller1-4/+12
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller20-7/+115
2013-04-18nv50: set BORDER_COLOR_SRGB in sampler objectsChristoph Bumiller2-19/+35
2013-04-18nv50: fix 4th component of Lx_SINT/UINT formatsChristoph Bumiller1-6/+6
2013-04-18r600g: Fix build with --enable-openclTom Stellard1-1/+2
2013-04-18mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul1-1/+3
2013-04-18gallivm: change cubemaps / derivatives handling, take 55Roland Scheidegger3-104/+119
2013-04-18gallivm: Add no_rho_approx debug optionRoland Scheidegger3-118/+185
2013-04-18llvmpipe: Support half integer pixel center fs coord.José Fonseca4-3/+28
2013-04-18llvmpipe: Remove the static interpolation.José Fonseca3-384/+19
2013-04-18gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca4-8/+2
2013-04-18docs: update release notes for 9.2Andreas Boll1-3/+8
2013-04-18ralloc: Move declarations before statements.José Fonseca1-2/+4
2013-04-17configure: enable vdpau and xvmc detection, with galliumEmil Velikov1-2/+8
2013-04-17i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.Matt Turner1-1/+1
2013-04-17i965: Implement work-around for CMP with null dest on Haswell.Matt Turner1-0/+12
2013-04-17i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie1-3/+8
2013-04-17i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry1-0/+11
2013-04-18ralloc: don't write to memory in case of alloc fail.Dave Airlie1-0/+2
2013-04-17mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsBrian Paul4-35/+7
2013-04-17mesa: remove mfeatures.hBrian Paul1-53/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul123-127/+0
2013-04-17glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul3-8/+0
2013-04-17mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2-40/+0
2013-04-17glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul1-15/+0
2013-04-17draw/so: respect leading/provoking vertex infoZack Rusin1-1/+1
2013-04-17softpipe/so: use the correct variable for reporting stream outZack Rusin1-5/+15
2013-04-17gallivm/gs: fix indirect addressing in geometry shadersZack Rusin3-6/+30
2013-04-17st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2-9/+15
2013-04-17intel: Don't dereference a NULL pointer of calloc failsIan Romanick1-0/+4
2013-04-17i965: Trim trailing whitespace in brw_defines.h.Eric Anholt1-144/+144
2013-04-17r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier1-1/+1
2013-04-17st/mesa: clean up formatting in st_cb_msaa.cBrian Paul1-12/+18
2013-04-17mesa: remove gl_context::_TriangleCapsBrian Paul2-8/+4