mesa: added comment
[mesa.git] / src /
2009-05-22 Brian Paulmesa: added comment
2009-05-22 Brian Paulmesa: add missing glGet*() case for GL_VERTEX_ARRAY_BIN...
2009-05-21 Brian Paulvbo: fix incorrect loop limit in bind_array_obj()
2009-05-21 Brian Paulmesa: use MAX_ values instead of literals
2009-05-19 Mathias Fröhlichmesa: allow depth/stencil textures to be attached to...
2009-05-19 Brian Paulmesa: assign trb->Base.StencilBits in update_wrapper().
2009-05-18 Brian Paulst/mesa: fix incorrect src/dst stride params to _mesa_g...
2009-05-18 Brian Paulmesa: comments for _mesa_generate_mipmap_level()
2009-05-18 Brian Paulsoftpipe: add texture target sanity check assertion
2009-05-18 Brian Paulst: fix incorrect target parameter to screen->is_format...
2009-05-18 Aidan ThorntonInitialize psp->waitX/waitGL for swrast_dri.so.
2009-05-15 Brian Paulmesa: bump version to 7.5-rc2
2009-05-14 Michel Dänzerr300: Make sure to drop current hardware state referenc...
2009-05-13 Brian Paulintel: added null ptr check
2009-05-13 Brian Paulintel: create a private gl_array_object for intel_clear...
2009-05-13 Brian Paulmesa: delete array objects before buffer objects during...
2009-05-13 Brian Paulmesa: clean-up vertex array object VBO unbinding and...
2009-05-13 Brian Paulmesa: reference counting for gl_array_object
2009-05-12 Michel DänzerglXChooseVisual: Only consider fbconfig if we can get...
2009-05-12 Ian RomanickTest either GL_FRONT_LEFT or GL_FRONT for front-buffer...
2009-05-11 Brian Paulst: do proper refcounting for framebuffer surfaces
2009-05-11 Brian Paulmesa: Fixed a texture memory leak
2009-05-09 Hanno Böckgallium: replace lib with $(LIB_DIR)
2009-05-08 Brian Paulmesa: set version to 7.5-rc1
2009-05-08 José Fonsecawgl: Grow the maximum number of pixel formats to cope...
2009-05-08 Keith Whitwellmesa/st: keep surface_copy arguments positive
2009-05-08 Keith Whitwellmesa/st: remove redundant call to st_finish in CopyTexS...
2009-05-08 José Fonsecawgl: Export pixelformats with accumulation bits.
2009-05-08 Keith Whitwellmesa/st: cope with non-ibo index data in st_draw_feedback.c
2009-05-08 Keith Whitwellutil/upload: catch failures to map_range and return...
2009-05-08 Keith Whitwellstw: fix potential uninitialized use of curctx
2009-05-08 José Fonsecawgl: Enforce a minimum 1x1 framebuffer size.
2009-05-08 José Fonsecawgl: Add assertion for missing function.
2009-05-08 José Fonsecawgl: Remove unused variable.
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-08 José Fonsecawgl: Implement ShareLists.
2009-05-08 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-08 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-08 José Fonsecawgl: Implemente SwapLayerBuffers.
2009-05-08 José Fonsecautil: Limit the stack walk to avoid referencing undefin...
2009-05-08 Keith Whitwellgallium/tgsi: hack around linker/archiver breakage
2009-05-08 José Fonsecawgl: Include alpha bits in pixel format's cColorBits...
2009-05-08 Keith Whitwellgallium/draw: cope with unused vertex_elements
2009-05-08 José Fonsecawgl: UINT_PTR null value is an integral type, so return...
2009-05-08 José Fonsecapb: Save the stack backtrace when creating/mapping...
2009-05-08 José Fonsecapb: Dump the fenced buffer sizes.
2009-05-07 Brian Paulswrast: fix span clipping bug
2009-05-07 Brian Paulmesa: unmap buffer objects during context tear-down
2009-05-05 Brian Paulgallium: fix texcoords for cubemap mipmap generation
2009-05-04 Brian Paulglx: replace Xmalloc() calls with Xcalloc()
2009-05-02 Brian Paulst: create renderbuffer's pipe_surface in st_render_tex...
2009-05-02 Brian Paulmesa: fix state validation bug for glCopyTex[Sub]Image()
2009-05-01 Tom FogalFix symbol list for mangled Mesa on Darwin.
2009-05-01 Brian Paulmesa: remove -devel suffix from version
2009-05-01 Corbin Simpsonradeon: Don't even bother with things too big to fit...
2009-05-01 Corbin Simpsonr300-gallium, radeon-winsys: Hide radeon_cs from r300...
2009-05-01 Corbin Simpsonr300-gallium, radeon-winsys: Space accounting.
2009-05-01 Corbin Simpsonr300-gallium, radeon-winsys: Reorganize r300_winsys...
2009-05-01 Corbin Simpsonr300-gallium: Don't bother with conditional double...
2009-05-01 Corbin Simpsonradeon: Fix cast and comment.
2009-04-30 Tormod Voldenmesa: Prepend "-Wl," to linking options
2009-04-30 Brian Pauli915simple: remove duplicated i915_context.c in C_SOURCES
2009-04-30 Michel Dänzerr300: Increase reference count of texture objects refer...
2009-04-30 Michel Dänzergallium: Add SCons build support for the DRI state...
2009-04-30 Dan Nicholsonegl: Don't install demodriver
2009-04-29 Tom FogalUse variable library name in pkg-config output.
2009-04-29 Brian Paultgsi: added tgsi_check_soa_dependencies() and related...
2009-04-29 Brian Paulmesa: added _mesa_check_soa_dependencies() function
2009-04-28 Brian Paulsoftpipe: return PIPE_UNREFERENCED in softpipe_is_buffe...
2009-04-28 Keith Whitwellmesa/st: protect internal flushes with FLUSH_CURRENT
2009-04-28 Keith Whitwellmesa/main: protect driver.finish with FLUSH_CURRENT
2009-04-28 Keith Whitwellmesa/st: remove duplicate offset calculation
2009-04-28 Keith Whitwellgallium/draw: add ability to print out active pipeline...
2009-04-28 Keith Whitwellmesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_trans...
2009-04-28 Keith Whitwellutil/indices: remove debug prints
2009-04-28 Keith Whitwellmesa/st: workaround for crashes in st_copy_texsubimage
2009-04-28 José Fonsecawgl: Store current HDC/HGLRC in stw_context.
2009-04-28 Alex DeucherR300: add quadpipe overrides
2009-04-28 Brian Pauli965: avoid segfault in intel_update_renderbuffers...
2009-04-28 Brian Paulswrast: add missing break in clamp_rect_coord_linear()
2009-04-28 Thomas Hellstromgallium dri st: Propagate the drawable info when we...
2009-04-28 Thomas Hellstromgallium dri st: Use st_get_current() instead of GET_CUR...
2009-04-28 Thomas Hellstromst: Add an st_get_current() function.
2009-04-28 Jakob Bornecrantzgallium-intel: Create a i965_dri.so symlink
2009-04-27 Jakob Bornecrantzgallium-intel: Fix build of dri driver
2009-04-28 Thomas Hellstromgallium dri st: Fix up some comments and minor bugs.
2009-04-28 Corbin Simpsonradeon-r300: Fix a bit of breakage.
2009-04-28 Corbin Simpsonradeon: Use PCI_MATCH_ANY for xorg driver.
2009-04-28 Thomas Hellstromgallium: Rename the dri state tracker lib to libdridrm.a
2009-04-28 Thomas Hellstromgallium: indent and cleanfile the dri state-tracker.
2009-04-28 Thomas Hellstromgallium: Update the dri2 state tracker to support dri1.
2009-04-28 Thomas Hellstromgallium: Add a dri1 api
2009-04-28 Thomas Hellstromgallium: Move the dri2 state tracker since we're about...
2009-04-28 Thomas Hellstromgallium: Update the drm_api.
2009-04-27 Robert EllisonAvoid a segfault in shader compilation
2009-04-27 José Fonsecawgl: Cope with pre-existing threads.
2009-04-27 José Fonsecawgl: Implement WGL_EXT_extensions_string extension.
2009-04-27 José Fonsecautil: Remove unix includes.
2009-04-27 Brian Pauli965: only upload constant buffer data when we actually...
2009-04-27 Keith Whitwellutil/time: add util_time_sleep() for windows userspace
next