summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2009-07-01wgl: Optimize wglGetProcAddress.José Fonseca
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca
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