Minor r200 vertex program cleanups. Remove disabled leftovers from r300 vertex progra...
[mesa.git] / src / mesa / drivers / dri /
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
2006-05-02 Dave Airlieremove some unneeded includes
2006-05-02 Dave Airliemove the pkg config flags for libdrm to the bottom
2006-04-26 Aapo Tahkolafix warnings.
2006-04-26 Aapo TahkolaR300_SPAN_DISABLE_LOCKING env var
2006-04-25 Brian Pauluse _TNL_FIRST/LAST_MAT indexes
2006-04-24 Brian Paulextended swizzle (bug 6727)
2006-04-23 Aapo Tahkolaenable feedback rendering
2006-04-23 Aapo Tahkoladisable hw locking when entering span rendering for now
2006-04-23 Aapo Tahkolaneed to hold before freeing
2006-04-23 Benjamin HerrenschmidtEnable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on...
2006-04-21 Adam JacksonEnsure all GART allocations are freed on context destru...
2006-04-21 Adam JacksonFix format strings for LP64
2006-04-21 Brian Pauldepend is not a .PHONY target
2006-04-20 Aapo Tahkolalimit max program/param length to 255 (spotted by sroland)
2006-04-20 Brian PaulMake most of the _mesa_noop_*() functions static.
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-04-12 Aapo TahkolaGLboolean cannot hold GLuint! usage of tmus >= 4 no...
2006-04-11 Brian Pauladd missing 'union' keyword
2006-04-11 David RevemanFBConfig support for EXT_tfp
2006-04-11 Michal KrolMore GLSL code:
2006-04-11 Aapo Tahkolaget fog going(for real)
2006-04-11 Aapo Tahkolarectangular fp16 fixes (Ewald Snel)
2006-04-11 Aapo TahkolaFog support (Ewald Snel)
2006-04-09 Eric AnholtDestroy the GL context after driDestroyTextureHeap...
2006-04-08 Aapo Tahkolafix some conflict happenings at context destroy by...
2006-04-07 Brian Paulreplace >&/dev/null with >/dev/null so it works with...
2006-04-07 Alan HourihaneFix some warnings on x86_64
2006-04-07 Dave Airliemake miniglx use libdrm properly
2006-04-06 Brian PaulSet DRIVER_DEFINES instead of DEFINES to fix duplicate...
2006-04-06 Brian PaulReplace DEFINES with DRIVER_DEFINES. If a driver needs...
2006-04-06 Brian Paulupdate a couple MESA_FORMAT_Zxxx occurances
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-04-05 Dave Airlieadd tiling/fence support for the miniglx driver
2006-04-05 Dave Airliedon't waste the reserved memory, take an approximation...
2006-04-04 Alan HourihaneWe always have a back buffer. Fixes visual problems.
2006-04-04 Dave Airlieuse gart base from drm not try to work it out ourselves...
2006-04-04 Dave Airlieswitch to card_type rather than IsPCI, doesn't change...
2006-04-03 Adam JacksonBug #5754: Allocate texture memory correctly. (Richard...
2006-04-03 Dave Airlieadd miniglx sources to i915
2006-04-03 Dave Airlieif DDX is -1 don't do DDX check
2006-04-03 Dave Airlieuse Width
2006-04-03 Dave Airlieadd pitch support and use new Width
2006-04-03 Adam JacksonCoverity #459: Silly off-by-one error.
2006-04-02 Adam JacksonCoverity #567: Fix a memory leak on a failure path.
2006-04-02 Adam JacksonCoverity #650: Fix a memory leak when near OOM.
2006-04-01 Dave AirlieThese messages really should be printed all the time...
2006-04-01 Eric AnholtDon't index box by the box's index within numClipRects...
2006-04-01 Eric AnholtCall driUpdateFramebufferSize when we've found an updat...
2006-03-31 Aapo TahkolaEnough testing already
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-31 Aapo Tahkolafree rs300 and ban r350(according to r300.sf.net)
2006-03-31 Aapo Tahkolamake u_list adjustable
2006-03-31 Aapo Tahkolawarn about broken dxt 3/5
2006-03-31 Aapo TahkolaDont rely on writebacks
2006-03-31 Aapo Tahkoladisable r300 chips. R300_FORCE_R300 to force
2006-03-31 Aapo TahkolaMore meaningful warning.
2006-03-30 Eric AnholtThe pitches of the driRenderbuffers are in bytes, so...
2006-03-30 Brian PaulInit the Red/Green/Blue/Alpha/Depth/StencilBits fields...
2006-03-30 Dave AirlieFix up some incorrect pointers and clear screen
2006-03-30 Dave Airlieadd initial miniglx files for i915, not integrated yet
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-28 Keith WhitwellRevert merge of new/experimental code from texmem branch.
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-03-27 Roland Scheideggerremove unnecessary typedefs causing compiler warnings
2006-03-27 Dave AirlieFixup makefile for solo non-egl
2006-03-26 Brian Paulmerge from texman branch
2006-03-24 Aapo Tahkolasecondary color fixes.
2006-03-23 Dave Airliemake solo build complete
2006-03-23 Dave Airliefix coverity 1107: use after free
2006-03-23 Dave Airliefix coverity 926: use before NULL check
2006-03-22 Aapo Tahkolaimplement arl and enable hw nv_vp.
2006-03-20 Aapo TahkolaFix texrect upload conflicts.
2006-03-19 Aapo TahkolaDisable tnl programs when doing software vertex program...
2006-03-19 Aapo Tahkola-fix texrect fallback when using vtxfmt_a (glitz, xgl...
2006-03-17 Kristian HøgsbergDon't use glx_ansic.h functions (__glXMemset).
2006-03-13 Aapo TahkolaClean build.
2006-03-13 Aapo TahkolaFix broken max mipmap leveling that was horribly wrong.
2006-03-10 Aapo TahkolaOption to init vp temps(for testing)
2006-03-09 Aapo TahkolaKick VBOs out of GART if nothing else helps.
2006-03-09 Aapo TahkolaUse the force Luke, use the force.
2006-03-08 Dave Airliecoverity check bug fix going over end of array
2006-03-08 Dave Airliecoverity checker bug: Pointer dereferenced after NULL...
2006-03-07 Aapo TahkolaFix broken DrawElements & DrawRangeElements.
2006-03-07 Aapo TahkolaEnable HW VBOs and other things needed by it.
2006-03-07 Aapo TahkolaConvert to work with current DRM. + tag
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-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-02-28 Aapo TahkolaFree temps when possible
2006-02-28 Aapo TahkolaDont let (possibly) undefined z component reach hw...
2006-02-28 Aapo TahkolaNo need to call *_FIREVERTICES twice.
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-02-17 Keith WhitwellFix STENCIL_WRITE_MASK defn for bug 5902
2006-02-16 Aapo TahkolaSkip ARL while we dont implement it. Fix broken nv...
2006-02-16 Roland ScheideggerReinstate vertex format after a rasterization fallback...
2006-02-10 Aapo TahkolaWorkaround problems with NWN. (Tilman Sauerbeck)
2006-02-09 Brian Paulremove the test for XFree86Server from prev patch ...
next