summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-123-30/+30
* cell: check for NULL shader pointer in cell_bind_vs_state()Brian2008-03-111-1/+2
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* gallium: Silence MSVC warnings.José Fonseca2008-03-122-5/+10
* Move SPE register allocator to rtasm codeIan Romanick2008-03-101-72/+29
* cell: sync up with sampler/texture state-setting changesBrian2008-03-103-12/+28
* gallium: WinCE portability fixes.José Fonseca2008-03-103-5/+5
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-0517-2371/+2468
* scons: List sp_screen.c.Michal Krol2008-02-291-0/+1
* cell: convert all points/lines to tris for the time beingBrian2008-02-281-0/+4
* cell: remove obsolete texture fieldBrian2008-02-281-1/+0
* 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/i965: remove more dependencies on pipe_shader_state semantic infoBrian2008-02-273-5/+5
* gallium/i965: added const to silence warningBrian2008-02-271-1/+1
* cell: fix minor get_tex_surface() breakageBrian2008-02-271-1/+2
* gallium/i965: remove brw_shader_info structBrian2008-02-278-28/+21
* gallium/i965: silence warningsBrian2008-02-272-1/+2
* gallium/i965: added const to silence warningsBrian2008-02-271-1/+1
* gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info insteadBrian2008-02-273-6/+4
* gallium/i965: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-276-12/+22
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-272-3/+3
* gallium: remove unnecessary assignmentBrian2008-02-271-1/+0
* gallium/i915: remove unneeded 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
* cell: Use unified data cache for textures tooIan Romanick2008-02-273-117/+72
* gallium: remove obsolete *_strings.c filesBrian2008-02-272-104/+0
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-276-137/+18
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-279-174/+159
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-279-99/+3
* gallium/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-278-95/+335
* gallium/i915: hook up screen->get_param()Brian2008-02-272-50/+68
* Cell: implement pipe_screen for cell driverBrian2008-02-277-63/+249
* gallium: implement pipe_screen for softpipe driverBrian2008-02-276-64/+216
* gallium/i915: remove some redundant codeBrian2008-02-273-56/+1
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-273-25/+17
* gallium: update for new i915_screen.c file; fix some warnings.José Fonseca2008-02-274-0/+20
* cell: insert a (disabled) call to spe_cpu_info_get()Brian2008-02-261-0/+3
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-269-59/+298
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-267-8/+7
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-3/+0
* cell: Multiple rendering contexts don't work yetIan Romanick2008-02-261-0/+10
* gallium/i915: Use tgsi_scan_shader() to collect shader infoBrian2008-02-265-39/+19
* gallium: remove unused varBrian2008-02-261-1/+0
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-267-25/+32
* gallium/i915: plug in aapoint draw stageBrian2008-02-251-3/+1
* gallium/i915: Fix emit_hw_vertex(): need to use vinfo->src_index[]Brian2008-02-251-14/+16
* gallium/i915: remove debug codeBrian2008-02-251-1/+0