summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-01freedreno: ctx should hold ref to devRob Clark7-3/+9
2014-02-01freedreno: add prims-emitted driver queryRob Clark1-0/+1
2014-01-31i965: Silence unused variable 'ctx' warning.Kenneth Graunke1-1/+0
2014-01-31i965: Fix math instruction hstride assertions on Broadwell.Kenneth Graunke1-1/+1
2014-01-31i965: Disable 3DSTATE_WM_HZ_OP fields.Kenneth Graunke2-0/+10
2014-01-31i965: Update GS state for Broadwell.Kenneth Graunke5-1/+155
2014-01-31i965: Update multisampling state for Broadwell.Kenneth Graunke7-1/+135
2014-01-31i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.Kenneth Graunke4-1/+180
2014-01-31i965: Update BLEND_STATE for Broadwell.Kenneth Graunke4-1/+216
2014-01-31i965: Update SF_CLIP_VIEWPORT for Broadwell.Kenneth Graunke4-1/+121
2014-01-31i965: Rework SURFACE_STATE entries for Broadwell.Kenneth Graunke5-1/+385