Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium /
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
2008-03-17 Ian Romanickcell: Initial code-gen for alpha / stencil / depth...
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 Patrice Mandinnv30: another 2 rt, and set viewport tx origin, so...
2008-03-17 Patrice Mandinnv30: only 2 render targets
2008-03-17 Ben Skeggsnv40: a few more fp opcodes
2008-03-17 Keith Whitwellgallium: improvements, or extensions at least, to the...
2008-03-17 Ben Skeggsnouveau: create fence object when allocating pushbuf...
2008-03-17 Ben Skeggsnv40: workaround main swtnl breakage
2008-03-17 Stephane Marchesinnv10: fixes.
2008-03-17 Stephane Marchesinnouveau: latest header.
2008-03-16 Briangallium: finish remaining prim types for sp_vbuf_draw_a...
2008-03-16 Ben Skeggsnv40: simple swtnl path (half broken, but getting there)
2008-03-16 Ben Skeggsnv10: fix build after merge
2008-03-16 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-15 Patrice Mandincso_context_destroy calls bind_state functions with...
2008-03-15 Stephane Marchesinnv10.
2008-03-15 Stephane Marchesinnouveau: latest header.
2008-03-15 Stephane Marchesinnv30: only 2 RTs.
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 Briangallium: remove DOS carriage returns
2008-03-14 Briangallium: remove DOS carriage returns
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 Briani915: check for NULL const buffer ptr
2008-03-14 Briangallium: added dummy install target
2008-03-14 Keith Whitwellgallium: fix some compiler warnings
2008-03-14 Keith Whitwelltgsi: add debug_printf version of tgsi_dump
2008-03-14 Briangallium: need to all draw_flush() in softpipe_unmap_con...
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: in softpipe_get_vertex_info() generate a vbuf...
2008-03-13 Briangallium: added EMIT_HEADER case in emit_vertex()
2008-03-13 Briangallium: added new EMIT_HEADER token
2008-03-13 Briangallium: plug in new sp_vbuf_draw_arrays() function
2008-03-13 Briangallium: set surface status to CLEAR or DEFINED in...
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 Briangallium: added bypass_vs flag to rasterizer state ...
2008-03-13 Ian Romanickcell: Fix to work with commit fa9e7e9a8debb68611909ac2f...
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 Ian RomanickReplicate TXP changes in the SPU version of TGSI exec
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 Michal Kroltgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases.
2008-03-13 José Fonsecagallium: General purpose hash table, which is actually...
2008-03-13 José Fonsecagallium: Standardize most important error codes.
2008-03-13 José Fonsecagallium: Add a bit of documentation to cso_hash.
2008-03-13 José Fonsecagallium: Fix debug_mask_vprintf's example.
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 Ben Skeggsnouveau: NV9X is basically a G80, fix issue with NV6X...
2008-03-13 Zack Rusinadd code handling dependencies between generated code
2008-03-13 Ben Skeggsnouveau: match interface changes
2008-03-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-13 Zack RusinAdd some basic documentation for gallivm code
next