Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tgis: SSE code generator doesn't yet support indirect addressing of temp regs | Brian Paul | 2009-04-24 | 1 | -0/+29 |
| | | | | Fall back to interpreter in this case. | ||||
* | pipebuffer: don't fail when validating mapped buffers | Keith Whitwell | 2009-04-24 | 1 | -4/+5 |
| | | | | | | This can be almost impossible to avoid - hopefully we won't encounter a situation where this is a true requirement. Would probably require drivers to flush between hardware and software vertex processing. | ||||
* | util: Add more entry points for dumping to bmp | Jakob Bornecrantz | 2009-04-24 | 2 | -18/+43 |
| | |||||
* | gallium: license, copyright | Brian Paul | 2009-04-22 | 2 | -0/+62 |
| | |||||
* | util: don't set unused blend state | Keith Whitwell | 2009-04-20 | 2 | -8/+0 |
| | | | | Try to avoid creating multiple blend atoms. | ||||
* | util: flush stdout before emitting debug_printf on stderr | Keith Whitwell | 2009-04-17 | 1 | -0/+2 |
| | | | | | A lot of the mesa demos emit commentary on stdout, try to keep it in sync with the corresponding output from debug_printf(). | ||||
* | util: Fix surface usage | Jakob Bornecrantz | 2009-04-15 | 1 | -2/+2 |
| | |||||
* | gallium: new, simple RGBA surface create/destroy helpers | Brian Paul | 2009-04-15 | 4 | -0/+167 |
| | | | | Use these for quickly creating an RGBA drawing surface. | ||||
* | tgsi/sse2: Cleanup NRM/NRM4 implementation. | Michal Krol | 2009-04-10 | 1 | -25/+76 |
| | | | | | | Fix comments. Make sure .w is set to 1.0 for NRM. Optimise for non-.xyzw writemasks. | ||||
* | rtasm: Silence `static function not used' warning. | Michal Krol | 2009-04-10 | 1 | -0/+2 |
| | |||||
* | draw: Silence pointer-to-integer cast warning. | Michal Krol | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | draw: Fix vertex_header initialisation. | Michal Krol | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | tgsi/sse2: Fix build. | Michal Krol | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | draw: Fix LIT instruction. | Michal Krol | 2009-04-09 | 1 | -2/+2 |
| | |||||
* | gallium: remove unneeded compressed=0 assignment | Brian Paul | 2009-04-09 | 1 | -1/+0 |
| | |||||
* | tgsi/sse2: Fix ARL instruction. | Michal Krol | 2009-04-09 | 1 | -0/+1 |
| | |||||
* | tgsi/sse2: Fix LIT instruction. | Michal Krol | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM) | Brian Paul | 2009-04-08 | 1 | -0/+8 |
| | | | | Fixes failed assertion in glean fbo test. | ||||
* | gallium: Clean up driver clear() interface. | Michel Dänzer | 2009-04-04 | 2 | -6/+68 |
| | | | | | Only allows clearing currently bound buffers, but colour and depth/stencil in a single call. | ||||
* | gallium: Add utility helper for packing combined depth/stencil values. | Michel Dänzer | 2009-04-04 | 1 | -0/+20 |
| | |||||
* | tgsi/exec: Actually enable switch-case for FLR. | Michal Krol | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | tgsi/text: Allow optional component selection for indirect registers. | Michal Krol | 2009-04-03 | 1 | -5/+38 |
| | |||||
* | util/debug: Initialise local variables. | Michal Krol | 2009-04-03 | 1 | -2/+2 |
| | |||||
* | tgsi/text: Allow `-|src|` variant of `-(|src|)`. | Michal Krol | 2009-04-03 | 1 | -3/+11 |
| | |||||
* | util: Fix x86_64 build. | José Fonseca | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | util: Lookup symbol names from addresses. | José Fonseca | 2009-04-01 | 5 | -1/+308 |
| | | | | | | Nice for stack backtraces. Windows-only for now. | ||||
* | tgsi: Fix structure members initialisation. | Michal Krol | 2009-04-01 | 1 | -116/+116 |
| | |||||
* | tgsi: Lookup alternate instruction mnemonics when parsing tgsi text. | Michal Krol | 2009-04-01 | 1 | -1/+21 |
| | |||||
* | tgsi: Provide alternate instruction mnemonics in tgsi info. | Michal Krol | 2009-04-01 | 2 | -29/+31 |
| | |||||
* | tgsi/doc: Fix typo. | Michal Krol | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | tgsi: added some helpful debug functions in the tgsi interpreter | Brian Paul | 2009-03-31 | 1 | -0/+53 |
| | | | | Check for NaN/Inf, print exec vectors, print temp registers. | ||||
* | draw: added Nan/Inf assertion in debug code | Brian Paul | 2009-03-31 | 1 | -0/+1 |
| | |||||
* | gallium: added util_is_inf_or_nan() function to u_math.h | Brian Paul | 2009-03-31 | 1 | -0/+12 |
| | |||||
* | util: Enable assembly breakpointt on x86_64. | José Fonseca | 2009-03-31 | 1 | -1/+1 |
| | | | | A breakpoint is much nicer than abort when gdb is attached. | ||||
* | tgsi: Condition codes are implied in KILP. | Michal Krol | 2009-03-30 | 1 | -3/+1 |
| | |||||
* | tgsi: Explain symbols used in instruction set documentation. | Michal Krol | 2009-03-30 | 1 | -0/+71 |
| | |||||
* | tgsi: Document BRA opcode. | Michal Krol | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | util: Support Z24S8/Z24X8. | José Fonseca | 2009-03-27 | 1 | -0/+16 |
| | |||||
* | mesa: Use the python executable from sys.executable. | José Fonseca | 2009-03-27 | 1 | -2/+4 |
| | | | | From Ramesh Dharan <[email protected]> | ||||
* | tgsi: pass zero vector to texture sampler for 1D case instead of NULL | Brian Paul | 2009-03-26 | 1 | -1/+5 |
| | | | | Fixes segfault when sampling 1D textures. | ||||
* | translate: Avoid unused variable warning. | José Fonseca | 2009-03-25 | 1 | -0/+2 |
| | |||||
* | util: Use size_t (for x86_64). | José Fonseca | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | util: Don't use x86 asm on x86_64. | José Fonseca | 2009-03-25 | 4 | -16/+21 |
| | |||||
* | draw: Use size_t (for x86_64). | José Fonseca | 2009-03-25 | 1 | -5/+4 |
| | |||||
* | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | 2009-03-25 | 5 | -15/+15 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | draw: update aa points shader comment | Keith Whitwell | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer | 2009-03-23 | 7 | -17/+17 |
| | |||||
* | debug: Add function for writing transfers to files | Jakob Bornecrantz | 2009-03-22 | 2 | -32/+42 |
| | |||||
* | util: Add a new macro for testing empty lists. | José Fonseca | 2009-03-23 | 1 | -0/+3 |
| | |||||
* | tgsi: minor comments | Brian Paul | 2009-03-22 | 1 | -2/+2 |
| |