summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Collapse)Author
2009-05-16trace: If either shader is disabled don't drawJakob Bornecrantz
2009-05-16trace: Put shaders on a list in the contextJakob Bornecrantz
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz
2009-05-15gallium-intel: Build with sconsJakob Bornecrantz
2009-05-15st/egl: Use proper MakefileJakob Bornecrantz
2009-05-14r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.Corbin Simpson
2009-05-13r300-gallium: Clean up outdated comments.Corbin Simpson
2009-05-13r300-gallium: Space accounting for textures.Corbin Simpson
2009-05-12r300-gallium: add missing semicolonJoakim Sindholt
Yeah, that was stupid
2009-05-12r300-gallium: duplicate tokens in create_fs_stateJoakim Sindholt
This was all phoenix64's idea. Credit goes to him
2009-05-11Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: Makefile src/mesa/main/version.h
2009-05-11r300-gallium: unbreak buildJoakim Sindholt
2009-05-11r300-gallium: Setup surface in r300_surface_copy.Corbin Simpson
I haven't tested, but this may unbreak surface copies.
2009-05-11r300-gallium: Cleanup some compile warnings.Corbin Simpson
2009-05-11r300-gallium: Cleanup PSC for HW TCL.Corbin Simpson
Still dies in assert, but at least it's not my assert anymore. :3
2009-05-11radeon-gallium: Forgot a typedef.Corbin Simpson
2009-05-11radeon-gallium: Support new info ioctls in addition to classic getparams.Corbin Simpson
This makes non-hybrid kernels like newttm from drm-next-radeon work while avoiding breakage with Fedora/Ubuntu/etc.
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck
2009-05-09radeon-gallium: Clean up some of the BO counting logic.Corbin Simpson
2009-05-09r300-gallium: vs: Make imms work, cleanup some of the switches.Corbin Simpson
2009-05-09r300-gallium: Start VS dumper.Corbin Simpson
2009-05-09r300-gallium: vs: Add SLT, clean up MAX.Corbin Simpson
This should be all the opcodes for basic TCL.
2009-05-09r300-gallium: vs: Add MAX.Corbin Simpson
2009-05-09r300-gallium: vs: Add scalar setup, RSQ.Corbin Simpson
Icky icky icky icky. Icky icky, icky icky. Icky.
2009-05-09r300-gallium: vs: Add writemasks.Corbin Simpson
2009-05-08r300-gallium: Fix bad cast. Space accounting completely works now.Corbin Simpson
Boy, is my face red. :C
2009-05-08r300-gallium, radeon: BO handling fixes, some useful asserts.Corbin Simpson
2009-05-08radeon-gallium: Shut up Valgrind.Corbin Simpson
2009-05-08r300-gallium, radeon: A couple cleanups.Corbin Simpson
Trying to track down goddamn bugs. :C
2009-05-08r300-gallium: Finish space accounting.Corbin Simpson
Still broken...
2009-05-08wgl: Grow the maximum number of pixel formats to cope with the new accum ↵José Fonseca
pixel formats. Fix a segfault when using softpipe.
2009-05-08wgl: Export pixelformats with accumulation bits.José Fonseca
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
Caller may be able to do something about this - eg flush and retry.
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca
2009-05-08wgl: Add assertion for missing function.José Fonseca
2009-05-08wgl: Remove unused variable.José Fonseca
2009-05-08wgl: Implement ShareLists.José Fonseca
2009-05-08wgl: Implemente SwapLayerBuffers.José Fonseca
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-08gallium/tgsi: hack around linker/archiver breakageKeith Whitwell
Add a dummy function which exists only so that tgsi_text_translate() doesn't get magic-ed out of the libtgsi.a archive by the build system. Don't remove unless you know this has been fixed - check on mingw/scons builds as well.
2009-05-08wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-08wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca
2009-05-08pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca
2009-05-08wgl: Export pixelformats with accumulation bits.José Fonseca
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
Caller may be able to do something about this - eg flush and retry.
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca