summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: use new framebuffer width, height fieldsBrian2008-03-205-22/+7
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-195-13/+18
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* gallium: set tc->surface_map = NULL after unmappingBrian2008-03-191-0/+1
* gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell2008-03-171-2/+11
* gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian2008-03-161-0/+73
* gallium: remove DOS carriage returnsBrian2008-03-143-654/+654
* gallium: remove DOS carriage returnsBrian2008-03-141-195/+195
* gallium: fix some compiler warningsKeith Whitwell2008-03-142-2/+4
* gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()Brian2008-03-131-0/+8
* gallium: in softpipe_get_vertex_info() generate a vbuf vertex_info with real ...Brian2008-03-131-0/+12
* gallium: plug in new sp_vbuf_draw_arrays() functionBrian2008-03-131-0/+57
* gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian2008-03-132-0/+13
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-0/+3
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* gallium: Silence MSVC warnings.José Fonseca2008-03-121-3/+5
* gallium: WinCE portability fixes.José Fonseca2008-03-103-5/+5
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-056-865/+891
* scons: List sp_screen.c.Michal Krol2008-02-291-0/+1
* Make sure struct pipe_screen is declared.Michel Dänzer2008-02-281-0/+1
* gallium: Remove extra level of indirecttion.José Fonseca2008-02-281-1/+1
* gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian2008-02-271-2/+2
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-272-3/+3
* gallium: remove unnecessary assignmentBrian2008-02-271-1/+0
* gallium: remove unnecessary tgsi_interp_coef declBrian2008-02-271-1/+0
* gallium: remove uses_kill field from softpipe_shaderBrian2008-02-273-6/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-272-48/+15
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-272-26/+24
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-25/+0
* gallium: implement pipe_screen for softpipe driverBrian2008-02-276-64/+216
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-273-25/+17
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-263-2/+3
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-3/+0
* gallium: remove unused varBrian2008-02-261-1/+0
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-267-25/+32
* softpipe: use draw_find_vs_output() directlyBrian2008-02-251-32/+7
* Add new files.José Fonseca2008-02-241-0/+3
* gallium: disable early Z test if fragment shader contains KIL instruction.Brian2008-02-233-11/+19
* gallium: MSVC fixes.José Fonseca2008-02-241-2/+2
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-232-3/+3
* gallium: fix a state validation bug found w/ pointblast.cBrian2008-02-221-0/+4
* gallium: fix brokenb buildBrian2008-02-221-1/+1
* gallium: Fix build on Windows.Michal Krol2008-02-231-1/+1
* gallium: Silence compiler warnings on Windows.Michal Krol2008-02-231-3/+3
* gallium: new draw stage for polygon stipple.Brian2008-02-213-0/+14
* gallium: new AA point drawing stageBrian2008-02-211-1/+5
* [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2008-02-212-35/+35
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-204-4/+8
* gallium: fix bad ptr comparisonBrian2008-02-201-1/+1
* gallium: new pipe->texture_update() functionBrian2008-02-204-19/+46