aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* util: Reset size to zero when failed to allocate buffer.José Fonseca2009-08-281-2/+6
* gallium/util: added support for SRGB formatsBrian Paul2009-08-271-0/+196
* gallium/util: added cases for SRGB formatsBrian Paul2009-08-271-0/+10
* xlib: fix single buffer window resize bugBrian Paul2009-08-241-0/+1
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+40
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
* tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4
* gallium: Always map for READ flag when DISCARD is not set.José Fonseca2009-08-141-0/+7
* trace: Remove space next to the class attribute of the trace.José Fonseca2009-08-141-1/+1
* python/retrace: Open bz2 files correctly.José Fonseca2009-08-141-1/+1
* draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
* util: fix incorrect assertionBrian Paul2009-08-061-1/+1
* util: include u_surface.h, added commentBrian Paul2009-08-061-0/+2
* util: use util_same_surface() to compare surface pointersBrian Paul2009-08-061-3/+3
* util: added util_same_surface() helper functionBrian Paul2009-08-061-0/+17
* util: added comment/question about blit clippingBrian Paul2009-08-051-0/+1
* util: added util_blit_pixels() overlap testBrian Paul2009-08-051-2/+34
* util: fix util_blit_pixels() test for surface_copy() pathBrian Paul2009-08-051-16/+24
* util: reformatting and commentsBrian Paul2009-08-051-3/+10
* util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* softpipe: include sp_winsys.h to silence function prototype warningBrian Paul2009-07-271-0/+1
* util: fix typo.José Fonseca2009-07-261-1/+1
* python/retrace: Process the call no passed to --to option inclusively.José Fonseca2009-07-161-1/+1
* python/retrace: Dump the surface copy contents.José Fonseca2009-07-161-0/+10
* python/retrace: Flush stdout before calling the pipe driver.José Fonseca2009-07-161-0/+4
* python: Hack to prevent segmentation faults when python exits.José Fonseca2009-07-161-1/+7
* wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca2009-07-164-1/+133
* python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca2009-07-162-3/+191
* softpipe: limit blend results to [0,1]Luca Barbieri2009-07-151-12/+30
* python/retrace: Interpret surface_copy.José Fonseca2009-07-151-0/+4
* python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca2009-07-151-1/+1
* tgsi: update some assertionsBrian Paul2009-07-101-4/+4
* tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-106-11/+101
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-1/+27
* wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-065-82/+186
* wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
* wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca2009-07-061-44/+45
* st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell2009-07-031-1/+1
* wgl: Lookup framebuffers by HWND whenever possible.José Fonseca2009-07-031-0/+10
* util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
* st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
* gallium: fix the front face semanticsZack Rusin2009-07-013-16/+15
* wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2