summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-27r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák
2010-10-27r600g: Silence uninitialized variable warnings.Vinson Lee
2010-10-27r300g: Silence uninitialized variable warning.Vinson Lee
2010-10-27r600g: Destroy the blitter.Tilman Sauerbeck
2010-10-27r600g: In radeon_bo(), call LIST_INITHEAD early.Tilman Sauerbeck
2010-10-26r600g: add assembler support for all the kcache fields.Dave Airlie
2010-10-26r600g: fix magic 0x1 ->flat shade enaDave Airlie
2010-10-25translate: remove unused prototypesBrian Paul
2010-10-25translate: use function typedefs, casts to silence warningsBrian Paul
2010-10-25rtasm: use pointer_to_func() to silence warningBrian Paul
2010-10-25util: use pointer_to_func() to silence warningBrian Paul
2010-10-24r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák
2010-10-24Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY
2010-10-24r600g: drop more common state handling codeDave Airlie
2010-10-24r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck
2010-10-24r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck
2010-10-24r600g: merge more of the common r600/evergreen state handlingDave Airlie
2010-10-24r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu
2010-10-23r600g: not fatal if we can't get tiling info from kernelDave Airlie
2010-10-22r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák
2010-10-22r300g: do not print get_param errors in non-debug buildMarek Olšák
2010-10-22galahad: silence warningsBrian Paul
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu
2010-10-21winsys/xlib: rename xm->xlibBrian Paul
2010-10-21winsys/xlib: fix up allocation/dealloction of XImageBrian Paul
2010-10-21winsys/xlib: use Bool type for shm fieldBrian Paul
2010-10-21winsys/xlib: formatting fixesBrian Paul
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul
2010-10-21llvmpipe: enable primitive restartBrian Paul
2010-10-21softpipe: enable primitive restartBrian Paul
2010-10-21draw: implement primitive splitting for primitive restartBrian Paul
2010-10-21gallium: new CAP, state for primitive restartBrian Paul
2010-10-21draw: fix typo in commentBrian Paul
2010-10-21gallivm: Silence uninitialized variable warning.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
2010-10-21r600g: initial translate state supportDave Airlie
2010-10-21draw: Remove unnecessary header.Vinson Lee
2010-10-21llvmpipe: Remove unnecessary header.Vinson Lee