summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple
AgeCommit message (Expand)Author
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-21i915: added to-do note about setting the max_lod register to get proper min/m...Brian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell
2008-03-14i915: check for NULL const buffer ptrBrian
2008-03-12i915: handle NULL object in i915_bind_rasterizer_state()Brian
2008-03-12tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-03-12gallium: Silence MSVC warnings.José Fonseca
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-27gallium/i915: remove unneeded assignmentBrian
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/i915: hook up screen->get_param()Brian
2008-02-27gallium/i915: remove some redundant codeBrian
2008-02-27gallium: update for new i915_screen.c file; fix some warnings.José Fonseca
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-26gallium/i915: Use tgsi_scan_shader() to collect shader infoBrian
2008-02-25gallium/i915: plug in aapoint draw stageBrian
2008-02-25gallium/i915: Fix emit_hw_vertex(): need to use vinfo->src_index[]Brian
2008-02-25gallium/i915: remove debug codeBrian
2008-02-25gallium/i915: fix i915_emit_texld() to handle swizzled texcoordsBrian
2008-02-25gallium/i915: compute vertex size _after_ state validation in emit_prim().Brian
2008-02-25gallium/i915: plug in aaline draw stageBrian
2008-02-25gallium/i915: make sure state is up to date in i915_vbuf_render_get_vertex_in...Brian
2008-02-25gallium/i915: need to recompute vertex info if vertex shader changesBrian
2008-02-25gallium/i915: call draw_flush() in i915_flush()Brian
2008-02-25gallium/i915: use draw_find_vs_output() directly, fix broken fogcoords.Brian
2008-02-25gallium/i915: added SGT/SLE opcodesBrian
2008-02-22gallium/i915: overhaul of fragment shader compilation, constant/immediate all...Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: minor re-org of 915 surface/texture codeBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-18Standardize on using the pipe/ include prefix.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca