summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König1-25/+1
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König1-2/+20
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König3-4/+22
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca3-0/+11
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca1-1/+6
2011-03-09util: add ensure_sanity checks, fix a bugKeith Whitwell1-2/+56
2011-03-09util: improve cache collision behaviourKeith Whitwell1-18/+76
2011-03-09util: Add remove to util_cacheAlex Corscadden2-0/+26
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden1-2/+2
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca1-1/+13
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom1-1/+2
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee4-4/+4
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee1-1/+1
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák1-0/+17
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák29-36/+71
2011-03-08st/mesa: implement ARB_syncMarek Olšák6-0/+168
2011-03-08r300g: add LATC supportMarek Olšák3-4/+22
2011-03-08st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák1-8/+4
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák3-3/+76
2011-03-08gallium/util: add LATC supportMarek Olšák9-4/+472