Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | trace: Update readme. | José Fonseca | |
Actually, the trace driver with the xlib statetracker is still causing assertion failures here.. | |||
2009-03-25 | trace: Number calls. | José Fonseca | |
2009-03-25 | python/retrace: Use the call no when dumping images. | José Fonseca | |
To make it easy associate images with the calls. | |||
2009-03-25 | python: Use a sequential number to identify each call. | José Fonseca | |
TODO: Modify the trace driver to generate these on the XML file itself. | |||
2009-03-25 | python/trace: Control the interpreter from command line options. | José Fonseca | |
2009-03-25 | python: Use Ansi escape codes regardless of output is a tty or not. | José Fonseca | |
2009-03-25 | python: List packages needed on debian systems. | José Fonseca | |
2009-03-25 | python: Allow to dump all images to disk. | José Fonseca | |
2009-03-25 | python: Tweak instructions. | José Fonseca | |
2009-03-25 | python: s/pitch/stride/ | José Fonseca | |
2009-03-25 | python: s/num_cbufs/nr_cbufs/ | José Fonseca | |
2009-03-25 | wgl: Use right integer type. | José Fonseca | |
2009-03-25 | wgl: Use SetWindowLongPtr. | 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 | scons: Support building with the Windows SDK. | José Fonseca | |
x86_64 is also supported. | |||
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-25 | r300-gallium: r300-fs: Moar. | Corbin Simpson | |
2009-03-25 | r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking. | Corbin Simpson | |
progs/trivial/clear no longer is horrifically wrong, just kind of wrong. | |||
2009-03-25 | r300-gallium: r500-fs: Remove unused variable. | Corbin Simpson | |
2009-03-25 | nv50: fix typo in nv50_query.c | Ben Skeggs | |
2009-03-25 | nouveau: fix some pipe_buffer reference counting issues | Ben Skeggs | |
2009-03-24 | nouveau: Frontbuffer needs to be marked as linear. | Younes Manton | |
2009-03-24 | i965: fix point rasterization when rendering to FBO | Robert Ellison | |
The FBO pixel coordinate system, with (0,0) as the upper-left pixel, is inverted in Y compared to the normal OpenGL pixel coordinate system, which has (0,0) as its lower-left pixel. Viewport and polygon stipple are sensitive to this inversion; so is point rasterization. The basic fix is simple: when rendering to an FBO, instead of the normal RASTRULE_UPPER_RIGHT that's appropriate for OpenGL windows, use the Y inversion RASTRULE_LOWER_RIGHT. Unfortunately, current Intel documentation has this value listed as "Reserved, but not seen as useful". It does work on at least some i965-class devices, though; and the worst that could happen if an older device didn't support it would be incorrect point rasterization to FBOs, which is what happens already, so this fix is at least no worse than what happens presently, and is better for some (and possibly all) i965-class devices. | |||
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-22 | trace: Fix args to buffer write | Jakob Bornecrantz | |
2009-03-23 | util: Add a new macro for testing empty lists. | José Fonseca | |
2009-03-22 | softpipe: reformatting, comments, minor clean-ups | Brian Paul | |
2009-03-22 | tgsi: minor comments | Brian Paul | |
2009-03-21 | tgsi: Document KIL, KILP instructions. | Michal Krol | |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell | |
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul | |
This was used to indicate OpenGL's lower-left origin for fragment window coordinates for polygon stipple and gl_FragCoord. Now: - fragment coordinate origin is always upper-left corner - GL polygon stipple is inverted and shifted before given to gallium - GL fragment programs that use INPUT[WPOS] are modified to use an inverted window coord which is placed in a temp register. Note: the origin_lower_left field still exists in pipe_rasterizer_state. Remove it when all the drivers, etc. no longer reference it. | |||
2009-03-20 | r300-gallium: Misspelled macro name. | Corbin Simpson | |
*pulls paper bag down over head* | |||
2009-03-20 | r300-gallium: Put r300_cs_inlines to bed. | Corbin Simpson | |
Guess it was a mistake in the first place. Oops. | |||
2009-03-20 | r300-gallium: Simplify/neaten up packet3. | Corbin Simpson | |
Deck chairs on the Hindenburg. :3 | |||
2009-03-20 | r300-gallium: Clean up surface_fill, prep for surface_copy code. | Corbin Simpson | |
2009-03-20 | r300-gallium: Properly offset scissors. | Corbin Simpson | |
As per r300_reg, classic Mesa, and xf86-video-ati. | |||
2009-03-20 | r300-gallium: Clean up r300_swtcl_emit. | Corbin Simpson | |
Some compile warnings, some statements without effect. | |||
2009-03-20 | r300-gallium: Clean up some emit, and some state handlers. | Corbin Simpson | |
2009-03-20 | r300-gallium: A bit more invariant state. | Corbin Simpson | |
2009-03-20 | gallium: Explain what happens if buffer_flush_mapped_range isn't called. | José Fonseca | |
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-20 | stw: Do not err on nil context handle in MakeCurrent(). | Michal Krol | |
2009-03-20 | stw: Use u_handle_table to maintain context list. | Michal Krol | |
2009-03-20 | winsys/gdi: Init state tracker's per-thread data. | Michal Krol | |
2009-03-20 | stw: Keep per-thread storage for current context and pixel format. | Michal Krol | |
2009-03-19 | trace: Formalize on a standard for data size pair | Jakob Bornecrantz | |