summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: better debug messagesBrian2008-02-271-4/+4
* gallium: Make headers C++ friendly.José Fonseca2008-02-273-3/+30
* gallium: Replace // comments.José Fonseca2008-02-278-25/+25
* gallium: Use stricter types.José Fonseca2008-02-271-13/+13
* gallium: updated prototype (missed in prev commit)Brian2008-02-261-0/+2
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-264-19/+23
* gallium: Print texture target for short dumps.Michal Krol2008-02-261-0/+18
* gallium: collect more shader info in tgsi_scan_shader()Brian2008-02-262-0/+31
* gallium: disable debug codeBrian2008-02-261-1/+1
* gallium: Fix build on Windows.Michal Krol2008-02-261-1/+1
* implement cache limits for csoZack Rusin2008-02-263-43/+110
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-262-2/+4
* hide cso cache definition and add some initial code for size limitingZack Rusin2008-02-262-17/+33
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-263-1/+102
* gallium: rewrite AA point fragment shader to use a CMP instruction instead of...Brian2008-02-251-100/+96
* gallium: fix bad ptr assignmentBrian2008-02-251-1/+1
* gallium: modify draw_find_vs_output() to search vertex shader outputsBrian2008-02-251-3/+21
* Replace standand library functions by portable ones.José Fonseca2008-02-252-20/+20
* Add Zack's comments about CSOs.José Fonseca2008-02-251-5/+46
* Add new files.José Fonseca2008-02-242-0/+5
* gallium: Fix MSVC warnings.José Fonseca2008-02-241-2/+2
* gallium: added new tgsi_scan.c / tgsi_scan_shader() functionBrian2008-02-233-0/+175
* gallium: MSVC fixes.José Fonseca2008-02-242-3/+5
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-234-4/+7
* gallium: fix bug in which wide point stage overrode the aapoint stageBrian2008-02-221-3/+13
* gallium: Countour MSVC's pickyness for structures returned by value.José Fonseca2008-02-231-4/+2
* gallium: Wrap decls in extern "C".José Fonseca2008-02-232-0/+22
* gallium: Add cso convenience routine (from Keith's patch).José Fonseca2008-02-232-0/+29
* gallium: MSVC fixes.José Fonseca2008-02-231-3/+3
* gallium: Silence compiler warnings on Windows.Michal Krol2008-02-231-9/+10
* gallium: new draw stage for polygon stipple.Brian2008-02-215-0/+728
* gallium: new AA point drawing stageBrian2008-02-216-0/+887
* draw: vertex cache reworkKeith Whitwell2008-02-215-37/+53
* tgsi: print debug messages on failure to codegenerateKeith Whitwell2008-02-211-0/+6
* gallium: re-fix some msvc warningsBrian2008-02-201-8/+8
* Fix windows build.José Fonseca2008-02-193-3/+4
* Portability fixes.José Fonseca2008-02-191-12/+23
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-196-11/+204
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-194-2/+704
* Add run-time cpu capabilities detection stubs.José Fonseca2008-02-195-3/+97
* Simplify makefile boilerplate code.José Fonseca2008-02-196-40/+6
* Use gallium's rtasm module.José Fonseca2008-02-195-11/+7
* Move mm.c code into util module.José Fonseca2008-02-198-317/+19
* Add copyright headers to all rtasm source files.José Fonseca2008-02-192-3/+48
* Rename rtasm files.José Fonseca2008-02-196-23/+25
* Bring rtasm from mesa to gallium.José Fonseca2008-02-198-0/+2032
* Initial scons support to build gallivm.José Fonseca2008-02-191-0/+16
* gallium: remove the prototype/unused wide_line_aa() functionBrian2008-02-181-68/+1
* gallium: antialiased line drawingBrian2008-02-188-3/+901
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-1/+1