enable feedback rendering
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.h
2006-04-23 Benjamin HerrenschmidtEnable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on...
2006-04-20 Aapo Tahkolalimit max program/param length to 255 (spotted by sroland)
2006-04-11 Michal KrolMore GLSL code:
2006-04-11 Aapo TahkolaFog support (Ewald Snel)
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-27 Roland Scheideggerremove unnecessary typedefs causing compiler warnings
2006-03-19 Aapo Tahkola-fix texrect fallback when using vtxfmt_a (glitz, xgl...
2006-03-13 Aapo TahkolaClean build.
2006-03-09 Aapo TahkolaKick VBOs out of GART if nothing else helps.
2006-03-07 Aapo TahkolaEnable HW VBOs and other things needed by it.
2006-03-07 Aapo TahkolaVarious fallbacks, checks and tags.
2006-03-06 Aapo TahkolaPort r200 tex tiling code to run on r300 but keep it...
2006-01-27 Aapo Tahkolaper vp sw fallbacks
2006-01-09 Aapo TahkolaMissing patch from Ben Skeggs:
2005-12-17 Aapo TahkolaDrop output checking.
2005-12-17 Aapo TahkolaEnable CB_DPATH by default.
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-02 Aapo TahkolaUse ctx->VertexProgram._Current .
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-11-01 Aapo TahkolaRe-enable fallbacks.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-10-28 Aapo TahkolaCompiled arrays for vtxfmt_a path.
2005-10-28 Eric AnholtCorrect the ordering of the blend constant color.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-10-26 Aapo TahkolaFix invalid vsf temp count for rv350.
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-06-21 Nicolai HaehnleMake sure texture base addresses are used correctly.
2005-05-28 Ben SkeggsUp MAX_AOS_ARRAYS to 16. Do we need more?
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-26 Ben Skeggsconstant tracking
2005-05-23 Ben SkeggsImplement enough of ARB_fragment_program for Keith...
2005-05-19 Aapo TahkolaDitch unused code and features that arent in subject...
2005-05-11 Aapo TahkolaVBOs.
2005-05-05 Aapo TahkolaGetting rusty... 4278 was already there.
2005-05-05 Aapo TahkolaFlat shading and bunch of clarifications to r300_reg.h .
2005-05-05 Aapo TahkolaPack tex coord regs at vertex program backend.
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-19 Aapo TahkolaReorganized shader stuff.
2005-04-19 Aapo TahkolaFixes for bugs that were nailed down when compairing...
2005-03-18 Aapo TahkolaMisc fixes.
2005-03-16 Aapo TahkolaProper VAP output configuration as R300_RS_ROUTE_0_COLO...
2005-03-15 Ben SkeggsInitial multitexturing support. Old behaviour can...
2005-03-14 Peter ZubajStencil support
2005-03-12 Aapo TahkolaUnlike radeon and r200 drivers r300AllocCmdBuf allocs...
2005-02-28 Aapo Tahkolafix for 'nasty bug' and some sanity checks to avoid...
2005-02-24 Aapo TahkolaAnother nasty struct size bug found.
2005-02-22 Aapo TahkolaNew elt buffer code should be fairly stable.
2005-02-21 Vladimir DergachevAdd code to autogenerate vertex shaders.
2005-02-19 Aapo TahkolaMinor fix to border and blend color.
2005-02-19 Aapo TahkolaFix for buffer overrun caused by ALLOC_STATE not having...
2005-02-18 Nicolai HaehnleReset nr_released_bufs to 0 after the command buffer...
2005-02-16 Aapo TahkolaSupport for idx buffers. Leaving it on by default as...
2005-02-15 Ben SkeggsShare routing code between immd/vb. Fix breakage of...
2005-02-11 Ben SkeggsPort of r200 VB code. VB path should be as fast as...
2005-02-10 Aapo TahkolaRemoving some regs that are wrong and adding some comme...
2005-02-10 Aapo TahkolaTurns out unknown5 was border color. texwrap looks...
2005-02-10 Aapo TahkolaAdding support for selecting line width. Stipple patter...
2005-02-08 Aapo TahkolaFix the bug and get zbias back into shape. There might...
2005-02-08 Aapo TahkolaBIG FAT NOTE: Theres a nasty bug somewhere thats causin...
2005-02-08 Aapo TahkolaImplemented checks that prevent r300 from locking up...
2005-02-08 Aapo TahkolaTo cut the long and boring story short, polygon offsets...
2005-02-03 Vladimir DergachevStart beginning of pixel shader generator..
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
2005-02-03 Vladimir DergachevGet Polygon offset fill to work.
2005-02-01 Aapo TahkolaVertex programs work now with some restrictions. I...
2005-02-01 Vladimir DergachevMake WARN_ONCE messages more informative.
2005-02-01 Vladimir DergachevReduce noiseness of the driver.
2005-01-31 Vladimir DergachevAdd magic sequence to prevent ClearBuffer from locking up.
2005-01-29 Aapo TahkolaBeginings of program generation. This code havent been...
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...
2005-01-24 Aapo Tahkolaborder_color causes lockups with vertex buffers. Disabl...
2005-01-23 Nicolai HaehnleRemove unused variables from r300_context
2005-01-23 Nicolai HaehnleFix more warnings and compilation issues.
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
2005-01-21 Vladimir DergachevProperly input stencil info contributed by Wladimir.
2005-01-15 Vladimir DergachevOn the way to getting stencil working.
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-14 Aapo TahkolaAdded fixes for filter modes and support for anisotropy...
2005-01-14 Vladimir DergachevRemove redundant register.
2005-01-09 Vladimir DergachevPort EmitPixelShader from cmdbuf.c to SetupPixelShader...
2005-01-04 Vladimir DergachevMajor code restructuring:
2005-01-03 Vladimir DergachevAdd structs describing vertex and pixel shader state...
2005-01-03 Vladimir DergachevEnable code to compute other constants that were used...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.
2005-01-02 Vladimir DergachevAdd texture units registers
2004-12-31 Vladimir DergachevQualify the magic 20B0 register as SE_VTE_CNTL similar...
2004-12-30 Vladimir DergachevChange default RS settings so that glxgears will displa...
2004-12-30 Vladimir DergachevClarify some of the unkXXXX atoms.
2004-12-30 Vladimir DergachevPort viewport setting code from R200.
2004-12-16 Vladimir DergachevThe types uint32_t and uint8_t are not used in Mesa...
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-10-24 Nicolai HaehnleHardware accelerated depth clear
2004-10-15 Nicolai HaehnleHuge dumb drop. State:
2004-09-28 Nicolai HaehnleInitial revision