summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-12i915g: don't recalculate fb dimensionu_blitterDaniel Vetter3-31/+4
2011-03-11i915g: use y-tiling when the blitter is not usedDaniel Vetter1-1/+4
2011-03-11i915g: implement copy_region using u_blitterDaniel Vetter4-9/+129
2011-03-11i915g: fix use after freeDaniel Vetter2-3/+3
2011-03-11st/python: Remove flags from flush function.Vinson Lee1-1/+1
2011-03-11st/python: Remove the geom_flags param from is_format_supported.Vinson Lee1-4/+2
2011-03-11st/python: Clean up fence_finish.Vinson Lee1-1/+1
2011-03-11scons: Move texenvprogram.c to ff_fragment_shader.cpp.Vinson Lee1-1/+1
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2-5/+5
2011-03-11mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt2-4/+10
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt4-783/+668
2011-03-11mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt2-0/+6
2011-03-11mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt2-0/+15
2011-03-11mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt2-7/+16
2011-03-11prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2-4/+58
2011-03-11mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt1-2/+4
2011-03-11i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt1-1/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák69-215/+169
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák50-283/+208
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák27-118/+81
2011-03-11gallium: kill is_resource_referencedMarek Olšák44-462/+44
2011-03-11swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson1-0/+1
2011-03-11mesa: test against MaxUniformComponents in check_resources()Brian Paul1-3/+3
2011-03-11mesa: move location of some geometry program limitsBrian Paul5-26/+29
2011-03-11mesa: use check_resources() to check program against limitsBrian Paul1-0/+58
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul21-59/+85
2011-03-11mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul3-0/+5
2011-03-11vega: remove unused pipe varBrian Paul1-1/+0
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca3-12/+38
2011-03-11util: Fix typo in u_upload_flush().José Fonseca1-2/+2
2011-03-11r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy1-3/+3
2011-03-11draw: remove unnecessary flushMarek Olšák1-7/+0
2011-03-11st/vega: remove unnecessary flushesMarek Olšák3-14/+0
2011-03-11st/mesa: remove unnecessary flushesMarek Olšák2-5/+0
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom5-48/+3
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter4-15/+103
2011-03-10i915g: make set_framebuffer_state more robustDaniel Vetter1-1/+2
2011-03-10i915g: implement hw clearDaniel Vetter8-6/+131
2011-03-10i915g: blitter handles overlapping blitsDaniel Vetter1-1/+0
2011-03-10i915g: enable separate depth/stencil clearsDaniel Vetter1-1/+1
2011-03-10i915g: streamline derived state updates of the driver pipelineDaniel Vetter3-4/+2
2011-03-10i915g: don't validate a NULL vboDaniel Vetter1-1/+1
2011-03-10gallium/util: new polygon stipple utility helperBrian Paul4-0/+492
2011-03-10glsl: silence warning in printf() with a castBrian Paul1-1/+1
2011-03-10glx: fix null pointer deref in __glXGenerateError()Brian Paul1-5/+5
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom5-3/+48
2011-03-10r600: don't close fd on failed loadDave Airlie1-3/+0
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt1-1/+3
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2-42/+43
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller1-0/+2