summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-06-29softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul
2009-06-29softpipe: pass sampler state to shadow_compare()Brian Paul
2009-06-29nouveau: Expect right params to tex_transfer_destroy().Younes Manton
2009-06-29nouveau: Turn off debug cannon.Younes Manton
2009-06-29gallium/draw: sketch out some missing pointcoord codeBrian Paul
2009-06-27r300g: YCbCr and sRGB textures.Corbin Simpson
2009-06-27r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson
2009-06-27st/dri: Fix last depth bits logicJakob Bornecrantz
2009-06-26r300g: EXT_provoking_vertex.Corbin Simpson
2009-06-26r300g: S3TC.Corbin Simpson
2009-06-26r300g: Use real texture formats.Corbin Simpson
2009-06-26r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson
2009-06-26r300g: Comment out assert for now.Corbin Simpson
2009-06-26r300g: Be more specific on surface_copy fallbacks.Corbin Simpson
2009-06-26r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson
2009-06-26r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-06-26aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell
2009-06-24wgl: Handle flush after a window is destroyed.José Fonseca
2009-06-19softpipe: return alpha=1 in shadow_compare() functionBrian Paul
2009-06-18util: Add cast.José Fonseca
2009-06-18draw: Replace pointer arithmetic with cast.José Fonseca
2009-06-18trace: Use size_t consistently.José Fonseca
2009-06-18pipebuffer: Use a type consistently for sizes/offsets.José Fonseca
2009-06-18wgl: Fix window resizing in multithread applications.José Fonseca
2009-06-18wgl: Move all thread related code together.José Fonseca
2009-06-17st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-06-17wgl: Factor out some repetitive code into inline functions.José Fonseca
2009-06-16softpipe: fix out of bounds quad rasterization bugBrian Paul
2009-06-16gallium: Avoid atomic ops / locking when src is dst.José Fonseca
2009-06-15python/tests: Add is_depth_stencil_format utility function.José Fonseca
2009-06-15python/tests: Cleanup texture_sample.José Fonseca
2009-06-15rtasm: Use 32bit constant.José Fonseca
2009-06-15gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-06-15dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom
2009-06-14Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-14trace: Don't write state objects to file if dumping is not setJakob Bornecrantz
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-25gallium: Add PIPE_OS_APPLE token.Vinson Lee
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-24identity: Add new identity driverJakob Bornecrantz
2009-06-22gallium-intel: Improve Xorg Makefile a bitJakob Bornecrantz
2009-06-22st/xorg: Convert to template makefileJakob Bornecrantz