mesa: added null ptr check in Fake_glXCreatePixmap()
[mesa.git] / src / gallium /
2009-06-17 Brian Paulst/glx: added null ptr check in Fake_glXCreatePixmap()
2009-06-17 José Fonsecawgl: Factor out some repetitive code into inline functions.
2009-06-16 Brian Paulsoftpipe: fix out of bounds quad rasterization bug
2009-06-16 José Fonsecagallium: Avoid atomic ops / locking when src is dst.
2009-06-15 José Fonsecapython/tests: Add is_depth_stencil_format utility function.
2009-06-15 José Fonsecapython/tests: Cleanup texture_sample.
2009-06-15 José Fonsecartasm: Use 32bit constant.
2009-06-15 José Fonsecagallium: Ensure assert macro is defined before being...
2009-06-15 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced.
2009-06-15 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
2009-06-15 Thomas Hellstromgallium: Fix segfault and valgrind error introduced...
2009-06-11 José Fonsecapython/retrace: Show the contents of the depth/stencil...
2009-06-11 José Fonsecapython/retrace: Interpret is_texture_referenced/is_buff...
2009-06-11 José Fonsecawgl: Fix prototype.
2009-06-11 José Fonsecagallium: New pf_is_depth_and_stencil / pf_is_depth_or_s...
2009-06-11 José Fonsecapython/tests: Test sampling from a depth texture.
2009-06-10 José Fonsecautil: Single precision constants.
2009-06-10 José Fonsecagallium: Shorthand functions for computing stride and...
2009-06-09 Keith Whitwellstw: ignore swapbuffer requests on singlebuffer
2009-06-08 Jakob Bornecrantzpipebuffer: Silence out of heap space debug print
2009-06-08 Jakob Bornecrantzstw: If stfb not set don't call into mesa
2009-06-04 Brian Paulsoftpipe: separate case for PIPE_PRIM_POLYGON in sp_vbu...
2009-06-04 Brian Paulsoftpipe: fix incorrect tri vertex order for PIPE_PRIM_...
2009-06-04 Brian Paultgsi: increase MAX_LABELS to 4096
2009-06-02 José Fonsecautil: Unsaved change missing from last commit.
2009-06-02 José Fonsecautil: Support Z24S8/Z24X8 -> unsigned conversion.
2009-06-02 José Fonsecautil: Fix 24 to 32 bit expansion binary arithmetic...
2009-06-02 Keith Whitwellgallium/draw: Free specialized versions of driver shaders
2009-06-02 Keith Whitwelldraw: free more token arrays
2009-06-02 Keith Whitwelldraw: avoid leaking tokens when building pstipple fragm...
2009-06-02 José Fonsecawgl: Destroy the framebuffer when the window is destroyed.
2009-06-01 Brian Pauldraw: reset extra_vp_outputs.slot to zero in widepoint_...
2009-06-01 José Fonsecawgl: Cleanup framebuffer destruction logic.
2009-05-31 José Fonsecawgl: Ensure we only create framebuffers for HDC associa...
2009-05-31 José Fonsecawgl: Use the right pixel format.
2009-05-31 José Fonsecawgl: Fix debugging output.
2009-05-31 José Fonsecawgl: Rename function.
2009-05-31 José Fonsecawgl: Remove unused field.
2009-05-31 Brian Paulsoftpipe: fix incorrect provoking vertex color for...
2009-05-18 Brian Paulsoftpipe: add texture target sanity check assertion
2009-05-09 Hanno Böckgallium: replace lib with $(LIB_DIR)
2009-05-08 José Fonsecawgl: Grow the maximum number of pixel formats to cope...
2009-05-08 José Fonsecawgl: Export pixelformats with accumulation bits.
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é Fonsecawgl: Implement ShareLists.
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-05 Brian Paulgallium: fix texcoords for cubemap mipmap generation
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änzergallium: Add SCons build support for the DRI state...
2009-04-29 Brian Paultgsi: added tgsi_check_soa_dependencies() and related...
2009-04-28 Brian Paulsoftpipe: return PIPE_UNREFERENCED in softpipe_is_buffe...
2009-04-28 Keith Whitwellgallium/draw: add ability to print out active pipeline...
2009-04-28 Keith Whitwellutil/indices: remove debug prints
2009-04-28 José Fonsecawgl: Store current HDC/HGLRC in stw_context.
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 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 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 Keith Whitwellutil/time: add util_time_sleep() for windows userspace
2009-04-24 Micah Dowtyutil: Add debug_printf_once
2009-04-27 José Fonsecastw: Use a statically initiallized gl proc table.
2009-04-26 Corbin Simpsonr300-gallium: Correctly flush Draw.
2009-04-26 Mathias Gottschlagr300-gallium: Add a draw_flush() to r300_flush().
2009-04-25 Corbin Simpsonr300-gallium: Fix vertex shader OVM counting.
2009-04-25 Corbin Simpsonr300-gallium: Clean up FB state emit.
2009-04-25 Mathias Gottschlagr300-gallium: Set framebuffer pitch on every framebuffe...
2009-04-25 Jakob Bornecrantzgallium-intel: Fix warning
2009-04-25 Jakob Bornecrantzgallium-intel: Cache software switch
2009-04-25 Jakob Bornecrantzgallium-intel: Link dri2 driver with softpipe
2009-04-24 Brian Paultgis: SSE code generator doesn't yet support indirect...
next