nouveau: fix infinite wait on space for userbuf.
[mesa.git] / src / gallium /
2008-03-24 Ben Skeggsnouveau: fix infinite wait on space for userbuf.
2008-03-23 Ben Skeggsnv40: vp reg changes similar to recent fp changes
2008-03-23 Ben Skeggsnv40: fix fp depth write
2008-03-23 Ben Skeggsnv40: remove some badness from fp temp/result allocation
2008-03-23 Ben Skeggsnv40: catch fp extra-const cases where both const and...
2008-03-23 Ben Skeggsnv40: fp: fix multiple refs to a single const withing...
2008-03-23 Ben Skeggsnv40: workaround fp result.data[0] clobberage
2008-03-23 Ben Skeggsnv40: add dxtn formats (disabled)
2008-03-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-22 Briangallium: free samplers, textures in destroy()
2008-03-22 Briangallium: remove temporary _screen suffix from function...
2008-03-22 Briangallium: fix mem leak (fee pstipple stage)
2008-03-22 José Fonsecagallium: Remove pedantic asserts.
2008-03-21 Ian Romanickcell: Generate blend / depth test code when state atom...
2008-03-21 Ian Romanickcell: Change code-gen for CONST_COLOR blend factor
2008-03-21 Ian RomanickTabs to spaces
2008-03-21 Ian Romanickcell: Remove unnecessary default_blend work-around
2008-03-21 Briani915: added to-do note about setting the max_lod regist...
2008-03-21 Brian Paulgallium: added DXT formats (preliminary, will probably...
2008-03-21 Brian Paulgallium: document is_format_supported()'s type param
2008-03-21 Brian Paulgallium: PIPE_FORMAT_TYPE_ comments
2008-03-21 Brian Paulgallium: added sRGB formats
2008-03-21 Brian Paulgallium: additional comments, fix typos, etc
2008-03-21 Ben Skeggsnv40: fix bug in query code
2008-03-21 Ben Skeggsnv40: add 16-bit SSCALED vb formats
2008-03-21 Ben Skeggsnv40: ensure vb relocs don't end up on list for swtnl
2008-03-21 Ben Skeggsnv40: call semi-magic 0x1d88 method
2008-03-21 Ben Skeggsnv40: swtnl fallback on unsupported array format
2008-03-21 Ben Skeggsnv40: oops
2008-03-21 Ben Skeggsnv40: s/free/FREE/
2008-03-21 Ben Skeggsnv40: align each level to 64 pixels
2008-03-21 Ben Skeggsnv40: use num_cbufs
2008-03-21 Ben Skeggsnouveau: do a retry if initial buffer alloc fails
2008-03-21 Ben Skeggsnouveau: use saved fence pointer, not head of unsignall...
2008-03-21 Ben Skeggsnouveau: potentially delay buffer destruction
2008-03-21 Ben Skeggsnouveau: try combining prev and next resources on free
2008-03-21 Ben Skeggsnv40: use new pipe_framebuffer width/height fields
2008-03-21 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-21 Ian Romanickcell: Fix several bugs in blend code-gen
2008-03-21 Ian Romanickcell: Call the correct function to generate blending...
2008-03-21 Ian Romanickcell: Fix bus error when there is no depth buffer
2008-03-21 Ian Romanickcell: Use code-gen for alpha blend
2008-03-20 Briangallium: set fb.width/height
2008-03-20 Briangallium: enable vp input semantic info
2008-03-20 Briangallium: use new framebuffer width, height fields
2008-03-20 Briancell: use pipe_framebuffer_state.width, height
2008-03-20 Briangallium: added width, height to pipe_framebuffer_state
2008-03-20 Briangallium: create one vertex buffer and re-use
2008-03-20 Briangallium: use sizeof(vertex buffer)
2008-03-20 José Fonsecagallium: Give some chance for the table to actually...
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Keith Whitwellgallium: remove unused local var
2008-03-20 Briangallium: create vertex buffer once and re-use.
2008-03-20 Briangallium: added util_draw_vertex_buffer()
2008-03-20 Briangallium: temporarily disable the memcmp() in cso_set_fr...
2008-03-20 Briangallium: added util_make_fragment_passthrough_shader()
2008-03-20 Ben Skeggsnouveau: match gallium API changes
2008-03-20 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-20 Keith Whitwellgallium: add debug facility to dump random blobs as hex
2008-03-20 Brian Paulgallium: added fb_width/height fields to softpipe context
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Brian Paulgallium: fix bug in cso_single_sampler_done() in comput...
2008-03-19 José Fonsecagallium: Fix broken logic.
2008-03-19 Keith Whitwellgallium: explict float casts
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-19 Briangallium: set tc->surface_map = NULL after unmapping
2008-03-19 José Fonsecagallium: Add generic enum and flags dumping utility...
2008-03-19 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-19 Ben Skeggsnv40: "implement" noise opcodes in fragprog
2008-03-19 Ben Skeggsnouveau: pass nvws to nvws->push_* functions, rather...
2008-03-18 Briangallium: added braces to silence warning
2008-03-18 Briangallium: s/copy_pixels_state/blit_state
2008-03-18 Briangallium: added cso_unset_*() functions
2008-03-18 Briangallium: new pixel blit code
2008-03-18 Briangallium: protect against multi-#include
2008-03-18 Brianadded u_simple_shaders.c
2008-03-18 Briangallium: make the gen_mipmap_state struct private
2008-03-18 Briangallium: use new simple shader utility routines
2008-03-18 Briangallium: utilities for creating simple vertex/fragment...
2008-03-18 Ian Romanickcell: Fix various stencil test code-gen bugs
2008-03-18 Ian Romanickcell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
2008-03-18 Patrice Mandinnv30: disable emit texture image in state_emit, already...
2008-03-18 Keith Whitwellgallium: make REALLOC a bit more like realloc
2008-03-18 Ian Romanickcell: Fix depth read / write for s8z24.
2008-03-18 Ian Romanickcell: Fix added whitespace errors.
2008-03-18 Ian Romanickcell: Minor changes to make stencil not crash
2008-03-18 Ian Romanickcell: Move and (conditionally) silence debug code
2008-03-18 José Fonsecad3d: Allow to iterate over the handle table.
2008-03-18 José Fonsecad3d: Add function to walk through all items in the...
2008-03-18 José Fonsecagallium: Don't be pedantic about removing non exiting...
2008-03-18 José Fonsecagallium: Convenience debug_warning function.
2008-03-18 Briangallium: fix a mix-up in the uint[1] do_row() case
2008-03-18 Briangallium: utility for packing color, z values according...
2008-03-18 Michal Krolgallium: Silencium warnings on Windows.
2008-03-18 Patrice Mandinnv30: hmm, no buffer for texture
2008-03-18 Patrice Mandinnv30: update miptree stuff for texturing
2008-03-17 Briangallium: initial gen mipmap s/w fallback code
2008-03-17 Ian Romanickcell: Don't segfault when unbinding alpha / stencil...
2008-03-17 Ian Romanickcell: Don't free NULL code pointers
next