summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul
2009-09-02util: add version of u_blit_pixels which takes a writemaskKeith Whitwell
2009-09-02draw: remove unused variableKeith Whitwell
2009-08-28util: Reset size to zero when failed to allocate buffer.José Fonseca
2009-08-27gallium/util: added support for SRGB formatsBrian Paul
2009-08-27gallium/util: added cases for SRGB formatsBrian Paul
2009-08-24xlib: fix single buffer window resize bugBrian Paul
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca
2009-08-14python/retrace: Open bz2 files correctly.José Fonseca
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell
2009-08-06util: fix incorrect assertionBrian Paul
2009-08-06util: include u_surface.h, added commentBrian Paul
2009-08-06util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-06util: added util_same_surface() helper functionBrian Paul
2009-08-05util: added comment/question about blit clippingBrian Paul
2009-08-05util: added util_blit_pixels() overlap testBrian Paul
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul
2009-08-05util: reformatting and commentsBrian Paul
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-27softpipe: include sp_winsys.h to silence function prototype warningBrian Paul
2009-07-26util: fix typo.José Fonseca
2009-07-16python/retrace: Process the call no passed to --to option inclusively.José Fonseca
2009-07-16python/retrace: Dump the surface copy contents.José Fonseca
2009-07-16python/retrace: Flush stdout before calling the pipe driver.José Fonseca
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-16python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca
2009-07-15softpipe: limit blend results to [0,1]Luca Barbieri
2009-07-15python/retrace: Interpret surface_copy.José Fonseca
2009-07-15python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca
2009-07-10tgsi: update some assertionsBrian Paul
2009-07-10tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca
2009-07-01util: Increase OutputDebugStringA to 4k.José Fonseca
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
2009-07-01gallium: fix the front face semanticsZack Rusin