Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-17 | cosmetic changes | Zack Rusin | |
2008-05-17 | fix rsq | Zack Rusin | |
2008-05-17 | fix abs and start on rsq | Zack Rusin | |
2008-05-17 | do the lit (some artifacts present) | Zack Rusin | |
2008-05-17 | implement min/max and abstract ops on vectors | Zack Rusin | |
2008-05-17 | llvm: implement sub and abs | Zack Rusin | |
2008-05-17 | fix injections of functions from builtins into shaders | Zack Rusin | |
2008-05-17 | move the swizzling code to gallivm in preperation for code-generating it | Zack Rusin | |
also some minor cleanups | |||
2008-05-17 | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() | Brian Paul | |
The caller can then free the token array immediately. | |||
2008-05-13 | decomposition from keith, adds decomposition of more prim to the pipeline | Zack Rusin | |
2008-05-12 | adjust llvm code to the changes in 2.3 | Zack Rusin | |
2008-05-12 | draw: turn fse path into a middle end | Keith Whitwell | |
Also add some util functions in pt_util.c | |||
2008-05-12 | draw: streamline the varray path | Keith Whitwell | |
- drop support for running the pipeline (ie. don't populate the flags values) - pass through all split-able primitives intact to the middle end - only primitives that can't be split are shunted on the draw-element path | |||
2008-05-12 | draw: add fetch-shade-emit path | Keith Whitwell | |
Enable with TEST_FSE=t. Performs fetch from API-provided vertex buffers, transformation with one of three (two working) hard-coded shaders, and final emit to hardware vertices all in a single pass. Currently only really useful for profiling in conjunction with SP_NO_RAST=t. | |||
2008-05-12 | draw: mimize cost of translate key compares, use cache universally | Keith Whitwell | |
2008-05-12 | translate: helper functions for mimizing cost of key compares | Keith Whitwell | |
2008-05-09 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | |
2008-05-09 | draw: Fix number of vertices allocated in draw_pt_emit(). | Michel Dänzer | |
2008-05-09 | draw: fix translate double-free, minor cleanups | Keith Whitwell | |
2008-05-09 | draw: fix translate double-free, minor cleanups | Keith Whitwell | |
2008-05-09 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | |
2008-05-09 | draw: mimize cost of translate key compares, use cache universally | Keith Whitwell | |
2008-05-09 | translate: helper functions for mimizing cost of key compares | Keith Whitwell | |
2008-05-09 | gallium: Define util_vsprintf. | José Fonseca | |
2008-05-09 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | |
2008-05-09 | gallium: Disable debug_get_option for release builds on Windows. | José Fonseca | |
It always creates the C:\gallium.cfg , even if it does not exists, which might be confusing. | |||
2008-05-09 | gallium: Don't serialize GPU writes. | José Fonseca | |
Only make sure the GPU is finished with a buffer before mapping. The opposite -- waiting for the CPU to be finished before handing to the CPU -- must be done before fencing. | |||
2008-05-08 | gallium: handle null ptrs | Brian Paul | |
2008-05-08 | Merge branch 'gallium-0.1' into gallium-vertex-linear | Keith Whitwell | |
2008-05-08 | draw: only fill in / compare the part of the translate key we're using. | Keith Whitwell | |
It's quite a big struct & we examine it a lot (too much). Reduce the impact of this by just looking at the active part where possible. | |||
2008-05-08 | fix quad strips | Zack Rusin | |
2008-05-08 | fix triangle strips | Zack Rusin | |
2008-05-08 | fix silly mistakes | Zack Rusin | |
2008-05-08 | redo the linear paths | Zack Rusin | |
2008-05-08 | fix the regressions | Zack Rusin | |
2008-05-08 | silence debugging output | Zack Rusin | |
2008-05-08 | implement linear path for fetch_emit pipeline | Zack Rusin | |
2008-05-08 | don't fill in linear fetch_elts | Zack Rusin | |
2008-05-08 | implement linear emition and fetching and plug it in the varray paths | Zack Rusin | |
2008-05-08 | split larger primitives in the simple varray pt | Zack Rusin | |
2008-05-08 | abstract fetching elts | Zack Rusin | |
2008-05-08 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | |
2008-05-08 | cso_cache: Fix test for currently bound blend state. | Michel Dänzer | |
2008-05-09 | pipebuffer: Temporarily reimplement validation as growable array. | José Fonseca | |
Jose | |||
2008-05-08 | gallium: Make sure functions have proper prototypes and remove unused variable. | Michel Dänzer | |
2008-05-08 | pipebuffer: Preliminary buffer validation. | José Fonseca | |
Use table to store a list of buffers to validate. Unfortunately cso_hash shrinks/regrows the hash every time, so still has to be addressed. Multi-thread validation is still WIP. | |||
2008-05-08 | gallium: Really free hash entries. | José Fonseca | |
Hook up to the new cso_hash_erase function. | |||
2008-05-08 | pipebuffer: Don't include standard headers directly. | José Fonseca | |
2008-05-07 | gallium: Implement util_pack_color for A8, L8, and I8 formats. | José Fonseca | |
2008-05-07 | gallium: Fix release build. | José Fonseca | |
pf_sprint_name might be used there too. |