gallium: Don't be pedantic about removing non exiting items from the table.
[mesa.git] / src / gallium / auxiliary /
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-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
2008-03-14 Keith Whitwelltgsi: add debug_printf version of tgsi_dump
2008-03-13 Briangallium: fix EMIT_HEADER case in draw_vf_set_vertex_info()
2008-03-13 Briangallium: plug in vertex passthrough code
2008-03-13 Briangallium: fix bug in draw_num_vs_outputs()
2008-03-13 Briangallium: added EMIT_HEADER case
2008-03-13 Briangallium: added EMIT_HEADER case in emit_vertex()
2008-03-13 Briangallium: added new EMIT_HEADER token
2008-03-13 Zack Rusinadd a way of removing an exact iterator from the hash
2008-03-13 Briangallium: added draw_need_pipeline() predicate function
2008-03-13 Briangallium: added draw_enable_line_stipple() function
2008-03-13 Brian Paulgallium: remove dead code related to shader semantic...
2008-03-13 Brian Paulgallium: fix bug in stip_first_tri()
2008-03-13 Brian Paulgallium: remove a debug printf
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-13 Keith Whitwellgallium: make the windows config function more readable...
2008-03-13 Michal Kroltgsi: Drop pre-ps_2_0 opcodes.
2008-03-13 José Fonsecagallium: General purpose hash table, which is actually...
2008-03-13 José Fonsecagallium: Add a bit of documentation to cso_hash.
2008-03-13 José Fonsecagallium: Add a new handle_table_set that accepts an...
2008-03-13 Keith Whitwelltgsi: replace erroneous use of FETCH with emit_tempf
2008-03-13 Keith Whitwelltgsi: bump MAX_SRC_REGS to 4, for TXD
2008-03-13 Zack Rusinadd code handling dependencies between generated code
2008-03-13 Zack RusinAdd some basic documentation for gallivm code
2008-03-13 Zack Rusindocument hash collision resolutions
2008-03-13 Briangallium: fix polygon stipple
2008-03-12 Briangallium: change draw_vertex_shader->state from pointer...
2008-03-12 Michal Kroltgsi: Remove ExtDivide field from existence. Implement...
2008-03-12 Michal Kroltgsi: Dump TXP opcode.
2008-03-12 José Fonsecagallium: Generic handle table.
2008-03-12 José Fonsecagallium: Change assert behavior on runtime (Mark Mueller).
2008-03-12 Keith Whitwellgallium: reduce signed/unsigned warnings
2008-03-12 Michal Kroltgsi: Dump source register divide component.
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-12 José Fonsecagallium: Silence MSVC warnings.
2008-03-12 José Fonsecagallium: Conditional debugging output.
2008-03-11 Briangallium: fix some cso_state_callback cast warnings
2008-03-11 Briangallium: fix fs/vs typo in cso_set_vertex_shader()
2008-03-11 Keith Whitwelldraw: don't free our copy of the render stage -- just...
2008-03-11 Keith Whitwellgallium: missing file
2008-03-11 Zack Rusinfix double deletion
2008-03-11 Zack Rusinfix compilation
2008-03-11 Ian RomanickMove SPE register allocator to rtasm code
2008-03-10 Keith Whitwelldraw: placeholder/prototype code for a passthrough...
2008-03-10 Keith Whitwellgallium: fix compiler warning
2008-03-10 Keith Whitwellgallium: use the same bypass_clipping logic on all...
2008-03-10 Keith Whitwellgallium: enable bug workaround in draw_vertex_cache_inv...
2008-03-10 Briangallium: new surface/context tracker (sct) module
2008-03-10 José Fonsecagallium: Use hardcoded breakpoints on x86 targets.
2008-03-10 José Fonsecagallium: Import Dennis Smit cpu detection code.
2008-03-10 José Fonsecagallium: WinCE portability fixes.
2008-03-09 Keith Whitwellgallium: avoid deleting currently-bound CSO's on cache...
2008-03-09 Keith Whitwelldraw: cope with binding NULL vertex shader (on context...
2008-03-09 Keith Whitwellcso: fix line endings
2008-03-09 Keith Whitwellcso: Use MALLOC
2008-03-09 Keith Whitwellcso: add a higher-level interface which does all pipe...
2008-03-08 José Fonsecagallium: Document debug_printf usage.
2008-03-06 Michal Krolgallium: Surround externs with extern "C".
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-03-05 José Fonsecagallium: Use custom vsnprintf in WINDDK.
2008-03-04 Keith Whitwelldraw: dont' compute clipmask or apply viewport when...
2008-03-03 Keith Whitwellwin32: don't prepend all debug with gallium3d
2008-03-03 Keith Whitwelldraw: add fetch for bgra ubyte surfaces
2008-03-01 Zack Rusinrefactor code calling builtins and implement dp4
2008-03-01 Zack Rusinmake the first builtin work (dp3)
2008-03-01 Zack Rusinstart implementing start of bultins
2008-02-29 Brian Paulgallium: fix line emit order for unfilled tris
2008-02-29 Brian Paulgallium: point rast coord tweak
2008-02-29 Brian Paulgallium: need precalc_flat=1 for wide lines
2008-02-29 Brian Paulgallium: tweak coords for wide lines
2008-02-29 Brian Paulgallium: added pipe_get/put_tile_z() functions
2008-02-29 Briangallium: remove the ugly pipe->draw stage lookup code...
2008-02-29 Brian Paulgallium: new wide point/line stages (missed in prev...
2008-02-29 Brian Paulgallium: split draw_wide_prim stage into separate point...
2008-02-28 José Fonsecagallium: Fix MSVC warnings.
2008-02-28 José Fonsecagallium: Fix sign/unsign comparison.
2008-02-28 Briangallium: added draw_num_vs_outputs() to query number...
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-27 Briangallium: include p_util.h
2008-02-27 Briangallium: include p_compiler.h instead of p_util.h
2008-02-27 Briangallium: added file_max[] array to tgsi_shader_info
2008-02-27 Briangallium: added uses_kill field to tgsi_shader_info
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
next