summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove DOS carriage returnsBrian2008-03-143-654/+654
* gallium: remove DOS carriage returnsBrian2008-03-141-195/+195
* i915: check for NULL const buffer ptrBrian2008-03-141-1/+1
* 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
* cell: Fix to work with commit fa9e7e9a8debb68611909ac2ffab527c6c39a3e5Ian Romanick2008-03-133-32/+15
* Replicate TXP changes in the SPU version of TGSI execIan Romanick2008-03-131-31/+14
* i915: handle NULL object in i915_bind_rasterizer_state()Brian2008-03-121-5/+6
* remove reference to obsolete ExtDivideBrian2008-03-121-4/+0
* tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol2008-03-121-7/+5
* 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