nv40: track current scissor enable/disable state
[mesa.git] / src / gallium /
2008-03-30 Ben Skeggsnv40: track current scissor enable/disable state
2008-03-30 Patrice Mandinnv30: use FREE macro
2008-03-30 Ben Skeggsnv40: mark fp dirty even when only consts updated
2008-03-30 Ben Skeggsnouveau: adapt to recent gallium changes
2008-03-30 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-30 Ben Skeggsnv40: vp 1/0/- swz
2008-03-30 Ben Skeggsnv40: vp const/immd fix
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-29 José Fonsecagallium: Fix some MSVC warnings.
2008-03-28 Briangallium: Fix computation of Z values when not using...
2008-03-28 Roland Scheideggergallium: remove redundant compare bit in sampler state
2008-03-28 Michal Krolgallium: Bump PIPE_MAX_SAMPLERS to 16.
2008-03-28 BrianIf visual is 32bpp, set visual->alphaBits = 8.
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-27 Brian Paulgallium: updated/improved comments, minor re-formatting
2008-03-27 Briangallium: return pipe_shader_state from the simple shade...
2008-03-27 Briangallium: fix incorrect types for shaders
2008-03-27 Briangallium: remove temporary static var
2008-03-27 Briangallium: silence unused var warning
2008-03-27 Briancell: include cell_state_per_fragment.h to silence...
2008-03-27 Briancell: added (uint64_t) cast to silence warning
2008-03-27 Briancell: fix unclosed comment
2008-03-26 Ian Romanickxlib: Fix build error from recent fence changes
2008-03-26 Ian Romanickcell: Implement code-gen for logic op
2008-03-26 Brian Paulgallium: as for aapoints, make the extra texcoord per...
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-26 Briangallium: the generic attrib we use for computing covera...
2008-03-26 Briangallium: added fragment emit/write debug counters
2008-03-26 Ian Romanickxlib: Add support for MIT-SHM in xlib winsys driver
2008-03-26 Ian Romanickcell: Float convert-to and convert-from instructions...
2008-03-25 Michal Kroldraw: Take flatshade_first rasterizer bit into account.
2008-03-25 Michal Krolgallium: Introduce flatshade_first field to rasterizer_...
2008-03-25 Keith Whitwelldraw: vertex fetch can be validated too early leading...
2008-03-25 Keith Whitwelldraw: don't use fetch_and_store for bypass_vs mode...
2008-03-25 José FonsecaFix typo
2008-03-25 Keith Whitwelldraw: take primitive into account when deciding if...
2008-03-25 José Fonsecagallium: Use debug_get_option for GETENV
2008-03-25 José Fonsecagallium: Fix default option on Windows.
2008-03-25 Ben Skeggsnv40: respect do_flip in surface_copy()
2008-03-25 Briangallium: be smarter about picking the sampler unit...
2008-03-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-25 Ben Skeggsnouveau: refcount buffers on validate list.
2008-03-25 Briangallium: fix a few bugs, warnings in the p_debug code
2008-03-25 Briangallium: move sampler_unit field to pstip_fragment_shad...
2008-03-24 Briangallium: make a copy of the vertex shader's token array.
2008-03-24 Briangallium: use pipe_texture_reference() in a few places...
2008-03-24 Briangallium: added tgsi_num_tokens() function to return...
2008-03-24 José Fonsecagallium: Simple cross platform get-opt system.
2008-03-24 José Fonsecagallium: cleanup p_debug
2008-03-24 Briangallium: move filter assignment out of loop
2008-03-24 Briangallium: fix REALLOC() to copy smaller of old/new sizes
2008-03-24 José Fonsecagallium: Protect operator precedence in macro.
2008-03-24 Michal Krolgallium: Remove util_gen_mipmap_filter().
2008-03-24 Briangallium: pass the filter mode to util_gen_mipmap().
2008-03-24 Michal Krolgallium: tweak coords in u_gen_mipmap code
2008-03-24 Keith Whitwelldraw: pre-declare referenced structs
2008-03-24 Keith WhitwellRevert "draw: Fix #include order to fix Linux build."
2008-03-24 Michel Dänzerdraw: Fix #include order to fix Linux build.
2008-03-24 Ben Skeggsnv40: maintain pipe_surface status field
2008-03-24 Ben Skeggsnv40: respect rasterizer cso bypass_clipping flag
2008-03-24 Ben Skeggsnouveau: fix infinite wait on space for userbuf.
2008-03-23 Keith Whitwelldraw: check need_pipeline() in passthrough
2008-03-23 Keith Whitwelldraw: tweak the definition of draw_need_pipeline, fix...
2008-03-23 Keith Whitwelldraw: fix crlf
2008-03-23 Keith Whitwelldraw: rename emit functions to match pipe_format names
2008-03-23 Keith Whitwelldraw: restructure fetch/emit as a pair of function...
2008-03-23 Michal Krolgallium: Add util_gen_mipmap_filter().
2008-03-23 José Fonsecagallium: Fix memory leak.
2008-03-23 José Fonsecagallium: Remove the debug_mask_* stuff.
2008-03-23 José Fonsecagallium: Fix typo.
2008-03-23 José Fonsecagallium: Memory debugging utilities.
2008-03-23 José Fonsecagallium: wrap decls in extern "C"
2008-03-23 Keith Whitwelldraw: fix some unsigned vs ushort confusion
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework
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
next