summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-07nv50: fix layerid to be the fp input number rather than vp output numberIlia Mirkin3-7/+9
2014-02-07nv50: rework primid logicIlia Mirkin3-6/+4
2014-02-07glsl: Initialize ubo_binding_mask flags to zero.Matt Turner1-0/+1
2014-02-07st/mesa: fix crash when a shader uses a TBO and it's not boundMarek Olšák1-0/+6
2014-02-07glsl: Fix continue statements in do-while loops.Paul Berry1-9/+14
2014-02-07glsl: Make condition_to_hir() callable from outside ast_iteration_statement.Paul Berry2-7/+6
2014-02-07i965/blorp: do not use unnecessary hw-blending supportTopi Pohjolainen1-20/+0
2014-02-07radeon/uvd: fix feedback buffer handling v2Christian König1-12/+28
2014-02-07draw: fix incorrect color of flat-shaded clipped linesBrian Paul1-1/+12
2014-02-07gallium/auxiliary/indices: replace free() with FREE()Brian Paul1-1/+1
2014-02-06r600g: Add GL 3.3 support for 10.1 releaseDave Airlie20-484/+1729
2014-02-02meta: Silence several 'unused parameter' warnings10.1-branchpointIan Romanick1-21/+17
2014-02-02meta: Don't use fixed-function to decompress array texturesIan Romanick1-3/+20
2014-02-02meta: Use NDC in decompress_texture_imageIan Romanick1-9/+8
2014-02-02meta: Consistenly use non-Apple VAO functionsIan Romanick1-4/+4
2014-02-02meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_...Ian Romanick1-1/+2
2014-02-02meta: Release resources used by _mesa_meta_DrawPixelsIan Romanick1-0/+19
2014-02-02meta: Release resources used by decompress_texture_imageIan Romanick1-0/+21
2014-02-02mesa: Use common _mesa_tex_target_to_index in tex param codeIan Romanick1-58/+8
2014-02-02mesa: Make target_enum_to_index available outside texobj.cIan Romanick2-3/+6
2014-02-02mesa: make several FBO functions staticBrian Paul2-55/+35
2014-02-02mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul7-96/+170
2014-02-02mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul7-478/+555
2014-02-02mesa: don't signal _NEW_TEXTURE in TexSubImage() functionsBrian Paul1-3/+9
2014-02-02mesa: add some comments about mipmap generationBrian Paul2-0/+9
2014-02-02mesa: simplify comment in texstorage.cBrian Paul1-3/+2
2014-02-02mesa: formatting fixes, 78-column wrappings in dd.hBrian Paul1-33/+56
2014-02-02mesa: remove target param from ctx->Driver.TexParameter()Brian Paul6-15/+14
2014-02-02gallivm: add a few const qualifiersBrian Paul2-4/+4
2014-02-02translate: reindent translate_sse.cBrian Paul1-472/+474
2014-02-02mesa: make _mesa_get_proxy_target() staticBrian Paul2-8/+5
2014-02-02mesa: remove unused _mesa_select_tex_object() functionBrian Paul2-27/+6
2014-02-02swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()Brian Paul1-3/+1
2014-02-02st/mesa: use _mesa_get_current_tex_object() in st_context_teximage()Brian Paul1-2/+2
2014-02-02mesa: use _mesa_get_current_tex_object() in GetTexLevelParameteriv()Brian Paul1-6/+3
2014-02-02radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()Brian Paul1-4/+2
2014-02-02r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2()Brian Paul1-4/+2
2014-02-01build: move ARCH_LIBS definition outside of ASM definitionPaul Seidler1-6/+6
2014-02-01dri: Add a useful error message if someone's packages missed libudev deps.Eric Anholt1-0/+5
2014-02-01dri: Also support the loader with libudev.so.0.Eric Anholt1-0/+10
2014-02-01freedreno: better manage our WFI'sRob Clark7-24/+36
2014-02-01freedreno/a3xx: add logicopRob Clark3-6/+27
2014-02-01freedreno/a3xx: handle frag z writeRob Clark7-25/+53
2014-02-01freedreno: resync generated headersRob Clark4-9/+39
2014-02-01freedreno/a3xx: fix const confusionRob Clark2-9/+9
2014-02-01freedreno/a3xx/compiler: compiler cleanupsRob Clark7-145/+198
2014-02-01freedreno/compiler/a3xx: remove lowered instructionsRob Clark1-354/+0
2014-02-01freedreno: add tgsi lowering passRob Clark4-2/+1229
2014-02-01freedreno/a3xx/compiler: add CLAMPRob Clark1-7/+24
2014-02-01freedreno/a3xx/compiler: various fixesRob Clark1-14/+34