Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / drivers / softpipe /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-10 Briangallium: optimize the flush_spans() function
2008-05-10 Briangallium: remove unused code
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Keith Whitwellsoftpipe: don't calc det if NO_RAST set
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Brian Paulgallium: new debug code (disabled)
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Brian Paulgallium: fix typos, comments, whitespace
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Keith Whitwellre-add pipe_surface map/unmap inlines
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsoftpipe: missing file
2008-05-01 Keith Whitwellsoftpipe: use CPU flags for mapping
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
2008-04-30 Zack Rusinplug a memleak, destroy setup context
2008-04-30 Brian Paulgallium: test for new PIPE_ARCH_X86
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-24 Brian Paulgallium: plug in softpipe_set_edgeflags() function
2008-04-23 Brian Paulgallium: move logicop test outside of loop
2008-04-23 Brian Paulgallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE
2008-04-23 Brian Paulgallium: more vertex debug code
2008-04-22 Brian Paulgallium: move the vertex print/debug code
2008-04-22 Keith WhitwellRevert "softpipe: squash warning"
2008-04-22 Keith Whitwellsoftpipe: squash warning
2008-04-22 Keith Whitwellsoftpipe: do something sensible on an error path, squas...
2008-04-22 Keith Whitwellsoftpipe: implement SP_NO_RAST env var
2008-04-22 Keith Whitwellsoftpipe: make NUM_ENTRIES 32 so that div/mods are...
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-18 Keith Whitwellsoftpipe: don't need to trim prims
2008-04-18 Keith Whitwellsoftpipe: fix const-related compiler warnings
2008-04-17 Brian Paulgallium: assert that we're not deleting the currently...
2008-04-16 Keith Whitwellsoftpipe: call setup_prepare earlier so that vertex...
2008-04-15 José Fonsecagallium: Remove middle of scope declarations.
2008-04-15 Briangallium: enable new quad output code, remove old code
2008-04-15 Briangallium: fix PIPE_CAP_MAX_RENDER_TARGETS query
2008-04-14 Brian Paulgallium: take reduced prim, fill modes into account...
2008-04-14 Keith Whitwellsoftpipe: calculate determinant for all triangles,...
2008-04-14 Keith Whitwellsoftpipe: do our own culling, don't rely on the draw...
2008-04-11 Brian Paulgallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_...
2008-04-11 Brian Paulgallium: implement immediates (aka literals) for SSE...
2008-04-10 Keith Whitwellremove usage of vertex_header
2008-04-09 Brian Paulgallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA...
2008-04-09 Briangallium: keep track of num_vertex_attribs/buffers for...
2008-04-08 Briangallium: get rid of bufloop quad stage
2008-04-08 Briangallium: begin reworking quad stages for multiple color...
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-28 Briangallium: Fix computation of Z values when not using...
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-26 Briangallium: added fragment emit/write debug counters
2008-03-23 José Fonsecagallium: wrap decls in extern "C"
2008-03-22 Briangallium: remove temporary _screen suffix from function...
2008-03-20 Briangallium: use new framebuffer width, height fields
2008-03-20 Brian Paulgallium: added fb_width/height fields to softpipe context
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Briangallium: set tc->surface_map = NULL after unmapping
2008-03-17 Keith Whitwellgallium: improvements, or extensions at least, to the...
2008-03-16 Briangallium: finish remaining prim types for sp_vbuf_draw_a...
2008-03-14 Briangallium: remove DOS carriage returns
2008-03-14 Briangallium: remove DOS carriage returns
2008-03-14 Keith Whitwellgallium: fix some compiler warnings
2008-03-14 Briangallium: need to all draw_flush() in softpipe_unmap_con...
2008-03-13 Briangallium: in softpipe_get_vertex_info() generate a vbuf...
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-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-12 José Fonsecagallium: Silence MSVC warnings.
2008-03-10 José Fonsecagallium: WinCE portability fixes.
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-29 Michal Krolscons: List sp_screen.c.
2008-02-28 Michel DänzerMake sure struct pipe_screen is declared.
2008-02-28 José Fonsecagallium: Remove extra level of indirecttion.
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: remove unnecessary assignment
2008-02-27 Briangallium: remove unnecessary tgsi_interp_coef decl
2008-02-27 Briangallium: remove uses_kill field from softpipe_shader
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium: implement pipe_screen for softpipe driver
2008-02-27 Briangallium: softpipe_init_texture_funcs(), make texture...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
next