util: fix typo in debug_printf_once comment
[mesa.git] / src / gallium / drivers /
2012-01-20 Christoph Bumillernvc0: handle discontiguous outputs in stream_output_info
2012-01-20 Dave Airlier600g: fixup AR handling (v5)
2012-01-20 Stéphane Marchesini915g: Fix indentation.
2012-01-20 Stéphane Marchesini915g: Fix indentation and comment.
2012-01-20 Alex Deucherr600g: fix typo in evergreen register
2012-01-19 Brian Paulsvga: move svga_texture() casts/calls in svga_surface_c...
2012-01-19 Stéphane Marchesini915g: Don't avoid flushing when we have a pending...
2012-01-19 Stéphane Marchesini915g: Don't invert signalled/unsignalled fences
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2012-01-18 Brian Paulsvga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16...
2012-01-18 Brian Paulsvga: fix min/max lod clamping
2012-01-18 Brian Paulsvga: add 0.5 in float->int conversion of sample min...
2012-01-18 Dave Airlier600g: fix ISLT on r600/700
2012-01-18 Dave Airlier600g: make r600/700 use correct ineg.
2012-01-18 Dave Airlier600g: fix some of the interpolation tests.
2012-01-18 Vadim Girlinr600g: fix UINT_TO_FLT on evergreen
2012-01-17 Alex Deucherr600g: add workaround for original R600 PS setup
2012-01-17 Dave Airlier600g: fix recip_uint on r600.
2012-01-17 Vadim Girlinr600g: fix USLT for r600-eg
2012-01-17 Vadim Girlinr600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
2012-01-17 Vinson Leesoftpipe: Silence unused variable warning on non-LLVM...
2012-01-16 Vinson Leellvmpipe: Remove unused variable 'packed' from lp_test_...
2012-01-16 Stéphane Marchesini915g: Fix the blending for the A8 destination buffer...
2012-01-15 Dave Airlier600g: fix mullo_uint trans slot only on r600/r700
2012-01-15 Vadim Girlinr600g: implement clip distances
2012-01-15 Vadim Girlinr600g: implement two-sided lighting (v3)
2012-01-15 Vadim Girlinr600g: add support for ISHR/USHR/SHL on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement IDIV/UDIV on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement ISSG on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement IABS on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement F2U on evergreen
2012-01-15 Vadim Girlinr600g: add FLT_TO_UINT opcode for evergreen
2012-01-15 Vadim Girlinr600g: fix F2I on evergreen
2012-01-15 Christian Königvl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
2012-01-15 Christian Königvl: move away from state like parameters
2012-01-15 Christian Königvl/video_buffer: use template style create params
2012-01-15 Dave Airlier600g: vertex id support.
2012-01-15 Dave Airlier600g: make u2f trans only
2012-01-15 Lucas Stachnvfx: random cleanups of the state validation code
2012-01-15 Lucas Stachnvfx: drop render temporaries code
2012-01-15 Lucas Stachnvfx: rework state_fb code to get rid of render temps
2012-01-15 Lucas Stachnvfx: say no to stream output caps
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-14 Dave Airlier600g: add r600 version of UINT_TO_FLT conversion.
2012-01-14 Dave Airlier600g: fix r600 f2i to be trans only emitted.
2012-01-14 Dave Airlier600g: add missing case for uint->flt conversion.
2012-01-14 Dave Airlier600g: add missing r32 uint/sint fbo formats.
2012-01-13 Jerome Glisser600g: add support for virtual address space on cayman v11
2012-01-12 Christoph Bumillernv50/ir: make use of TGSI_INTERPOLATE_COLOR
2012-01-12 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2012-01-12 Brian Paulsofpipe: remove extraneous semicolon
2012-01-12 Dave Airlier600g: don't advertise integers yet on r600.
2012-01-12 José Fonsecasvga: Fix user clip planes.
2012-01-12 Dave Airliesoftpipe: bump max texture array layers to 256.
2012-01-12 Thomas Hellstromgallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET...
2012-01-11 Jakob Bornecrantzrbug: Silence warning
2012-01-11 Brian Paulsvga: don't reference count svga_sampler_view's texture
2012-01-11 Dave Airliellvmpipe: disable native integers
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_OPCODE_ISSG
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
2012-01-11 Christoph Bumillernv50,nvc0: zero out program struct on program_destroy
2012-01-11 Dave Airliesoftpipe: route correct coordinates for shadow cube...
2012-01-11 José Fonsecallvmpipe: Update for TGSI_INTERPOLATE_COLOR.
2012-01-11 Dave Airliesoftpipe: enable clamping control
2012-01-11 Dave Airliesoftpipe: fix texel fetch swizzles
2012-01-11 Stéphane Marchesini915g: Fix bugs in the shader optimizer.
2012-01-11 Dave Airliesoftpipe: fix llvm build
2012-01-11 Dave Airliesoftpipe: allow softpipe to set shader params depending...
2012-01-10 Christoph Bumillernv50: fix clip state validation
2012-01-10 Jakob Bornecrantzsvga: Add somewhat sensible fallback and silence warning
2012-01-10 Jakob Bornecrantzsvga: Silence warning
2012-01-10 Jakob Bornecrantzsvga: Silence warning
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Christoph Bumillernvc0: fix FP header clip distance mask
2012-01-09 Christoph Bumillernvc0/ir: TXF array index already is an integer
2012-01-09 Christoph Bumillernv50/ir: handle TGSI_SEMANTIC_VERTEXID
2012-01-09 Christoph Bumillernv50/ir/tgsi: translate SNE as unordered comparison
2012-01-09 Christoph Bumillernv50/ir/ra: don't coalesce contraint-moves
2012-01-09 Christoph Bumillernvc0: enable shader watchdog timer
2012-01-09 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_IABS
2012-01-09 Christoph Bumillernv50/ir/opt: optimize u32 MOD by power of 2 into AND
2012-01-09 Christoph Bumillernv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
2012-01-09 Christoph Bumillernv50/ir,nvc0: make ClipDistance and ClipVertex work
2012-01-09 Christoph Bumillernv50,nvc0: handle new PIPE_CAPs
2012-01-09 Christoph Bumillernvc0/ir/emit: fix modifiers of f32 add with long immediate
2012-01-09 Christoph Bumillernvc0/ir: fix default insertion position in pre-SSA...
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-09 Jakob Bornecrantzsoftpipe: Don't use llvm in draw
2012-01-09 Christian Königvl: replace decode_buffers with auxiliary data field
2012-01-08 Marek Olšáknvfx: remove unused-but-set variables
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-07 Brian Paulsvga: fix assorted whitespace issues, add copyright...
2012-01-07 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ
2012-01-06 Alex Deucherr600g: remove obsolete MULTIWRITE comment
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáktrace: dump primitive restart info
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
next