pipebuffer: Verify usage flag consistency. Minor cleanups.
[mesa.git] / src / gallium / drivers / i915simple /
2008-06-27 Jakob Bornecrantzi915: Fix the last of the stride/pitch changes
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-24 Brian Paulgallium: remove bad assertion
2008-06-24 Jakob Bornecrantzi915: Added texture_blanket function
2008-06-23 Jakob Bornecrantzi915: Add render and texture support for tiled texture...
2008-06-23 Brian Paulgallium: change surface_copy()'s do_flip to boolean
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Jakob Bornecrantzi915: Removed level_offset from i915_texture
2008-06-19 Jakob Bornecrantzi915: Fixed cubemap layouts
2008-06-19 Jakob Bornecrantzi915: Refractored and clean up i915_texture.c
2008-06-17 Jakob Bornecrantzi915: Fix for s8_z24 textures not being shown
2008-06-17 Jakob Bornecrantzi915: Max and Min lod now works
2008-06-13 Jakob Bornecrantzi915: Improved the not used tile code
2008-06-13 Jakob Bornecrantzi915: Fix offsets not being used for surface targets
2008-06-13 Jakob Bornecrantzi915: Fix most of the clear problems
2008-06-13 Jakob Bornecrantzi915: Messed up lineloop now works
2008-06-13 Jakob Bornecrantzi915: Support all primtive types in vbuf path
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
2008-06-09 Jakob Bornecrantzi915: Disable color buffer writes if no color buffer...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Jakob Bornecrantzi915: Fix compile on linux-dri-debug
2008-06-02 Jakob Bornecrantzi915: Removed useless defines
2008-06-02 Jakob Bornecrantzi915: Implement and use the reworked batchbuffer code
2008-06-02 Jakob Bornecrantzi915: Rework of batchbuffer code
2008-06-02 Jakob Bornecrantzi915: Fixed some warnings
2008-06-02 Jakob Bornecrantzi915: Fixed initialization of surface
2008-06-02 Michal Kroli915: SWZ no longer aliases MOV.
2008-05-31 Michal Kroli915: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroli915: Comment out dead & problematic code.
2008-05-31 Michal Kroli915: Add mising include.
2008-05-31 José Fonsecai915: Eliminate void pointer arithmetic.
2008-05-30 Jakob Bornecrantzi915: Now using draw_elements_range
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob Bornecrantzi915: Remade texture allocation code again
2008-05-29 Jakob Bornecrantzi915: Fix GPU lockup on resize
2008-05-29 Jakob Bornecrantzi915: Deprecated pipe_winsys buffer functions
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Jakob Bornecrantzi915: Remove last usage of surface_alloc_storage
2008-05-28 Jakob Bornecrantzi915: Add draw_flush to state changes
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob Bornecrantzi915: Remove workaround for buggy draw module
2008-05-28 Jakob Bornecrantzi915: Prepare for tiled private front and back buffers
2008-05-28 Jakob Bornecrantzi915: Made vertex submission eaven faster
2008-05-28 Jakob Bornecrantzi915: Made vbuf work
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 José FonsecaRevert DOS line endings.
2008-05-26 José FonsecaRevert DOS line endings.
2008-05-26 Jakob Bornecrantzi915: Removed screen sufixes on texture functions
2008-05-26 Jakob Bornecrantzi915: Fix for tex-surface merge
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-23 Jakob Bornecrantzi915: Fix for edgeflags
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Michel DänzerMerge 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-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-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 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
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...
next