merge from master
[mesa.git] / src / mesa / drivers / dri / r300 / r300_state.c
2007-03-21 Brianmerge from master
2007-03-15 Oliver McFaddenCommitted Rune Petersen's fragment.position patch ...
2007-03-11 Aapo TahkolaGuess another unknown register in R300 command buffer...
2007-03-11 Oliver McFaddenRenamed some of the unkXXX variables in the command...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-01 Christoph BillAdd early register descritpion.
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 Dave Airlier300: get rid of CB_DPATH legacy
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-03 Michel DänzerMerge branch 'origin'
2007-02-03 Michel DänzerFall back to software rasterization if r300_translate_f...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-18 Aapo Tahkolasupport as much of GL_EXT_stencil_two_side as we can...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-17 Rune Petersenfragment.position support
2006-11-17 Rune Petersenr300_select_vertex_shader4:
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulremove unused vars
2006-10-31 Keith Whitwelldisable vtxfmt_a code, switch over to vbo
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-08-26 Aapo Tahkolafix #8008
2006-08-22 Aapo Tahkolafix broken write-only depth setting. use early z where...
2006-08-11 Aapo Tahkolasupport shorts as vertex data
2006-07-31 Aapo Tahkolafix #6991
2006-07-05 Aapo TahkolaR300_RR_ROUTE_1 still needs to be initialized.
2006-06-30 Brian PaulVertex/fragment program patches (Rune Petersen)
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-04-20 Aapo Tahkolalimit max program/param length to 255 (spotted by sroland)
2006-04-12 Aapo TahkolaGLboolean cannot hold GLuint! usage of tmus >= 4 no...
2006-04-11 Brian Pauladd missing 'union' keyword
2006-04-11 Michal KrolMore GLSL code:
2006-04-11 Aapo Tahkolaget fog going(for real)
2006-04-11 Aapo TahkolaFog support (Ewald Snel)
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-19 Aapo TahkolaDisable tnl programs when doing software vertex program...
2006-03-13 Aapo TahkolaClean build.
2006-03-13 Aapo TahkolaFix broken max mipmap leveling that was horribly wrong.
2006-02-28 Aapo TahkolaFix aliasing bug (Benjamin Herrenschmidt)
2006-02-25 Roland ScheideggerAdd all pci ids known by ddx to radeon dri driver....
2006-01-27 Aapo Tahkolaremove broken non arb fp path
2006-01-26 Aapo Tahkolaremove some testing code
2006-01-26 Aapo TahkolaFix a problem where offsets from disabled tmus reach drm
2006-01-13 Aapo Tahkolanamespace pollution fixes (Tilman Sauerbeck)
2006-01-13 Aapo TahkolaFix invalid tex coord routing and couple other small...
2006-01-09 Aapo TahkolaMissing patch from Ben Skeggs:
2005-12-18 Aapo TahkolaHandle fatal case.
2005-12-17 Aapo TahkolaWarn only when being enabled.
2005-12-17 Aapo TahkolaFix (likely) typo.
2005-12-17 Aapo TahkolaAdd some missing hooks. This should fix various little...
2005-12-06 Aapo TahkolaMake missing interpolator inputs fatal
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 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 TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-09-14 Dave Airliefix breakage from Brians changes earlier
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-07-02 Vladimir DergachevExpose the fact that we do not do either selection...
2005-06-30 Aapo Tahkola-"fix" page flipping
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-06-21 Nicolai HaehnleBack out the actual enabling of depth tiling.
2005-06-21 Aapo Tahkolar300 driver side of color tiling support.
2005-06-21 Nicolai HaehnleMake sure texture base addresses are used correctly.
2005-06-16 Aapo TahkolaFix gloss breakage when using hw tnl.
2005-06-16 Aapo TahkolaUse depth tiling.
2005-06-16 Aapo TahkolaSupport 16-bit modes.
2005-06-08 Ben Skeggs- Secondary colour
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-18 Aapo TahkolaStick texture LOD back on.
2005-05-18 Aapo TahkolaPolygon mode fixes.
2005-05-14 Aapo TahkolaMake gleans polyoffset test happy.
2005-05-14 Aapo TahkolaDont assume GLbooleans are ones when true.
2005-05-14 Nicolai HaehnleCleanup blend state generation.
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-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-04-18 Aapo TahkolaFixing and enabling elt buffers by default.
2005-04-18 Peter ZubajAlpha test fix
next