gallium: added new u_draw_quad.c and u_gen_mipmap.c files.
[mesa.git] / src / gallium / drivers / i915simple /
2008-03-17 Keith Whitwellgallium: improvements, or extensions at least, to the...
2008-03-14 Briani915: check for NULL const buffer ptr
2008-03-12 Briani915: handle NULL object in i915_bind_rasterizer_state()
2008-03-12 Michal Kroltgsi: Remove ExtDivide field from existence. Implement...
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 José Fonsecagallium: Silence MSVC warnings.
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-27 Briangallium/i915: remove unneeded assignment
2008-02-27 Briangallium: remove obsolete *_strings.c files
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium/i915: hook up screen->get_param()
2008-02-27 Briangallium/i915: remove some redundant code
2008-02-27 José Fonsecagallium: update for new i915_screen.c file; fix some...
2008-02-27 Briangallium: introduce 'pipe_screen' for context-independen...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium/i915: Use tgsi_scan_shader() to collect shader...
2008-02-26 Briangallium/i915: plug in aapoint draw stage
2008-02-26 Briangallium/i915: Fix emit_hw_vertex(): need to use vinfo...
2008-02-26 Briangallium/i915: remove debug code
2008-02-26 Briangallium/i915: fix i915_emit_texld() to handle swizzled...
2008-02-26 Briangallium/i915: compute vertex size _after_ state validat...
2008-02-25 Briangallium/i915: plug in aaline draw stage
2008-02-25 Briangallium/i915: make sure state is up to date in i915_vbu...
2008-02-25 Briangallium/i915: need to recompute vertex info if vertex...
2008-02-25 Briangallium/i915: call draw_flush() in i915_flush()
2008-02-25 Briangallium/i915: use draw_find_vs_output() directly, fix...
2008-02-25 Briangallium/i915: added SGT/SLE opcodes
2008-02-22 Briangallium/i915: overhaul of fragment shader compilation...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: minor re-org of 915 surface/texture code
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-18 José FonsecaStandardize on using the pipe/ include prefix.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.