nv50: import current "state of the art" nv50 code
[mesa.git] / src / gallium / drivers /
2008-06-29 Ben Skeggsnv50: import current "state of the art" nv50 code
2008-06-29 Ben Skeggsnouveau: adapt to cpp->pf_block changes
2008-06-29 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-27 Jakob Bornecrantzi915: Fix the last of the stride/pitch changes
2008-06-27 José Fonsecacell: Update for cpp removal.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-27 José Fonsecascons: Fix i965/xlib build.
2008-06-24 Patrice Mandinnv30: add context value
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 Brian Paulgallium: remove bad assertion
2008-06-24 Jakob Bornecrantzi915: Added texture_blanket function
2008-06-23 Patrice Mandinnv30: add state zsa, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state viewport, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state stipple, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state scissor, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state rasterizer, based on nv40 one
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
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 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Jakob Bornecrantzi915: Removed level_offset from i915_texture
2008-06-22 Ben Skeggsnouveau: update for interface changes + hack around...
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-21 Patrice MandinUpdate for extra vertex attributes
2008-06-21 Patrice Mandinnv30: Add state for blend
2008-06-21 Patrice Mandinnv30: Update nouveau_class.h to get its proper defines...
2008-06-20 Brian Paulgallium: fix invalid call to draw_set_mapped_constant_b...
2008-06-20 Brian Paulgallium: fix some surface usage bugs
2008-06-20 Patrice Mandinnv30: Add separate nv30 state stuff for fb, based on...
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é Fonsecasoftpipe: Replace GETENV by debug_get_bool_option.
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 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 Jakob Bornecrantzi915: Fixed some warnings
2008-06-02 Jakob Bornecrantzi915: Fixed initialization of surface
2008-06-02 Michal Krolbrw: SWZ no longer aliases MOV.
2008-06-02 Michal Kroli915: SWZ no longer aliases MOV.
2008-06-02 Michal Krolcell: SWZ no longer aliases MOV.
2008-05-31 Michal Krolbrw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroli915: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolcell: 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 Brian Paulgallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softp...
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-30 Ben Skeggsnv40: a couple of memory leaks
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-29 Keith Whitwelldraw: draw_range_elements trial
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-27 Keith Whitwellsoftpipe: enable vbuf by default
2008-05-26 Ben Skeggsnouveau: very quick port to tex-surface changes.
2008-05-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-25 Ben Skeggsnouveau: remove final PIPE_FORMAT_U_* usage
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 José Fonsecai915simple: Fix win9x build.
next