summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2006-06-06prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola
2006-06-06make sure tex format is supported.Aapo Tahkola
2006-06-06various fixes (Roland Scheidegger)Aapo Tahkola
2006-06-02remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger
2006-06-01retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger
2006-05-31SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...Tilman Sauerbeck
2006-05-31pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r30...Tilman Sauerbeck
2006-05-30minor code cleanup, no actual changesTilman Sauerbeck
2006-05-23init mask=0 to silence warningBrian Paul
2006-05-12this should use the configured number not the MAX, this has no effect untilDave Airlie
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-04-26fix warnings.Aapo Tahkola
2006-04-26R300_SPAN_DISABLE_LOCKING env varAapo Tahkola
2006-04-25use _TNL_FIRST/LAST_MAT indexesBrian Paul
2006-04-24extended swizzle (bug 6727)Brian Paul
2006-04-23enable feedback renderingAapo Tahkola
2006-04-23disable hw locking when entering span rendering for nowAapo Tahkola
2006-04-23need to hold before freeingAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-21Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson
2006-04-21Fix format strings for LP64Adam Jackson
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-12GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.Aapo Tahkola
2006-04-11add missing 'union' keywordBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-04-11get fog going(for real)Aapo Tahkola
2006-04-11rectangular fp16 fixes (Ewald Snel)Aapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie
2006-03-31Enough testing alreadyAapo Tahkola
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-31make u_list adjustableAapo Tahkola
2006-03-31warn about broken dxt 3/5Aapo Tahkola
2006-03-31Dont rely on writebacksAapo Tahkola
2006-03-31More meaningful warning.Aapo Tahkola
2006-03-29FP textures and fixes (Ewald Snel)Brian Paul
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2006-03-27remove unnecessary typedefs causing compiler warningsRoland Scheidegger
2006-03-24secondary color fixes.Aapo Tahkola
2006-03-22implement arl and enable hw nv_vp.Aapo Tahkola
2006-03-20Fix texrect upload conflicts.Aapo Tahkola
2006-03-19Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-03-10Option to init vp temps(for testing)Aapo Tahkola
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-09Use the force Luke, use the force.Aapo Tahkola