nv40: support vp clip distance regs, unused currently.
[mesa.git] / src / gallium / auxiliary /
2008-03-30 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-29 José Fonsecagallium: Fix some MSVC warnings.
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
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-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 Ian Romanickcell: Float convert-to and convert-from instructions...
2008-03-25 Michal Kroldraw: Take flatshade_first rasterizer bit into account.
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 Keith Whitwelldraw: take primitive into account when deciding if...
2008-03-25 José Fonsecagallium: Fix default option on Windows.
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 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 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-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 Keith Whitwelldraw: fix some unsigned vs ushort confusion
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework
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: fix mem leak (fee pstipple stage)
2008-03-22 José Fonsecagallium: Remove pedantic asserts.
2008-03-21 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-20 Briangallium: set fb.width/height
2008-03-20 Briangallium: enable vp input semantic info
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 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-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 José Fonsecagallium: Add generic enum and flags dumping utility...
2008-03-19 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 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 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-17 Briangallium: initial gen mipmap s/w fallback code
2008-03-17 Ian Romanickcell: Don't free NULL code pointers
2008-03-17 Ian Romanickcell: Fix simple register allocator
2008-03-17 Briangallium: added new u_draw_quad.c and u_gen_mipmap.c...
2008-03-17 Briangallium: new mipmap generation code
2008-03-17 Briangallium: new util_draw_texquad() function.
2008-03-17 Keith Whitwellgallium: improvements, or extensions at least, to the...
2008-03-16 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-15 José Fonsecagallium: Ensure we don't add null objects to the table...
2008-03-14 Briangallium: add explicit control for point sprites (conver...
2008-03-14 Michal Kroltgsi: Use debug_printf().
2008-03-14 Michal Krolscons: Remove second occurence of draw_passthrough.c.
2008-03-14 Brian Paulgallium: print warning rather than assert(0) for LOG...
2008-03-14 Briangallium: added some debug code (disabled)
2008-03-14 Keith Whitwellgallium: fix some compiler warnings
next