gallium: Initial port of Thomas slab suballocator to pipebuffer.
[mesa.git] / src / gallium / auxiliary /
2008-04-13 José Fonsecagallium: Initial port of Thomas slab suballocator to...
2008-04-13 José Fonsecagallium: OS independent time-manipulation functions.
2008-04-12 Michal Kroltgsi: Fix source register short dump code.
2008-04-12 Briangallium: move duplicated compute_clipmask() code to...
2008-04-11 Brian Paulgallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_...
2008-04-11 Brian Paulgallium: handle TGSI immediates in SSE code for vertex...
2008-04-11 Brian Paulgallium: implement immediates (aka literals) for SSE...
2008-04-11 Brian Paulgallium: comments
2008-04-11 Brian Paulgallium: fix SCS codegen (sin scalar src comes from...
2008-04-11 Keith Whitwellgallium: fix broken x86_call()
2008-04-11 Michal Kroltgsi: Dump processor type and version as a single token.
2008-04-11 Michal Kroltgsi: Dump semantics before interpolator.
2008-04-11 José Fonsecagallium: Attribute realloc leaks to the first malloc...
2008-04-10 Keith Whitwellremove usage of vertex_header
2008-04-08 José Fonsecagallium: Fix overzealous assert.
2008-04-08 José Fonsecagallium: Allow to debug memory leaks in nested scopes.
2008-04-07 Keith Whitwelldraw: strip edgeflags out of fetch-emit path
2008-04-06 Keith Whitwelldraw: fix edgeflag handling on the pt paths
2008-04-05 Michal Kroldraw: Use debug_printf().
2008-04-05 José Fonsecagallium: Keep fenced buffers list ordered.
2008-04-05 José Fonsecagallium: Fix typo.
2008-04-05 José Fonsecagallium: Use the custom snprintf implementation everywh...
2008-04-04 Brian Paulgallium: new debug code, disabled
2008-04-04 Keith Whitwellgallium: Handle client-supplied edgeflags.
2008-04-04 Keith Whitwelldraw: move code to run pipeline from pt to new file
2008-04-04 Keith Whitwellgallium: make msvc less unhappy
2008-04-03 Briangallium: implement ycbcr->rgba tile conversion
2008-04-03 Keith Whitwelldraw: add passthrough path to the pipeline
2008-04-02 Keith Whitwelldraw: add missing break statement
2008-04-02 Keith Whitwelldraw: Set the backend prim in the pt 'prepare' operation
2008-04-02 Keith Whitwellgallium: add a flag to turn on gl rasterization rules
2008-04-02 Keith Whitwellgallium: add temporary facility for rasterization-time...
2008-04-01 Keith Whitwelldraw: remove dead code
2008-04-01 Keith Whitwelldraw: more flatshade_first changes
2008-04-01 Keith Whitwelldraw: respect flatshade_first in flatshade stage
2008-04-01 Keith Whitwelldraw: associate rhw divide with clipping not viewport...
2008-04-01 Keith Whitwelldraw: flush between pt/non-pt modes
2008-04-01 José Fonsecagallium: Do not assume that buffers are freed in the...
2008-03-31 Briangallium: draw_passthrough.c is obsolete - removed
2008-03-31 Briangallium: move the test for bypass_vs into the vs_XXX_ru...
2008-03-31 Briangallium: draw_passthrough.c is not used anymore
2008-03-31 Briangallium: draw_passthrough.c is not used anymore
2008-03-30 Michal Kroldraw: Do not run full pipeline when flatshade_first...
2008-03-30 Michal Kroldraw: Fix bypass_vs semantic misuse.
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 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-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-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...
next