summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola1-7/+0
2005-05-14The kernel doesn't like command buffers over 64KB, so we don'tNicolai Haehnle1-3/+5
2005-05-14Don't print debug messages unless the user explicitly requested themNicolai Haehnle1-4/+6
2005-05-05Getting rusty... 4278 was already there.Aapo Tahkola1-3/+0
2005-05-05Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola1-0/+3
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola1-2/+2
2005-03-08Replacing some RADEON cmd types with r300 counterparts.Aapo Tahkola1-2/+2
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola1-1/+1
2005-02-19Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola1-8/+7
2005-02-18Print an error if idling the engine before the buffer copy fails.Nicolai Haehnle1-1/+1
2005-02-18Always submit command buffers, even when there are no cliprects,Nicolai Haehnle1-13/+6
2005-02-18Reset nr_released_bufs to 0 after the command buffer has been submitted.Nicolai Haehnle1-0/+2
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle1-16/+16
2005-02-11Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs1-30/+25
2005-02-10Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola1-7/+0
2005-02-10Fix copy'n'paste errors.Vladimir Dergachev1-3/+9
2005-02-10Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola1-7/+3
2005-02-10Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola1-0/+17
2005-02-08Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola1-8/+0
2005-02-08BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola1-0/+8
2005-02-08To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola1-3/+3
2005-02-03Get Polygon offset fill to work.Vladimir Dergachev1-0/+3
2005-01-24border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola1-3/+3
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev1-1/+1
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev1-6/+3
2005-01-14Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola1-0/+4
2005-01-14Remove redundant register.Vladimir Dergachev1-3/+0
2005-01-10Bring vertex buffer code up to date..Vladimir Dergachev1-12/+26
2005-01-09Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.Vladimir Dergachev1-58/+6
2005-01-09Implement a more elaborate hashing scheme for texture formats. Still not perf...Vladimir Dergachev1-49/+0
2005-01-04Major code restructuring:Vladimir Dergachev1-16/+16
2005-01-03Add structs describing vertex and pixel shader state to r300_state.Vladimir Dergachev1-0/+144
2005-01-03Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev1-0/+63
2005-01-02Add texture units registersVladimir Dergachev1-1/+35
2004-12-31Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...rotating_gearsVladimir Dergachev1-3/+3
2004-12-30Change default RS settings so that glxgears will display something..Vladimir Dergachev1-0/+3
2004-12-30Clarify some of the unkXXXX atoms.Vladimir Dergachev1-6/+9
2004-11-02No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle1-4/+11
2004-10-24Hardware accelerated depth clearNicolai Haehnle1-2/+5
2004-10-17- FIX: flickeringNicolai Haehnle1-8/+4
2004-10-15Huge dumb drop. State:Nicolai Haehnle1-15/+27
2004-09-28Initial revisionNicolai Haehnle1-0/+489