Remove the code that checks for duplicated framebuffer attachments (which
[mesa.git] / src /
2006-04-05 Brian PaulRemove the code that checks for duplicated framebuffer...
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-05 Brian Pauljust some comments/docs
2006-04-05 Brian PaulCheck/use texture border color when sampling depth...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
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-04 Michal KrolFix texcoord interpolation for fragment shaders.
2006-04-04 Michal KrolMore GLSL code:
2006-04-04 Michal KrolBit set.
2006-04-04 Michal KrolReturn GLSL version string (1.10).
2006-04-04 Michal KrolDefine MAX_VERTEX_ATTRIBS to 16.
2006-04-03 Adam JacksonFix license header to SGI FreeB. (Eric Kunze, SGI)
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 Dave Airliesetup to use pci access, comment out size bumps,
2006-04-03 Dave Airliedo a drm lock/unlock sequence after the client close
2006-04-03 Dave Airlieadd width to struct for width != virtual width
2006-04-03 Dave Airliemake miniglx use libdrm and libpciaccess
2006-04-03 Adam JacksonCoverity #459: Silly off-by-one error.
2006-04-03 Adam JacksonCoverity #468: Fill in the rest of the error_list to...
2006-04-02 Adam JacksonCoverity #476: Avoid walking off the end of ->vtx.attrs...
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 Daniel BorcaRemoved empty arrays.
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 Brian PaulFix the fetch_texel_ci8() code to deal with floating...
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 Adam JacksonRevert my change from 1.37 as being bogus (see ensuing...
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 Brian Paulcomments regarding assertions
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 PaulUpdate the _WindowMap matrix in _mesa_set_viewport...
2006-03-29 Brian Paulput braces around RENDER_SPAN macro when called, not...
2006-03-29 Kristian HøgsbergFixes to silence warnings in code generated by glapi...
2006-03-29 Brian Pauladded some no-op virtual destructors to silence g+...
2006-03-29 Brian Paulfixes from John Shell (bug 6339)
2006-03-29 Brian Paulminor clean-up
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-29 Brian Paulfix components initialization in two places (Ewald...
2006-03-29 Brian Paulmove NumNativeAlu/TexInstruction assignments (Ewald...
2006-03-29 Jouk Jansen Committing in .
2006-03-29 Brian PaulNew code for rendering to depth/stencil textures.
2006-03-29 Brian Paulnew tests for GL_DEPTH_STENCIL_EXT
2006-03-29 Brian Paula few new assertions
2006-03-29 Brian Paulfix a GLuint vs GLushort test, new assertions
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2006-03-29 Karl SchultzUpdate for new Mesa entry points. I need to change...
2006-03-28 Daniel BorcaMatch pixel addresses with `compute_row_addresses'...
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-28 Brian Paulupdated comment about framebuffer's Visual field
2006-03-28 Brian Paulupdate conditional for render to GL_DEPTH_STENCIL textu...
2006-03-28 Brian Paula little code movement so we don't make invalid casts...
2006-03-28 Aapo Tahkolafix #6072 (Keith Whitwell)
2006-03-28 Keith WhitwellRevert merge of new/experimental code from texmem branch.
2006-03-28 Brian Paulenable GL_ARB_half_float_pixel, was GL_MESAX_half_float...
2006-03-28 Brian Paulcomment about byteswapping in _mesa_unpack_depth_span()
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 Daniel BorcaDisable `hidden' attribute for DJGPP
2006-03-27 Daniel BorcaPutRowRGB was not initialized for OSMESA_RGB_565
2006-03-27 Dave AirlieFixup makefile for solo non-egl
2006-03-26 Brian Paulmerge from texman branch
2006-03-25 Brian Paulremove carriage returns
2006-03-25 Brian Paulfix issue in _mesa_free_framebuffer_data()
2006-03-25 Brian Paulcheck for incomplete FBO in _mesa_Clear()
2006-03-24 Brian PaulClean up the recent code related to texture_override...
2006-03-24 Brian Pauladded some missing formats in _mesa_source/dest_buffer_...
2006-03-24 Aapo TahkolaMake ARB_vp backends happy with nv arl
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 Brian PaulNeed to check for new state and do readpixels/drawpixel...
2006-03-22 Aapo Tahkolaimplement arl and enable hw nv_vp.
2006-03-22 Aapo TahkolaARL dst idx was undefined.
next