| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-13 | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | |
| 2008-05-13 | nouveau: make nouveau_device.h part of public API | Ben Skeggs | |
| 2008-05-13 | nouveau: create objnull during channel creation | Ben Skeggs | |
| 2008-05-13 | nouveau: chipset is a device property, remove from nv/nvc. | Ben Skeggs | |
| 2008-05-13 | nv50: slightly less skeletal texture funcs, prevents fun segfaults | Ben Skeggs | |
| 2008-05-13 | nv50: report some supported formats to keep the state tracker from asserting. | Ben Skeggs | |
| 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 | softpipe: more work to get non-reduced primitives working in vbuf | Keith Whitwell | |
| 2008-05-12 | softpipe: make vbuf handle all primitive types | Keith Whitwell | |
| 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 | softpipe: add failure paths for context creation | Keith Whitwell | |
| 2008-05-12 | xlib: add failure paths for context creation | Keith Whitwell | |
| 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-10 | gallium: optimize the flush_spans() function | Brian | |
| 2008-05-10 | gallium: remove unused code | Brian | |
| 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 | xlib: more SP_NO_RAST support | Keith Whitwell | |
| For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST | |||
| 2008-05-08 | softpipe: don't calc det if NO_RAST set | Keith Whitwell | |
| 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. | |||
