OpenVG 1.0 State Tracker
[mesa.git] / src / gallium / state_trackers /
2009-05-01 Zack RusinOpenVG 1.0 State Tracker
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-04-30 Michel Dänzergallium: Add SCons build support for the DRI state...
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 Thomas Hellstromgallium dri st: Fix up some comments and minor bugs.
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: 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é Fonsecastw: Use a statically initiallized gl proc table.
2009-04-23 Michel Dänzergallium: Handle non-NULL data pointer in EXA ModifyPixm...
2009-04-23 Michel Dänzergallium: Always include xorg-server.h before other...
2009-04-23 Michel Dänzergallium: Fix up xorg state tracker build.
2009-04-20 José Fonsecawgl: Don't implement broken gl_dispatch_stub_xxx.
2009-04-18 José Fonsecasoftpipe: Simplify softpipe_create's prototype.
2009-04-17 José Fonsecawgl: Put commas in the right places.
2009-04-17 José Fonsecawgl: Flip the pixel format order.
2009-04-17 José Fonsecapython/retrace: Rename module as it conflicts with...
2009-04-10 José Fonsecawgl: Protect the framebuffer with a lock.
2009-04-10 José Fonsecawgl: Note down the gallium pixel formats, instead of...
2009-04-10 José Fonsecawgl: Query the screen for supported formats.
2009-04-10 José Fonsecawgl: Walk through the pixel formats combinations.
2009-04-10 José Fonsecawgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
2009-04-10 José Fonsecawgl: Slightly simplify pixelformat creation.
2009-04-10 José Fonsecawgl: Move pixel format information into device structure.
2009-04-10 José Fonsecawgl: Combine alpha pixelformat info in color.
2009-04-10 José Fonsecastw: Reorder the pixelformats, so that no alpha pixelfo...
2009-04-10 José Fonsecastw: Don't make assumptions about integer size.
2009-04-10 José Fonsecastw: Free the mesa framebuffer.
2009-04-09 José Fonsecapython: Fix bad pointer.
2009-04-09 José Fonsecawgl: Remove unused member.
2009-04-09 José Fonsecawgl: Use more stw_* names.
2009-04-09 José Fonsecawgl: Use hooks instead of subclassing the window.
2009-04-09 José Fonsecawgl: Catch the attempt of releasing a context which...
2009-04-09 José Fonsecawgl: Move the framebuffer list to the device. Avoid...
2009-04-09 José Fonsecawgl: More symbol naming normalization.
2009-04-09 José Fonsecastw: Use wglext.h's defines and prototypes.
2009-04-09 José Fonsecastw: Normalize symbols prefix.
2009-04-09 José Fonsecawgl: Add const qualifier to global constant data.
2009-04-08 José Fonsecapython/retrace: Try to cope with failures creating...
2009-04-08 José Fonsecapython: Don't try to finish a null fence.
2009-04-08 José Fonsecapython/retrace: Use colors on windows console.
2009-04-08 José Fonsecapython/retrace: Allow to specify the range of calls...
2009-04-08 José Fonsecapython/retrace: Handle recent traces.
2009-04-08 José Fonsecapython: Fix method renaming.
2009-04-08 José Fonsecapython: Cope with null surfaces.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-04-06 José Fonsecastw: Choose a color buffer format that matches the...
2009-04-04 Michal Krolpython/regress: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michal Krolpython/regress: Remove trailing whitespace.
2009-04-04 Michal Krolpython/regress: Initial fragment shader test suite.
2009-04-04 Michal Krolpython/regress: Use X8R8G8B8 rendertarget in vertex...
2009-04-03 Michal Krolpython/regress: Use A8R8G8B8 rendertarget format.
2009-04-03 Michal Krolpython/regress: vertex shader srcmod swz test does...
2009-04-03 Michal Krolpython/regress: vertex shader FRC test does not use...
2009-04-03 Michal Krolpython/regress: Add relative addressing tests.
2009-04-03 Michal Krolpython/regress: Add vertex shader source modifier tests.
2009-04-02 Michal Krolpython/regress: Do not generate HTML summary for vertex...
2009-04-02 Michal Krolpython/regress: Do not create zbuf for vertex shader...
2009-04-02 Michal Krolpython/regress: Add more vertex shader test cases.
2009-04-01 Michal Krolpython/regress: Add vertex shader LRP test.
2009-04-01 Michal Krolpython/regress: Add vertex shader FRC test.
2009-04-01 Michal Krolpython/regress: Add vertex shader EX2 test.
2009-04-01 Michal Krolpython/regress: Add vertex shader DST test.
2009-04-01 Michal Krolpython/regress: Fix vertex shader XPD test.
2009-04-01 Michal Krolpython/regress: Indent.
2009-04-01 Michal Krolpython/regress: Add vertex shader test for XPD.
2009-04-01 Michal Krolpython/regress: Rename test files from *.txt to *.sh...
2009-04-01 Michal Krolpython/regress: Add more vertex shader tests.
2009-03-31 Michal Krolpython/regress: Initial commit for vertex shader regres...
2009-03-31 José Fonsecapython/test: New test for surface copies.
2009-03-31 José Fonsecapython/test: Ignore test output files.
2009-03-31 José Fonsecapython/test: Cleanup.
2009-03-31 José Fonsecapython/test: Dump classification tree to text file...
2009-03-31 José Fonsecapython/test: Set executable permission bit.
2009-03-31 José Fonsecapython/test: New test for rendering into textures.
2009-03-31 José Fonsecapython/test: Limit tree depth.
2009-03-31 José Fonsecapython/test: Infer type (continuous/discrete) from...
2009-03-31 José Fonsecapython/test: Flush stdout to keep in sync with debug...
2009-03-31 José Fonsecapython/test: Dump a classification tree of the results...
2009-03-31 José Fonsecapython/test: New test for texture transfers.
2009-03-31 José Fonsecapython/test: More descriptive test name.
2009-03-31 José Fonsecapython: Make get/put_tile_raw more user friendlier.
2009-03-31 José Fonsecapython: Add nblocksx/y members to surfaces.
2009-03-30 José Fonsecapython: Use depth buffer in the triangle example.
2009-03-30 José Fonsecapython: Read rgba8 with a single transfer.
2009-03-30 José Fonsecapython: Cleanup.
2009-03-30 José Fonsecapython: Don't use deprecated clear_value field.
2009-03-30 José Fonsecapython/test: Move the test description logic to the...
2009-03-30 José Fonsecapython/test: Move the image comparison logic to the...
2009-03-30 José Fonsecapython: Force unsigned comparison.
2009-03-30 José Fonsecapython: Set correct transfer mode.
2009-03-30 José Fonsecapython: Set the surface GPU access flags.
2009-03-30 José Fonsecapython: Hide away the surface usage flags.
next