summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple
Commit message (Expand)AuthorAgeFilesLines
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-275-125/+79
* scons: Fix i965/xlib build.José Fonseca2008-06-271-0/+1
* gallium: change surface_copy()'s do_flip to booleanBrian Paul2008-06-231-1/+1
* gallium: fix bad srcy coord if do_flipBrian Paul2008-06-231-1/+1
* brw: SWZ no longer aliases MOV.Michal Krol2008-06-021-1/+1
* brw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-314-17/+11
* Revert DOS line endings.José Fonseca2008-05-262-1153/+1153
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-8/+11
|\
| * gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-8/+11
* | brw: remove dead codeKeith Whitwell2008-05-021-8/+0
* | gallium: tex surface checkpointKeith Whitwell2008-05-012-32/+21
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-302-16/+16
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-1/+2
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-312-6/+5
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-28/+32
* gallium: remove redundant compare bit in sampler stateRoland Scheidegger2008-03-281-2/+1
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-274-10/+10
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-10/+3
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* remove reference to obsolete ExtDivideBrian2008-03-121-4/+0
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-19/+19
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-054-1117/+1149
* 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
* 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 obsolete *_strings.c filesBrian2008-02-271-51/+0
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-30/+0
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-272-69/+67
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-273-19/+0
* gallium/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-278-95/+335
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-2/+1
* gallium: include p_inlines.hBrian2008-02-201-0/+1
* gallium: s/pipe_reference_texture/pipe_texture_reference/Brian2008-02-201-1/+1
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-202-1/+4
* gallium: re-org of i965 texture/surface code, functionsBrian2008-02-204-57/+60
* gallium: new pipe->texture_update() functionBrian2008-02-203-0/+12
* Simplify makefile boilerplate code.José Fonseca2008-02-191-18/+7
* Code reorganization: update build.José Fonseca2008-02-158-8/+8
* Code reorganization: move files into their places.José Fonseca2008-02-1565-0/+18598