summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-2910-21/+30
* nouveau: implement pipe_screenBen Skeggs2008-02-2922-394/+595
* Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-2962-963/+1370
|\
| * 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
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-2729-314/+512
|\|
| * 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
| * gallium/i915: fix i915_emit_texld() to handle swizzled texcoordsBrian2008-02-252-16/+67
| * cell: Additional changes to match changes in draw/draw_vertex_shader.cIan Romanick2008-02-251-1/+2
| * cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-251-18/+32
| * cell: Trivial compiler warning clean-ups.Ian Romanick2008-02-254-5/+8
| * Cell: Remove unnecessary include filesIan Romanick2008-02-252-4/+0