summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple
AgeCommit message (Expand)Author
2008-09-04i965: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-08-08i965: Remove extraneous arg to debug_printf.José Fonseca
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-27scons: Fix i965/xlib build.José Fonseca
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-02brw: SWZ no longer aliases MOV.Michal Krol
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-26Revert DOS line endings.José Fonseca
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-02brw: remove dead codeKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-15gallium: Don't assume snprintf are always available.José Fonseca
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-28gallium: remove redundant compare bit in sampler stateRoland Scheidegger
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-12remove reference to obsolete ExtDivideBrian
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-27gallium/i965: remove more dependencies on pipe_shader_state semantic infoBrian
2008-02-27gallium/i965: added const to silence warningBrian
2008-02-27gallium/i965: remove brw_shader_info structBrian
2008-02-27gallium/i965: silence warningsBrian
2008-02-27gallium/i965: added const to silence warningsBrian
2008-02-27gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info insteadBrian
2008-02-27gallium/i965: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-27gallium: remove obsolete *_strings.c filesBrian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-27gallium/i965: implement pipe_screen for i965 driver (untested)Brian
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-20gallium: include p_inlines.hBrian
2008-02-20gallium: s/pipe_reference_texture/pipe_texture_reference/Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: re-org of i965 texture/surface code, functionsBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-19Simplify makefile boilerplate code.José Fonseca