Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / drivers / i915simple /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 José Fonsecai915simple: Fix win9x build.
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Keith Whitwelli915: update to new display target allocation
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwelli915: avoid crashing on bad parameter
2008-05-01 Keith Whitwelli915: fix warning
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-24 Jakob Bornecrantzi915: Fix for wrong texture in texobj with VBUF
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-15 José Fonsecagallium: Don't assume snprintf are always available.
2008-04-09 Briani915: keep track of num_vertex_attribs/buffers for...
2008-03-31 José Fonsecagallium: Eliminate p_winsys::printf
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-21 Briani915: added to-do note about setting the max_lod regist...
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
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.