winsys/radeon: do the CS cleanup in the CS ioctl thread
[mesa.git] / src / gallium / drivers /
2011-08-05 Marek Olšákwinsys/radeon: fix space checking
2011-08-05 Marek Olšákr300g: handle new CAPs
2011-08-05 Marek Olšákr300g: adapt to the resource_resolve interface change
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Christoph Bumillernv50: implement resource_resolve with custom blit
2011-08-04 Marek Olšákr600g: remove more of unused code
2011-08-03 Vadim Girlinr600g: take into account force_add_cf in pops
2011-08-03 Vadim Girlinr600g: use backend mask for occlusion queries
2011-08-02 Marek Olšákr600g: remove dummy function r600_bo_offset
2011-08-02 Marek Olšákr600g: remove unused code
2011-08-02 Marek Olšákgallium/util: add functions for manipulating swizzles
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-07-29 Alex Deucherr600g: fix up vs export handling
2011-07-29 Eric Anholtsoftpipe: When doing write_all_cbufs, don't stomp over...
2011-07-28 Vadim Girlinr600g: fix vs export count
2011-07-26 Marek Olšákr300g: copy the compiler from r300c
2011-07-25 Marek Olšákwinsys/radeon: remove usage parameter from buffer_create
2011-07-25 Marek Olšákwinsys/radeon: add R300 infix to winsys feature names
2011-07-25 Marek Olšákwinsys/radeon: simplify how value queries work
2011-07-24 Christian Königr600g: use file_max instead of file_count to determine...
2011-07-23 Younes Mantongallium/softpipe: Don't clobber dest color/alpha before...
2011-07-23 José Fonsecallvmpipe: Unit tests for arithmetic functions.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian Paulsoftpipe: use the polygon stipple utility module
2011-07-21 Brian Paulsoftpipe: implement fragment shader variants
2011-07-21 Brian Paulsoftpipe: use tgsi_shader_info fields for fragcoord...
2011-07-21 Brian Paulsoftpipe: remove obsolete comment
2011-07-21 Brian Paulsoftpipe: rename a function
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Christoph Bumillernouveau: hook up video decoding with nouveau_context
2011-07-19 Brian Paulllvmpipe: include LLVM version number in name string
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
2011-07-17 Henri Verbeetr600g: Get rid of leftover PB_USAGE_* flags.
2011-07-16 Christoph Bumillernv50: fix bogus error message about 3d surfaces
2011-07-15 Vadim Girlinr600g: fix queries and predication
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 Brian Paulsoftpipe: fix various warnings about int/float/double...
2011-07-13 Vinson Leesoftpipe: Remove sp_video_context.c from SConscript.
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
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önigr600g: revert "set BLEND_CLAMP depending on clamp_fragm...
2011-07-12 Daniel Vetteri915g: fixup context desdruction
2011-07-12 Alex Deucherr600g: emit SQ_LDS_RESOURCE_MGMT
2011-07-11 Christian König[g3dvl] add some more PIPE_VIDEO_CAPs
2011-07-11 David Heidelbergernvfx: handle PIPE_CAP_SM3
2011-07-11 Christian Königr600g: revert "support textures with scaled number...
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-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 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-09 Henri Verbeetr600g: Get rid of some superfluous braces.
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 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ö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 Christian König[g3dvl] remove the unused priv member from pipe_video_c...
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 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 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 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: reduce flushes for queries
2011-07-04 Henri Verbeetr600g: Get rid of the state_inlines headers.
2011-07-04 Henri Verbeetr600g: Get rid of an unused include in r600_texture.c.
2011-07-04 Henri Verbeetr600g: Get rid of some unused functions.
2011-07-04 Henri Verbeetr600g: Use the actual Evergreen functions to query...
2011-07-04 Henri Verbeetr600g: Get rid of the unused "family" parameter to...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-03 Henri Verbeetr600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.
2011-07-01 José Fonsecasvga: Use the correct element size.
next