summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-19r600g/sb: initial code commit for the optimizing shader backendr600-sbVadim Girlin65-120/+18564
2013-04-19r600g: always create reverse lookup isa tablesVadim Girlin1-10/+2
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
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul10-71/+22
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul10-32/+41
2013-04-17mesa: remove DD_TRI_SMOOTH flagBrian Paul4-7/+2
2013-04-17mesa: remove DD_TRI_STIPPLE flagBrian Paul5-6/+3
2013-04-17mesa: remove DD_TRI_OFFSET flagBrian Paul4-26/+5
2013-04-17mesa: remove DD_POINT_ATTEN flagBrian Paul5-18/+5
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul6-8/+3
2013-04-17mesa: remove DD_LINE_STIPPLE flagBrian Paul5-13/+4
2013-04-17mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul6-21/+7
2013-04-17mesa: remove unused DD_LINE_SMOOTH flagBrian Paul4-6/+1
2013-04-16draw/gs: make sure geometry shaders don't overflowZack Rusin5-11/+81
2013-04-16draw/gs: Return early if the passed geometry shader is nullZack Rusin1-0/+3