pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / drivers /
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-31 Claudio CiccaniFixed bug with multiple contexts.
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-05-27 Roland Scheideggerfix some whitespace in previous commit
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulinit mask=0 to silence warning
2006-05-23 Brian Paulmake mgaSetFence() and mgaWaitFence() static
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-20 Brian Pauluse new _mesa_remove_renderbuffer()
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-19 Brian PaulAllow rendering 8, 16 and 32-bit/channel images without...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-05-14 Brian Paulremove some unused macros
2006-05-14 Brian Paulfix typo, remove dead code
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-05-12 Dave Airliethis should use the configured number not the MAX,...
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-05-08 Brian Paulfix warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
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-27 Brian Paulassorted clean-ups, fixes
2006-04-27 Brian Paulreplace a bunch of casts with GET_XRB macro
2006-04-26 Aapo Tahkolafix warnings.
2006-04-26 Aapo TahkolaR300_SPAN_DISABLE_LOCKING env var
2006-04-26 Brian Paulminor clean-up
2006-04-26 Brian Paulremove old XFree86 tag
2006-04-25 Brian Pauluse _TNL_FIRST/LAST_MAT indexes
2006-04-25 Brian Paulsilence warnings
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 Karl SchultzFix problem reported by Bill Newman in read_rgba_pixels...
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 Daniel BorcaInitialize renderbuffer size.
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 Daniel BorcaDMesa now uses OSMesa as a back-end.
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 Karl SchultzClean up data structures, finishing off some of the...
2006-03-30 Karl SchultzFix logic error in viewport function so that we still...
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-30 Brian PaulInit the Red/Green/Blue/Alpha/Depth/StencilBits fields...
2006-03-30 Karl SchultzUse [][3] for write_rgb_span_16
2006-03-30 Karl SchultzFixes from Brian to help migrate to render buffer DD...
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-29 Karl SchultzUpdate for new Mesa entry points. I need to change...
next