Squashed commit of the following:
[mesa.git] / src / gallium /
2011-07-14 Brian Paulgallium: don't use enum bitfields in p_video_state.h
2011-07-14 Brian Paulgallium: put video-related enums in separate header
2011-07-14 Brian Pauli915g: move declaration before code
2011-07-14 Christoph Bumillernv50,nvc0: extensive surface format renaming to get...
2011-07-14 Christoph Bumillernv50,nvc0: add support for multi-sample resources
2011-07-14 Christoph Bumillernv50,nvc0: add correct storage type for Z32_FLOAT
2011-07-14 Christoph Bumillernv50,nvc0: unify nvc0_miptree and nv50_miptree structs
2011-07-14 Christoph Bumillernv50,nvc0: don't advertise unaligned texture format...
2011-07-14 Vinson Leeg3dvl: Remove non-constant expression array initializers.
2011-07-14 Marek Olšákgallium/targets: do not link every driver with libllvmp...
2011-07-14 Marek OlšákRename swrastg_dri to swrast_dri
2011-07-14 Brian Paulsoftpipe: fix various warnings about int/float/double...
2011-07-14 Vinson Leeg3dvl: Remove designated initializers.
2011-07-13 Vinson Leeg3dvl: s/inline/INLINE/
2011-07-13 Emil Velikovutils: Add missing parentheses
2011-07-13 Vinson Leesoftpipe: Remove sp_video_context.c from SConscript.
2011-07-13 Christian König[g3dvl] don't upload all quant buffer layers at once
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane Marchesini915g: don't try to check if a NULL buffer is busy.
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-13 Christian König[g3dvl] remove some unneeded Makefiles
2011-07-13 Christian Königr600g: reenable hardware blits for STATIC and IMMUTABLE...
2011-07-13 Christian Königr600g: prevent hardware blitting based on resource...
2011-07-13 Christian König[g3dvl] implement workaround for missing blender clamp...
2011-07-13 Christian Königr600g: revert "set BLEND_CLAMP depending on clamp_fragm...
2011-07-13 Christian König[g3dvl] keep a pointer in idct buffer to idct object
2011-07-13 Chia-I Wutargets/egl-static: fix a linking error
2011-07-12 Daniel Vetteri915g: fixup context desdruction
2011-07-12 Alex Deucherr600g: emit SQ_LDS_RESOURCE_MGMT
2011-07-12 Brian Paulu_upload_mgr: add missing offset to src map in u_upload...
2011-07-12 Christian Königvaapi: cleanup the source and let the st at least compi...
2011-07-11 Christian König[g3dvl] add some more PIPE_VIDEO_CAPs
2011-07-11 Vinson Leegallivm: Re-enable LLVMUnionTypeKind case for llvm...
2011-07-11 David Heidelbergernvfx: handle PIPE_CAP_SM3
2011-07-11 Vinson Leegallivm: Remove LLVMOpaqueKindType case with llvm-3.0.
2011-07-11 Christian König[g3dvl] fix a whole bunch of memory leaks
2011-07-11 Brian Paulglx: add a few missing glXChooseFBConfig() attributes
2011-07-11 Christian König[g3dvl] revert some unintended white space changes
2011-07-11 Christian König[g3dvl] sync SConscript with Makefile
2011-07-11 Christian König[g3dvl] softpipe is no longer needed for dri-nouveau
2011-07-11 Christian Königr600g: revert "support textures with scaled number...
2011-07-11 Christian Königpipe-video: merge fixes
2011-07-11 Christian König[g3dvl] remove some stale nv40 files
2011-07-11 Christian König[g3dvl] remove pipe_video_context from nouveau
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-11 Marek OlšákRevert "WIP r600g: depth_buffer_float renderbuffer...
2011-07-11 Marek Olšákr600g: more valgrind fixes
2011-07-11 Marek Olšákr600g: zero memory of ioctl parameters
2011-07-10 Marek OlšákWIP r600g: depth_buffer_float renderbuffer support...
2011-07-10 Marek Olšákr600g: depth_buffer_float support on r600-r700
2011-07-10 Marek Olšákgallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_t...
2011-07-10 Marek Olšákgallium/util: implement software Z32F_S8X24 depth-stenc...
2011-07-10 Marek Olšákgallium/util: implement pack functions for Z32F and...
2011-07-10 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-10 Marek Olšákst/dri: remove unused variables
2011-07-10 Christian Königvdpau: make capabilities query more sane
2011-07-10 Christian Königvdpau: implement VdpOutputSurfaceGetParameters
2011-07-10 Chia-I Wust/egl: fix linking errors
2011-07-09 Henri Verbeetr600g: Get rid of some superfluous braces.
2011-07-09 Henri Verbeetr600g: Check for Evergreen chip class instead of Cedar...
2011-07-09 Henri Verbeetr600g: Store the chip class directly in r600_bc.
2011-07-09 Henri Verbeetr600g: Replace the CHIPREV_* defines with the chip_clas...
2011-07-09 Henri Verbeetr600g: Get rid of the superfluous family field from...
2011-07-09 Henri Verbeetr600g: Store the chip class in r600_pipe_context.
2011-07-09 Henri Verbeetr600g: Fix the type of the family field in r600_pipe_co...
2011-07-08 Christian König[g3dvl] stop calling dri2DestroyDrawable
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_toggle_neg helper and...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_set_abs helper and fix LOG
2011-07-08 Vadim Girlinr600g: RSQ: clear NEG for operand
2011-07-08 Vadim Girlinr600g: LIT: swap MUL_LIT operands to fix 0^0
2011-07-08 Christian Königvdpau: add implementation of VdpDecoderGetParameters
2011-07-08 Christian König[g3dvl] and finally remove pipe_video_context
2011-07-08 Christian König[g3dvl] move video buffer creation out of video context
2011-07-08 Gustaw Smolarczykgallivm: Fix build with llvm-3.0
2011-07-08 Christian König[g3dvl] remove the unused priv member from pipe_video_c...
2011-07-08 Christian König[g3dvl] move compositor creation and handling directly...
2011-07-08 Christian König[g3dvl] remove sampler view handling from video context
2011-07-08 Christian König[g3dvl] remove create_surface from video context
2011-07-08 Christian König[g3dvl] make pipe_context mandatory for creation pipe_v...
2011-07-08 Christian König[g3dvl] rename is_format_supported to is_video_format_s...
2011-07-08 Stéphane Marchesini915g: Make the optimizer more generic.
2011-07-07 Stéphane Marchesini915g: Make optimization more generic.
2011-07-07 José Fonsecascons: Generate libGL.so.1.5 and libGL.so.1 symlinks.
2011-07-07 Christian König[g3dvl] rename get_param to get_video_param and move...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-07-07 Christoph Bumillernv50: more formats for nv50_resource_copy_region conver...
2011-07-07 Stéphane Marchesini915g: Apply optimization to ADDS/MUL and only if we...
2011-07-07 Thomas Hellstromst/xa: Fix up error reporting. Disable component alpha.
2011-07-07 Thomas Hellstromst/xa: Fix render to xa_format_a8, which is backed...
2011-07-07 Brian Pauli915g: move code after declaration
2011-07-06 Stéphane Marchesini915g: Fix optimize so that it actually gets used.
2011-07-06 Brian Paulsoftpipe: add missing stencil format case in convert_qu...
2011-07-06 Brian Paultgsi: add some debug/print code in exec_tex(), disabled
2011-07-06 Brian Paulsoftpipe: minor clean-ups in sp_quad_depth_test.c
2011-07-06 Stéphane Marchesini915g: Fix optimization, also make it more generic.
2011-07-06 Stéphane Marchesini915g: Improve flushing using heuristics.
2011-07-06 Stéphane Marchesini915g: introduce the tiny shader optimizer.
2011-07-06 Stéphane Marchesini915g: Add comment about DDX/DDY.
2011-07-06 Stéphane Marchesini915g: Move back to the old method for target format...
2011-07-05 Vadim Girlinr600g: fix buffer overflow check in r600_query_begin
next