summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-03intel: Increase max relocs per batchbufferJakob Bornecrantz1-2/+1
2009-03-02mesa: save some useful VBO debug/dump code (disabled)Brian Paul1-0/+42
2009-03-02mesa: more tex image debug/dumping codeBrian Paul1-0/+22
2009-03-02mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul1-0/+18
2009-03-02mesa: move call to update_texture_compare_function()Brian Paul1-3/+1
2009-03-02mesa: fix texture enable regressionBrian Paul1-2/+3
2009-03-02mesa: use _mesa_reference_texobj() when setting texUnit->Current pointerBrian Paul1-2/+1
2009-03-02mesa: don't draw arrays if vertex position array is not enabledBrian Paul1-3/+12
2009-03-02gallium: only enable depth test if a depth bufffer is availableBrian Paul1-3/+5
2009-03-02mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul1-5/+0
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul22-28/+28
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul3-2/+7
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton5-5/+5
2009-03-02g3dvl: Grab surface pointer when flushing front buffer in SP winsys.Younes Manton1-2/+2
2009-03-02swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul2-8/+8
2009-03-02mesa: fixed computation of _EnabledCoordUnitsBrian Paul1-8/+18
2009-03-02mesa: clarify comments for per-unit texture bitfieldsBrian Paul1-8/+14
2009-03-02mesa: move texture_override() code into calling loopBrian Paul1-30/+19
2009-03-02mesa: move update_texture_compare_function() call out of loopBrian Paul1-1/+3
2009-03-02mesa: remove unused AUX buffersBrian Paul6-32/+5
2009-03-02mesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCESBrian Paul1-6/+1
2009-03-01r300-gallium: Clean up casts and indents.Corbin Simpson2-12/+14
2009-03-01r300-gallium: Split off invariant state.Corbin Simpson4-14/+91
2009-02-28r300-gallium: Add RADEON_NO_TCL debugging option.Corbin Simpson1-1/+1
2009-02-28r300-gallium: Fix register count.Corbin Simpson1-1/+1
2009-02-28r300-gallium: Fix hardlocks on trivial/clear.Corbin Simpson2-1/+23
2009-02-28r300-gallium: Use rs_state emit for r300_surface, move a few things around.Corbin Simpson2-19/+28
2009-02-28r300-gallium: Move maths from r300_state to r300_state_inlines.Corbin Simpson2-4/+6
2009-02-28mesa: just re-order some parts and update comments in sources.makBrian Paul1-9/+9
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul23-92/+68
2009-02-28mesa: add gallium state tracker sources to ALL_SOURCESBrian Paul1-1/+2
2009-02-28mesa: convert some #defines to enumsBrian Paul2-49/+86
2009-02-28demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.Brian Paul2-0/+342
2009-02-28mesa: move _GenFlags = 0x0 to texgen loopBrian Paul1-1/+2
2009-02-28mesa: use fp pointer in _tnl_InvalidateState()Brian Paul1-7/+4
2009-02-28mesa: fix remaining FEEDBACK_TOKEN macrosJoakim Sindholt1-5/+5
2009-02-28r300-gallium: Cleanup color formats.Corbin Simpson2-15/+19
2009-02-28r300-gallium: Be more Gallium-ish in some of the math.Corbin Simpson1-25/+7
2009-02-28r300-gallium: Move all state translators to r300_state_inlines.Corbin Simpson2-288/+304
2009-02-28mesa: move #include "bitset.h" out of mtypes.h - not needed in core MesaBrian Paul2-1/+1
2009-02-28mesa: add a prototype to silence warningsBrian Paul1-0/+3
2009-02-28mesa: Sparc's IROUND() optimization is invalid.David Miller1-9/+1
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul3-32/+34
2009-02-28mesa: convert macro to inline functionBrian Paul1-9/+12
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul4-30/+34
2009-02-28mesa: comments, whitespace, reformattingBrian Paul2-32/+33
2009-02-28mesa: remove dead codeBrian Paul1-12/+0
2009-02-28mesa: move gl_attrib_node struct to attrib.c tooBrian Paul2-11/+13
2009-02-28mesa: move gl_enable_attrib struct to attrib.c, the only place it's usedBrian Paul2-78/+84
2009-02-28mesa: lots of updated comments, formatting clean-upsBrian Paul1-100/+89