rewrite the way cpu engine is handled
[mesa.git] / src / mesa / pipe / softpipe /
2008-02-11 Zack Rusinrewrite the way we handle ir in llvm code
2008-02-08 Briangallium: added draw_flush() call in softpipe_bind_sampl...
2008-02-06 Briangallium: use mem_dup()
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 Briangallium: comments about fragment Z computation
2008-01-31 Briangallium: Fix z clear bug when TILE_CLEAR_OPTIMIZATION==0
2008-01-31 Briangallium: fix get/put typo regression
2008-01-31 José Fonsecagallium: Add SCons as alternative build system for...
2008-01-26 Michal Krolgallium: Fix build on Windows.
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-24 Zack Rusindisable usage of llvm in fragment shaders
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
2008-01-24 Briangallium: improved vertex layout and interpolant setup...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-23 Briangallium: in sp_tile_cache_clear() mark all cache slots...
2008-01-23 Briangallium: rework compute_vertex_layout() to intelligentl...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-22 Briangallium: remove unneeded protos, #includes, etc
2008-01-22 Briangallium: include sp_headers.h
2008-01-22 Briangallium: move softpipe_get_tex_surface() prototype
2008-01-22 Briangallium: add license comment
2008-01-22 Briangallium: move softpipe_get_tex_surface() into sp_texture.c
2008-01-21 Briangallium: remove per-fragment line stipple code
2008-01-21 Brianfix broken point rendering in sp_vbuf_render()
2008-01-21 Briangallium: add a src_index[] array to draw's vertex_info...
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-17 Keith Whitwellgallium: fix warning
2008-01-16 BrianFix broken fog.
2008-01-16 BrianDon't include stdint.h or inttypes. Use the uint64...
2008-01-15 Briandisable debug printf
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-10 Briancomment about vertex data in emit_vertex()
2008-01-10 Brianclean-up comments, code
2008-01-10 Michel Dänzersoftpipe: Simplify texture memory layout.
2008-01-10 Jerome Glissesoftpipe: map only once in softpipe_map_surfaces
2008-01-04 Zack Rusinllvm: we need custom rules so had to redo the build...
2008-01-03 Brianrename vars, clean-up formatting
2008-01-03 Brianreplace void * with struct draw_vertex_shader opaque...
2008-01-01 BrianClean-up, re-org some vertex/fragment shader state...
2008-01-01 Brianmove SP_NEW_ #defines into sp_state.h
2008-01-01 Brianfix single-sided stencil test bug
2008-01-01 Brianfix leak, fix refcount error
2008-01-01 Brianunref const buffers during context destroy
2008-01-01 Brianfree surface caches in softpipe_destroy()
2008-01-01 Brianfree tgsi machine state
2007-12-18 Briansetup the frontface register (fog.y, ATM)
2007-12-18 Brianfix some semantic info mix-ups in calculate_vertex_layout()
2007-12-18 Brianobsolete
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-16 Brianswitch on cpp instead of format
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-15 Briandon't allocate scratch tile in sp_tile_cache_flush_clea...
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-14 Brianremove unused var
2007-12-13 Keith Whitwell965: get fragment shader compiler compiling
2007-12-13 BrianAdd QuadX,Y fields to tgsi_exec_machine to pass quad...
2007-12-12 Brianadded r5g5b5_put_tile_rgba()
2007-12-12 Brianremove #include
2007-12-12 BrianMove float/rgba tile get/put functions into new file.
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 Brianmove some code to avoid deref of NULL ptr
2007-12-11 Michel Dänzersoftpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and...
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 Zack RusinRedo the way we pass arguments to the llvm.
2007-12-11 Zack RusinImplement kilp and make it work
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-11 Brianminor clean-ups, comments
2007-12-10 Keith Whitwellgallium: remove unnecessary guards on qs->next
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Briandisable assertion in sp_tile_cache_set_surface() for now
2007-12-10 Michel DänzerFix up some confusion wrt winsys->buffer_create alignme...
2007-12-10 Brianuse quadColor local var
2007-12-10 BrianFix looping for multi-color buffer writing.
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-09 José Fonsecagallium: use SSE by default
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-12-08 BrianTry to reduce the frequency of calls to pipe->get_tex_s...
2007-12-08 Brianshorten loops over color bufs
2007-12-08 Briancode re-org in softpipe_clear()
2007-12-08 Brianclean-ups
2007-12-08 BrianTile clearing optimizations.
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 BrianEnable the tile clear "optimization"
2007-12-07 BrianMake sp_tile_cache_flush_clear() static.
2007-12-07 BrianConvert the clearValue back to floats for sp_tile_cache...
2007-12-07 BrianSome tile cache improvements, clean-ups.
2007-12-07 Briandon't dereference pt after realloc - fixes valgrind...
next