Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translate: Rename pipe formats. | José Fonseca | 2010-03-01 | 2 | -6/+6 |
| | |||||
* | gallium: Handle InstanceID as a true 32-bit uint. | Michal Krol | 2010-01-05 | 1 | -18/+5 |
| | |||||
* | Merge branch 'master' into instanced-arrays | Michal Krol | 2010-01-05 | 2 | -24/+0 |
|\ | | | | | | | | | | | Conflicts: src/gallium/auxiliary/tgsi/tgsi_dump.c src/gallium/include/pipe/p_shader_tokens.h | ||||
| * | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | 2010-01-01 | 1 | -12/+0 |
| | | |||||
| * | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -12/+0 |
| | | | | | | | | | | Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | ||||
* | | Add lame support for instanceID to draw module. | Michal Krol | 2009-12-30 | 3 | -31/+71 |
| | | | | | | | | It's all screaming for integer support -- fake it with float for now. | ||||
* | | Implement instanced indexed draw. | Michal Krol | 2009-12-30 | 3 | -12/+23 |
| | | |||||
* | | translate: Fix a call to indexed SSE run. | Michal Krol | 2009-12-30 | 1 | -0/+2 |
| | | |||||
* | | translate: Implement instancing for linear SSE run. | Michal Krol | 2009-12-30 | 1 | -34/+120 |
| | | |||||
* | | Implement draw_arrays_instanced() in softpipe. | Michal Krol | 2009-12-29 | 3 | -3/+16 |
| | | | | | | | | | | Modify the translate module to respect instance divisors and accept instance id as a parameter to calculate input vertex offset. | ||||
* | | translate: Fix translate_key_compare(). | Michal Krol | 2009-12-29 | 1 | -2/+7 |
|/ | | | | Sizes of translate keys must also match. | ||||
* | gallium: replace // comments with /* */ | Brian Paul | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | translate: Avoid unused variable warning. | José Fonseca | 2009-03-25 | 1 | -0/+2 |
| | |||||
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -3/+0 |
| | | | | | | | | The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles. | ||||
* | translate: pull in prefetch and other optimizations from draw_vs_aos.c | Keith Whitwell | 2008-11-14 | 2 | -112/+204 |
| | |||||
* | gallium: silence warnings | Brian Paul | 2008-09-03 | 1 | -0/+6 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 4 | -4/+3 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements. | José Fonseca | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | gallium: Avoid double arithmetic. | José Fonseca | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | gallium: added support for fixed-point formats, drawing | Brian Paul | 2008-06-23 | 1 | -0/+18 |
| | |||||
* | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | 2008-05-30 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: src/gallium/drivers/i915simple/i915_context.h | ||||
| * | gallium: MSVC warning fixes. | José Fonseca | 2008-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c src/gallium/auxiliary/draw/draw_pt_varray_tmp.h src/gallium/auxiliary/draw/draw_pt_vcache.c | ||||
| * | translate: Mark functions as PIPE_CDECL. | José Fonseca | 2008-05-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | 2008-05-28 | 3 | -37/+25 |
|\| | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | ||||
| * | translate: mark functions as PIPE_CDECL | Keith Whitwell | 2008-05-23 | 3 | -30/+24 |
| | | |||||
| * | translate: remove spurious comment | Keith Whitwell | 2008-05-23 | 1 | -7/+1 |
| | | |||||
| * | translate: helper functions for mimizing cost of key compares | Keith Whitwell | 2008-05-12 | 1 | -0/+21 |
| | | |||||
* | | gallium: Windows CE portability fixes. | José Fonseca | 2008-05-28 | 3 | -121/+123 |
| | | |||||
* | | translate: helper functions for mimizing cost of key compares | Keith Whitwell | 2008-05-09 | 1 | -0/+21 |
|/ | |||||
* | draw: only fill in / compare the part of the translate key we're using. | Keith Whitwell | 2008-05-08 | 1 | -3/+2 |
| | | | | | 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. | ||||
* | rtasm: fix labels after (not so) recent change to allow dynamic fn growth | Keith Whitwell | 2008-05-01 | 1 | -1/+1 |
| | | | | | Using char * for labels doesn't work if you realloc the function during assembly and free the old storage... | ||||
* | translate: squash warnings | Keith Whitwell | 2008-04-28 | 2 | -2/+3 |
| | |||||
* | translate: Actually return a value from translate_cache_create(). | Michal Krol | 2008-04-24 | 1 | -0/+1 |
| | |||||
* | Create a sharable translate_cache and use it. | Zack Rusin | 2008-04-23 | 5 | -2/+157 |
| | |||||
* | fix non-i386 builds | Ben Skeggs | 2008-04-23 | 1 | -0/+2 |
| | |||||
* | translate: fail on x86 rtasm fail | Keith Whitwell | 2008-04-21 | 1 | -0/+5 |
| | |||||
* | translate: fix several bugs | Keith Whitwell | 2008-04-19 | 2 | -25/+28 |
| | | | | | | - specify cdecl calling convention on WIN32 - fix load bgra8 function - fix previous don't crash fix. | ||||
* | translate: don't crash on failure to create sse version | Keith Whitwell | 2008-04-19 | 2 | -7/+17 |
| | |||||
* | translate: missing file | Keith Whitwell | 2008-04-18 | 1 | -0/+46 |
| | |||||
* | translate: add sse version based on old draw_vf_sse.c | Keith Whitwell | 2008-04-18 | 4 | -1/+624 |
| | |||||
* | gallium: Get the translate module to build on msvc. | José Fonseca | 2008-04-16 | 1 | -16/+16 |
| | | | | | Appearently MSVC c-preprocessor parses "255.0f" as two tokens: "255.0" and "f", and performs variable substitution on "f". | ||||
* | gallium: Build and link the translate module. | José Fonseca | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | gallium: Switch one vertex path over to new translate module | Keith Whitwell | 2008-04-15 | 2 | -21/+81 |
| | | | | | Will eventually do this for all instances where we are converting vertices from one format to another. | ||||
* | translate: typo in emit_B8G8R8A8_UNORM | Keith Whitwell | 2008-04-15 | 1 | -4/+4 |
| | |||||
* | gallium: add a generic vertex (or other) buffer translation module | Keith Whitwell | 2008-04-15 | 4 | -0/+733 |