Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-01 | util: Fix x86_64 build. | José Fonseca | |
2009-04-01 | util: Lookup symbol names from addresses. | José Fonseca | |
Nice for stack backtraces. Windows-only for now. | |||
2009-04-01 | tgsi: Fix structure members initialisation. | Michal Krol | |
2009-04-01 | tgsi: Lookup alternate instruction mnemonics when parsing tgsi text. | Michal Krol | |
2009-04-01 | tgsi: Provide alternate instruction mnemonics in tgsi info. | Michal Krol | |
2009-04-01 | tgsi/doc: Fix typo. | Michal Krol | |
2009-03-31 | tgsi: added some helpful debug functions in the tgsi interpreter | Brian Paul | |
Check for NaN/Inf, print exec vectors, print temp registers. | |||
2009-03-31 | draw: added Nan/Inf assertion in debug code | Brian Paul | |
2009-03-31 | gallium: added util_is_inf_or_nan() function to u_math.h | Brian Paul | |
2009-03-31 | util: Enable assembly breakpointt on x86_64. | José Fonseca | |
A breakpoint is much nicer than abort when gdb is attached. | |||
2009-03-30 | tgsi: Condition codes are implied in KILP. | Michal Krol | |
2009-03-30 | tgsi: Explain symbols used in instruction set documentation. | Michal Krol | |
2009-03-30 | tgsi: Document BRA opcode. | Michal Krol | |
2009-03-27 | util: Support Z24S8/Z24X8. | José Fonseca | |
2009-03-27 | mesa: Use the python executable from sys.executable. | José Fonseca | |
From Ramesh Dharan <rrdharan@vmware.com> | |||
2009-03-26 | tgsi: pass zero vector to texture sampler for 1D case instead of NULL | Brian Paul | |
Fixes segfault when sampling 1D textures. | |||
2009-03-25 | translate: Avoid unused variable warning. | José Fonseca | |
2009-03-25 | util: Use size_t (for x86_64). | José Fonseca | |
2009-03-25 | util: Don't use x86 asm on x86_64. | José Fonseca | |
2009-03-25 | draw: Use size_t (for x86_64). | José Fonseca | |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-03-23 | draw: update aa points shader comment | Keith Whitwell | |
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer | |
2009-03-22 | debug: Add function for writing transfers to files | Jakob Bornecrantz | |
2009-03-23 | util: Add a new macro for testing empty lists. | José Fonseca | |
2009-03-22 | tgsi: minor comments | Brian Paul | |
2009-03-21 | tgsi: Document KIL, KILP instructions. | Michal Krol | |
2009-03-20 | gallium/util: add upload manager helper module | Keith Whitwell | |
Add a module that will manage uploading and coalescing multiple user-buffers, malloc-buffers and other random data that doesn't happen to be in a GPU buffer already. The module stuffs multiple little uploads into larger GPU buffers to reduce create/destroy overheads, etc. | |||
2009-03-19 | tgsi: Document vs_2_0 instruction set operations. | Michal Krol | |
2009-03-19 | tgsi: Document vs_1_1 instruction set operations. | Michal Krol | |
2009-03-19 | tgsi: Begin documenting ps_2_x instruction set operations. | Michal Krol | |
2009-03-18 | util: avoid clashprone UINT, UBYTE enum values | Keith Whitwell | |
2009-03-18 | draw: use AOS_ERROR rather than clash-prone ERROR() macro | Keith Whitwell | |
2009-03-17 | tgsi: Restore statement ordering. | José Fonseca | |
2009-03-17 | util: Realloc takes bytes. | José Fonseca | |
2009-03-17 | tgsi: Document ps_2_0 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Document ps_1_4 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Document ps_1_1 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Begin documenting GLSL instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Begin documenting NV_geometry_program4 instruction set operations. | Michal Krol | |
2009-03-17 | tgsi: Silence const pointer cast warnings. | Michal Krol | |
2009-03-16 | util: bitmask data type. | José Fonseca | |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-16 | tgsi: Begin documenting NV_gpu_program4 instruction set operations. | Michal Krol | |
2009-03-16 | tgsi: Document NV_vertex_program3 instruction set operations.` | Michal Krol | |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell | |
The draw module provides a similar interface to the driver which is retained as various bits of hardware may be able to take on incremental parts of the vertex pipeline. However, there's no need to advertise all this complexity to the state tracker. There are basically two modes now - normal and passthrough/screen-coords. | |||
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell | |
Any driver who needs a copy of the shader tokens must organize to do so itself. This has been the case for a long time, but there was still defensive code in the state tracker, which is now removed. Any bugs resulting from this need to be fixed in the offending driver... | |||
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2009-03-12 | tgsi: Localise SCS code. | Michal Krol | |
2009-03-12 | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol | |