Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers /
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Keith Whitwellr600g: enforce minimum stride on render target texture...
2010-11-11 Keith Whitwellr600g: do not try to use staging resource for depth...
2010-11-11 Keith Whitwellr600g: guard experimental s3tc code with R600_ENABLE_S3TC
2010-11-11 Lucas Stachnvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHAD...
2010-11-11 Christian König[g3dvl] remove empty block handling for now
2010-11-10 Jakob Bornecrantzgalahad: Correct the name of the scons library
2010-11-10 Marek Olšákr300g: turn magic numbers into names in the hyperz...
2010-11-10 Marek Olšákr300g: rename has_hyperz -> can_hyperz
2010-11-10 Marek Olšákr300g: mention ATI in the renderer string
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-09 Brian Paulsoftpipe: can't no-op depth test stage when occlusion...
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-07 Henri Verbeetr600g: Mention AMD in the renderer string.
2010-11-05 Brian Paulsoftpipe: disable vertex texturing with draw/llvm
2010-11-05 Brian Paulllvmpipe: added some debug assertions, but disabled
2010-11-04 Guillermo S. Romeror300g: Do not use buf param before checking for NULL.
2010-11-03 José Fonsecar600g: Swap the util_blitter_destroy call order.
2010-11-03 Keith Whitwellevergreeng: set hardware pixelcenters according to...
2010-11-03 Keith Whitwellevergreeng: respect linewidth state, use integer widths...
2010-11-03 Keith Whitwellr600g: don't call debug_get_bool_option for tiling...
2010-11-03 Keith Whitwellevergreeng: protect against null constant buffers
2010-11-03 Keith Whitwellr600g: set hardware pixel centers according to gl_raste...
2010-11-03 Keith Whitwellr600g: remove unused flink, domain fields from r600_res...
2010-11-03 Keith Whitwellr600g: use a buffer in GTT as intermediate on texture...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-03 Keith Whitwellr600g: propagate usage flags in texture transfers
2010-11-02 Tilman Sauerbeckr600g: Destroy the winsys in r600_destroy_screen().
2010-11-02 Tilman Sauerbeckr600g: Delete custom_dsa_flush on shutdown.
2010-11-02 Tilman Sauerbeckr600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.
2010-11-02 Brian Paulllvmpipe: add a cast
2010-11-02 Brian Paulllvmpipe: assign context's frag shader pointer before...
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-11-02 Keith Whitwellllvmpipe: guard against NULL task->query pointer
2010-11-02 Keith Whitwellllvmpipe: avoid generating tri_16 for tris which extend...
2010-11-02 José Fonsecascons: Add aliases for several pipe drivers.
2010-11-02 José Fonsecar600g: List recently added files in SConscript.
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-27 Marek Olšákr300g: add a default channel ordering of texture border...
2010-10-27 Vinson Leer600g: Silence uninitialized variable warnings.
2010-10-27 Vinson Leer300g: Silence uninitialized variable warning.
2010-10-27 Tilman Sauerbeckr600g: Destroy the blitter.
2010-10-26 Dave Airlier600g: add assembler support for all the kcache fields.
2010-10-25 Dave Airlier600g: fix magic 0x1 ->flat shade ena
2010-10-24 Marek Olšákr300g: fix texture border for 16-bits-per-channel formats
2010-10-24 Dave Airlier600g: drop more common state handling code
2010-10-24 Tilman Sauerbeckr600g: Also clear bc data when we're destroying a shader.
2010-10-24 Tilman Sauerbeckr600g: Added r600_pipe_shader_destroy().
2010-10-24 Dave Airlier600g: merge more of the common r600/evergreen state...
2010-10-24 Tilman Sauerbeckr600g: Fixed r600_vertex_element leak.
2010-10-23 Christian KönigRemove code copied over from r300
2010-10-23 Brian Paulsoftpipe: remove >32bpp color restriction
2010-10-23 Brian Paulsoftpipe: added some texture sample debug code (disabled)
2010-10-23 Christian KönigFirst xvmc-r600 implementation
2010-10-23 Christian KönigFix uninitialized memory problems
2010-10-22 Marek Olšákr300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PR...
2010-10-22 Marek Olšákr300g: do not print get_param errors in non-debug build
2010-10-22 Brian Paulgalahad: silence warnings
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulllvmpipe: enable primitive restart
2010-10-22 Brian Paulsoftpipe: enable primitive restart
2010-10-21 Dave Airlier600g: start splitting out common code from eg/r600.
2010-10-21 Dave Airlier600g: initial translate state support
2010-10-21 Vinson Leellvmpipe: Remove unnecessary header.
2010-10-21 Dave Airlier600g: add texture tiling enable under a debug option.
2010-10-21 Dave Airlier600g: add texture tiling alignment support.
2010-10-21 Dave Airlier600g: introduce a per-driver resource flag for transfers.
2010-10-21 Dave Airlier600g: add r600 surface to store the aligned height.
2010-10-21 Dave Airlier600g: start adding hooks for aligning width/height...
2010-10-21 Dave Airlier600g: move to per-miplevel array mode.
2010-10-21 Dave Airlier600g: all non-0 mipmap levels need to be w/h aligned...
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Vinson Leer600g: Ensure r600_src is initialized in tgsi_exp function.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Vinson Leellvmpipe: Initialize variable.
2010-10-19 Vinson Leellvmpipe: Initialize state variable in debug_bin function.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-18 José Fonsecallvmpipe: Don't test rounding of x.5 numbers.
2010-10-18 Brian Paulllvmpipe: remove lp_setup_coef*.c files from Makefile
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Dave Airlier600g: fix transfer function for tiling.
2010-10-18 Dave Airlier600g: attempt to cleanup depth blit
2010-10-18 Dave Airlier600g: depth needs to bound to ds
2010-10-18 Dave Airlier600g: fix typo in tiling setup cb code.
2010-10-18 Dave Airlier600g: do proper tracking of views/samplers.
2010-10-18 Keith Whitwellllvmpipe: remove unused arg from jit_setup_tri function
2010-10-18 Keith Whitwellllvmpipe: remove unused file
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: fail cleanly on malloc failure in lp_setup_al...
2010-10-18 Keith Whitwellllvmpipe: remove setup fallback path
2010-10-17 Dave Airlier600g: set tiling bits in hw state
2010-10-17 Dave Airlier600g: get tiling info from kernel
next