gallium: point rast coord tweak
[mesa.git] / src / gallium / auxiliary /
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 Brian Paulgallium: added pipe_get/put_tile_z() functions
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 José Fonsecagallium: Fix MSVC warnings.
2008-02-28 José Fonsecagallium: Fix sign/unsign comparison.
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: include p_util.h
2008-02-27 Briangallium: include p_compiler.h instead of p_util.h
2008-02-27 Briangallium: added file_max[] array to tgsi_shader_info
2008-02-27 Briangallium: added uses_kill field to tgsi_shader_info
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: better debug messages
2008-02-27 José Fonsecagallium: Make headers C++ friendly.
2008-02-27 José Fonsecagallium: Replace // comments.
2008-02-27 José Fonsecagallium: Use stricter types.
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 Michal Krolgallium: Print texture target for short dumps.
2008-02-26 Briangallium: collect more shader info in tgsi_scan_shader()
2008-02-26 Briangallium: disable debug code
2008-02-26 Michal Krolgallium: Fix build on Windows.
2008-02-26 Zack Rusinimplement cache limits for cso
2008-02-26 Zack Rusinadd an explicit callback decleration and use it to...
2008-02-26 Zack Rusinhide cso cache definition and add some initial code...
2008-02-26 Zack Rusinimplement deleting of driver side cached state in cso's
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-25 José FonsecaReplace standand library functions by portable ones.
2008-02-25 José FonsecaAdd Zack's comments about CSOs.
2008-02-24 José FonsecaAdd new files.
2008-02-24 José Fonsecagallium: Fix MSVC warnings.
2008-02-23 Briangallium: added new tgsi_scan.c / tgsi_scan_shader(...
2008-02-23 José Fonsecagallium: MSVC fixes.
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-23 Briangallium: fix bug in which wide point stage overrode...
2008-02-22 José Fonsecagallium: Countour MSVC's pickyness for structures retur...
2008-02-22 José Fonsecagallium: Wrap decls in extern "C".
2008-02-22 José Fonsecagallium: Add cso convenience routine (from Keith's...
2008-02-22 José Fonsecagallium: MSVC fixes.
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
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-21 Keith Whitwelltgsi: print debug messages on failure to codegenerate
2008-02-20 Briangallium: re-fix some msvc warnings
2008-02-19 José FonsecaFix windows build.
2008-02-19 José FonsecaPortability fixes.
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
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-19 José FonsecaMove mm.c code into util module.
2008-02-19 José FonsecaAdd copyright headers to all rtasm source files.
2008-02-19 José FonsecaRename rtasm files.
2008-02-19 José FonsecaBring rtasm from mesa to gallium.
2008-02-19 José FonsecaInitial scons support to build gallivm.
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é FonsecaRename llvm -> gallivm.
2008-02-18 José FonsecaStandardize on using the pipe/ include prefix.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-17 Zack Rusinfix the build
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Keith Whitwelltgsi: pass through failure to sse-codegenerate for...
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/ -- update build.
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.