Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gallium: remove a debug printf | Brian Paul | 2008-03-13 | 1 | -2/+0 | |
| | ||||||
* | gallium: Add a bit of documentation to cso_hash. | José Fonseca | 2008-03-13 | 1 | -15/+34 | |
| | ||||||
* | document hash collision resolutions | Zack Rusin | 2008-03-12 | 1 | -0/+10 | |
| | ||||||
* | gallium: fix some cso_state_callback cast warnings | Brian | 2008-03-11 | 1 | -8/+8 | |
| | ||||||
* | gallium: fix fs/vs typo in cso_set_vertex_shader() | Brian | 2008-03-11 | 1 | -1/+1 | |
| | ||||||
* | fix double deletion | Zack Rusin | 2008-03-10 | 2 | -8/+4 | |
| | | | | | plus, if the current hash is bigger than max size make sure we delete enough from it | |||||
* | gallium: avoid deleting currently-bound CSO's on cache destruction | Keith Whitwell | 2008-03-09 | 1 | -10/+24 | |
| | ||||||
* | cso: fix line endings | Keith Whitwell | 2008-03-09 | 1 | -340/+340 | |
| | ||||||
* | cso: Use MALLOC | Keith Whitwell | 2008-03-09 | 1 | -6/+6 | |
| | ||||||
* | cso: add a higher-level interface which does all pipe interactions to set a ↵ | Keith Whitwell | 2008-03-09 | 4 | -0/+427 | |
| | | | | given state | |||||
* | gallium: Use stricter types. | José Fonseca | 2008-02-27 | 1 | -13/+13 | |
| | | | | | VC++ won't silently convert a pointer to a function with typed pointer arguments to one with void pointer arguments. | |||||
* | gallium: Fix build on Windows. | Michal Krol | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | implement cache limits for cso | Zack Rusin | 2008-02-26 | 3 | -43/+110 | |
| | | | | by default set to 4096, which might be on the large side | |||||
* | add an explicit callback decleration and use it to silence warnings | Zack Rusin | 2008-02-26 | 2 | -2/+4 | |
| | ||||||
* | hide cso cache definition and add some initial code for size limiting | Zack Rusin | 2008-02-26 | 2 | -17/+33 | |
| | | | | the caches | |||||
* | implement deleting of driver side cached state in cso's | Zack Rusin | 2008-02-26 | 3 | -1/+102 | |
| | ||||||
* | Replace standand library functions by portable ones. | José Fonseca | 2008-02-25 | 2 | -20/+20 | |
| | ||||||
* | Add Zack's comments about CSOs. | José Fonseca | 2008-02-25 | 1 | -5/+46 | |
| | ||||||
* | gallium: Countour MSVC's pickyness for structures returned by value. | José Fonseca | 2008-02-23 | 1 | -4/+2 | |
| | ||||||
* | gallium: Wrap decls in extern "C". | José Fonseca | 2008-02-23 | 2 | -0/+22 | |
| | ||||||
* | gallium: Add cso convenience routine (from Keith's patch). | José Fonseca | 2008-02-23 | 2 | -0/+29 | |
| | ||||||
* | gallium: MSVC fixes. | José Fonseca | 2008-02-23 | 1 | -3/+3 | |
| | ||||||
* | Portability fixes. | José Fonseca | 2008-02-19 | 1 | -12/+23 | |
| | | | | | | | Eliminate C99/C++ constructs. (We should actually disable gcc C99 syntax options if we are serious about portability.) | |||||
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -6/+1 | |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||||
* | Update scons build for new code layout. | José Fonseca | 2008-02-18 | 1 | -0/+10 | |
| | ||||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -0/+18 | |
| | | | | | | | In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files. | |||||
* | Code reorganization: s/aux/auxiliary/. | José Fonseca | 2008-02-15 | 4 | -0/+738 | |
"aux" is a reserved name on Windows (X_X) |