summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-04-30gallium: new pipe_buffer alloc/map/unmap/ref wrappersBrian Paul
2008-04-29gallium: init hw_key with memset() to silence valgrind warningsBrian Paul
2008-04-29gallium: updated comment in xm_flush_frontbuffer()Brian Paul
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul
2008-04-29silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...Zack Rusin
2008-04-29gallium: declare pipe_format enum to silence warningsBrian Paul
2008-04-29gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell
2008-04-29gallium: fix pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add pack for A4R4G4B4Keith Whitwell
2008-04-29gallium: add pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell
2008-04-29gallium: added some assertions to be sure the blit's surface formats are suit...Brian Paul
2008-04-29gallium: add \n to error stringsBrian Paul
2008-04-29gallium: fix error msg typoBrian Paul
2008-04-28tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell
2008-04-28tsgi: add a makefileKeith Whitwell
2008-04-28translate: squash warningsKeith Whitwell
2008-04-28pb: remove unused variable, squash warningKeith Whitwell
2008-04-28gallium: Set SSE_SWIZZLES to 0 by default.Michal Krol
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-28gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul
2008-04-27pipebuffer: Be extra cautious with the incoming buffers.José Fonseca
2008-04-27rtasm: Implement x86_retw.José Fonseca
2008-04-25gallium: fix broken SGT, SLEBrian
2008-04-25use PIPE_ARCH_X86Brian
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-25gallium: Add draw_pt_varray.c to scons build.Michel Dänzer
2008-04-25tgsi: fix compile when HIGH_PRECISION not definedKeith Whitwell
2008-04-25draw: no need to special-case elts/get_elts for varray frontendKeith Whitwell
2008-04-25draw: remove unused varsKeith Whitwell
2008-04-25frontend for rendering without eltsZack Rusin
2008-04-25gallium: Windows user mode portability fixes.José Fonseca
2008-04-25gallium: New configuration header.José Fonseca
2008-04-24draw: remove old assignment of edgeflag valueKeith Whitwell
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul
2008-04-24gallium: commentsBrian Paul
2008-04-24draw: default edgeflag should be oneKeith Whitwell
2008-04-24gallium: make cso_release_all() publicBrian Paul
2008-04-24gallium: minor clean-ups, commentsBrian Paul
2008-04-24gallium: tweak the new shader delete funcsBrian Paul
2008-04-24gallium: added cso_delete_vertex_fragment_shader() functionsBrian Paul
2008-04-24gallium: Make sure the size of non-existent storage components is set to 0.Michel Dänzer
2008-04-24i915: Fix for wrong texture in texobj with VBUFJakob Bornecrantz
2008-04-24translate: Actually return a value from translate_cache_create().Michal Krol
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-24xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd...Keith Whitwell
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer
2008-04-23gallium: reorder code to fix a recursive flushBrian Paul