summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs26-746/+505
2009-03-18st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs1-6/+20
2009-03-17r300-gallium: Move all unsorted state into invariant state.Corbin Simpson2-123/+124
2009-03-17r300-gallium: Emit invariant state, no matter what.Corbin Simpson3-2/+2
2009-03-17r300-gallium: Quick little cleanup of surface_fill state.Corbin Simpson1-12/+11
2009-03-17tgsi: Restore statement ordering.José Fonseca1-1/+1
2009-03-17r300-gallium: Debugging for the more sensitive card registers.Corbin Simpson1-4/+12
2009-03-17r300-gallium: r500-fs: Fixup immediate->constant counting a bit.Corbin Simpson1-2/+4
2009-03-17r300-gallium: More query stuff.Corbin Simpson2-6/+46
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul1-6/+6
2009-03-17mesa: update/fix doxygen commentsVinson Lee12-17/+16
2009-03-17util: Realloc takes bytes.José Fonseca1-2/+2
2009-03-17wgl: Port sharedtex_mt to WGL.Michal Krol3-0/+680
2009-03-17tgsi: Document ps_2_0 instruction set operations.Michal Krol1-0/+57
2009-03-17tgsi: Document ps_1_4 instruction set operations.Michal Krol1-0/+9
2009-03-17tgsi: Document ps_1_1 instruction set operations.Michal Krol1-0/+9
2009-03-17tgsi: Begin documenting GLSL instruction set operations.Michal Krol1-0/+54
2009-03-17tgsi: Begin documenting NV_geometry_program4 instruction set operations.Michal Krol1-0/+14
2009-03-17xdemos: Fix sharedtex_mt.Thomas Hellstrom1-70/+33
2009-03-17python: Return on unknown pixel format.Michal Krol1-0/+1
2009-03-17gallium: Use `_new' name, `new' is a reserved keyword in C++.Michal Krol1-9/+9
2009-03-17gallium: Provide unprotected atomic implementation for display and miniport i...Michal Krol1-1/+15
2009-03-17python: Fix build after refcount rework.Michal Krol1-3/+3
2009-03-17python: Include `p_winsys_screen.h'.Michal Krol1-8/+9
2009-03-17python: Do not pass screen object to pipe_buffer_reference.Michal Krol1-1/+1
2009-03-17tgsi: Silence const pointer cast warnings.Michal Krol1-4/+11
2009-03-17r300-gallium: r500-fs: Properly set up TEX/OUT.Corbin Simpson1-4/+14
2009-03-17r300-gallium: r500-fs: Texture insts, ABS, moar comments.Corbin Simpson1-28/+66
2009-03-17r300-gallium: Clean up some code, un-special-case scalar ops.Corbin Simpson1-42/+31
2009-03-17r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB.Corbin Simpson2-37/+44
2009-03-17r300-gallium: Fix relocation for textures.Corbin Simpson1-2/+2
2009-03-16trace: Fix memory leakJakob Bornecrantz1-1/+2
2009-03-16util: bitmask data type.José Fonseca3-0/+435
2009-03-16trace: Re-init refcounters just incaseJakob Bornecrantz2-0/+5
2009-03-16trace: Dump buffer data via buffer writesJakob Bornecrantz2-64/+37
2009-03-16progs/trivial: IgnoresJakob Bornecrantz1-0/+3
2009-03-16progs/tests: IgnoresJakob Bornecrantz1-0/+4
2009-03-16python: Use transfer object to read from a surface.Michal Krol1-16/+32
2009-03-16python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol1-1/+1
2009-03-16python: size is not a member of pipe_constant_buffer any more.Michal Krol1-1/+0
2009-03-16r300-gallium: r500-fs: Add ABS.Corbin Simpson1-0/+13
2009-03-16r300-gallium: r500-fs: Clamp only when saturation flags are set.Corbin Simpson1-3/+7
2009-03-16r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff.Corbin Simpson1-1/+23
2009-03-16r300-gallium: Cleanup a few things.Corbin Simpson1-7/+10
2009-03-16r300-gallium: r500-fs: MUL.Corbin Simpson2-0/+30
2009-03-16r300-gallium: r500-fs: Stub out the simple scalar ops.Corbin Simpson1-5/+34
2009-03-16r300-gallium: r500-fs: Add DPH.Corbin Simpson1-1/+12
2009-03-16r300-gallium: r500-fs: Add dot products.Corbin Simpson1-27/+79
2009-03-16gallium: Implement atomic for MSVC on x86.Michal Krol1-1/+65
2009-03-16gallium: Implement atomic interface for windows user mode subsystem.Michal Krol1-1/+35