gallium: Surround externs with extern "C".
[mesa.git] / src / gallium / auxiliary / draw /
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-03-04 Keith Whitwelldraw: dont' compute clipmask or apply viewport when...
2008-03-03 Keith Whitwelldraw: add fetch for bgra ubyte surfaces
2008-02-29 Brian Paulgallium: fix line emit order for unfilled tris
2008-02-29 Brian Paulgallium: point rast coord tweak
2008-02-29 Brian Paulgallium: need precalc_flat=1 for wide lines
2008-02-29 Brian Paulgallium: tweak coords for wide lines
2008-02-29 Briangallium: remove the ugly pipe->draw stage lookup code...
2008-02-29 Brian Paulgallium: new wide point/line stages (missed in prev...
2008-02-29 Brian Paulgallium: split draw_wide_prim stage into separate point...
2008-02-28 Briangallium: added draw_num_vs_outputs() to query number...
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-26 Briangallium: updated prototype (missed in prev commit)
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
2008-02-26 Briangallium: disable debug code
2008-02-26 Briangallium: rewrite AA point fragment shader to use a...
2008-02-25 Briangallium: fix bad ptr assignment
2008-02-25 Briangallium: modify draw_find_vs_output() to search vertex...
2008-02-24 José FonsecaAdd new files.
2008-02-24 José Fonsecagallium: Fix MSVC warnings.
2008-02-23 José Fonsecagallium: MSVC fixes.
2008-02-23 Briangallium: fix bug in which wide point stage overrode...
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-21 Keith Whitwelldraw: vertex cache rework
2008-02-20 Briangallium: re-fix some msvc warnings
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaAdd run-time cpu capabilities detection stubs.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-18 Briangallium: remove the prototype/unused wide_line_aa(...
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaUpdate for llvm -> gallivm rename.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.