Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-07 | pipebuffer: Add an extra assertion to ensure buffers do not jump between lists. | José Fonseca | |
2008-08-07 | gallium: New function to dump surfaces. | José Fonseca | |
2008-08-07 | softpipe: Silence compiler warnings on Windows. | Michal Krol | |
2008-08-07 | nv40/nv50: enable mirror wrap modes | Ben Skeggs | |
2008-08-07 | nouveau: fix build | Ben Skeggs | |
2008-08-07 | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-08-06 | gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw() | Brian Paul | |
We need to compute the default dst_stride and src_stride _before_ clipping. After clipping, the width value may have changed. This fixes visible tile glitches in some demos like progs/glsl/texdemo.c | |||
2008-08-06 | gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT | Brian Paul | |
Check for these caps in state tracker and enable corresponding GL extensions if supported. | |||
2008-08-06 | softpipe: add texture border color code | Brian Paul | |
2008-08-04 | tgsi: Put a newline after IMM. | Michal Krol | |
2008-08-03 | g3dvl: Temporarily disable IDCT. | Younes Manton | |
2008-08-03 | nv40: Support for PIPE_FORMAT_R16_SNORM. | Younes Manton | |
2008-08-02 | softpipe: support PIPE_FORMAT_R16_SNORM. | Younes Manton | |
2008-07-30 | g3dvl: Use R16_SNORM instead of A8L8_UNORM for block rendering. | Younes Manton | |
2008-07-30 | tgsi: Insert newlines after the statements, instead of before. | José Fonseca | |
Prevents shader dumps from getting concatenated with the next debug message. | |||
2008-07-28 | util: Don't define replacement math functions for CE. | José Fonseca | |
It appears to be working without this before, and it is probably necessary. | |||
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-07-26 | g3dvl: Recursively build dependencies. | Younes Manton | |
Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe. | |||
2008-07-27 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-26 | gallium: Windows miniport portability fixes. | José Fonseca | |
2008-07-24 | softpipe: Remove unused variables. | José Fonseca | |
2008-07-24 | tgsi: Silent msvc warning. | José Fonseca | |
Rather stupid warning: msvc is warning that converting from a 1bit structure bitfield to a unsigned char looses precision... /WX makes this an error. | |||
2008-07-23 | nv all: Copy shader tokens on create, free on delete. | Younes Manton | |
Must copy token stream on shader create, client is allowed to free their copy after creating the state object. | |||
2008-07-23 | gallium: bump TGSI_EXEC_NUM_TEMPS to 128 | Brian Paul | |
2008-07-23 | gallium: print extended swizzle negation flags | Brian Paul | |
2008-07-23 | tgsi: Fix tgsi_util_get_full_src_register_extswizzle(). | Michal Krol | |
2008-07-23 | i915: intel_flush_frontbuffer does work | Jakob Bornecrantz | |
2008-07-23 | g3dvl: Minor fixes. | Younes Manton | |
2008-07-23 | nouveau: is_format_supported() interface changes | Ben Skeggs | |
2008-07-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-22 | g3dvl: Add Nouveau winsys, libdriclient. | Younes Manton | |
Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of it. The 'nouveau_context' and 'nouveau_screen' code contains most of the changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock' contain some minor changes. The driclient library contains the DRI userland stuff, most of which was based on Mesa's DRI code. | |||
2008-07-22 | tgsi: Fix immediate usage checks. | Michal Krol | |
Provide more info for register usage errors/warnings. | |||
2008-07-22 | win32kprof: Store the profile data as an caller->callee hash table, instead ↵ | José Fonseca | |
of a trace. | |||
2008-07-22 | gallium: Open a new file when existing profile memory map is exhausted. | José Fonseca | |
2008-07-21 | tgsi: Update Makefile to include tgsi_iterate.c | Jakob Bornecrantz | |
2008-07-21 | nv50: add NV86 and NV94 to list of "supported" chips | Ben Skeggs | |
2008-07-20 | g3dvl: Fix some memory leaks in the winsys. | Younes Manton | |
2008-07-20 | g3dvl: Minor SP winsys cleanup. | Younes Manton | |
2008-07-20 | tgsi: Parse source register extended swizzle. | Michal Krol | |
2008-07-20 | tgsi: Add support for branch instructions with target labels. | Michal Krol | |
2008-07-20 | tgsi: Warn if an indirect register not ADDR[0]. | Michal Krol | |
2008-07-20 | tgsi: Add support for indirect addressing in dump, sanity and text modules. | Michal Krol | |
2008-07-20 | tgsi: Remove redundant code. | Michal Krol | |
2008-07-20 | tgsi: Use tgsi_iterate in tgsi_dump. | Michal Krol | |
2008-07-20 | tgsi: Keep version and processor info in iterate_ctx. | Michal Krol | |
2008-07-20 | tgsi: Fix error handling. | Michal Krol | |
2008-07-20 | tgsi: Tidy up and fix tgsi_dump. | Michal Krol | |
2008-07-20 | tgsi: Fix dump enums. | Michal Krol | |
2008-07-20 | tgsi: Preserve flags parameter for tgsi_dump(). | Michal Krol | |
2008-07-20 | scons: List util/tgsi_dump_c.c. | Michal Krol | |