swrast: use swrast_renderbuffer instead of gl_renderbuffer
[mesa.git] / src / gallium /
2012-01-24 Brian Paulsoftpipe: move var initialization to silence warning
2012-01-24 Brian Paulr600g: remove unused variable
2012-01-24 Alexander von Glucksvga: fix typedef conflicts on Haiku
2012-01-24 Alexander von Gluckllvmpipe: fix symbol conflict on Haiku
2012-01-24 Alexander von Gluckscons: Remove Haiku one-offs for gallium drivers
2012-01-24 Michel Dänzergallium/postprocess: Proper reference counting of pp_ji...
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-24 Matt Turnergbm: install libgbm.so into lib
2012-01-24 Adam Jacksonllvmpipe: Fix math error in LP_DEBUG=counters output
2012-01-24 Vadim Girlinr600g: fix inconsistency with INTERP* opcode definitions
2012-01-24 Vadim Girlinr600g: replace raw opcodes with names in the is_alu_tra...
2012-01-24 Vadim Girlinr600g: add missing opcode definitions
2012-01-24 Vadim Girlinr600g: fix loop break/continue operations
2012-01-24 Vadim Girlinr600g: fix fragcoord.w
2012-01-24 Benjamin Franzketargets/gbm: Fix install path
2012-01-24 Benjamin Franzkeegl,gbm_gallium: Fix linkage against gbm from automake
2012-01-24 Vadim Girlinr600g: fix interpolation with clipvertex
2012-01-23 Alex Deucherr600g: clean up register headers
2012-01-23 Dave Airlier600g: cayman fix integer multiplies
2012-01-23 Dave Airlier600g: cayman initial integer support
2012-01-23 Vadim Girlinr600g: fix VS fog export
2012-01-22 Dave Airlier600g: shift integer ops are trans unit only on r600.
2012-01-22 Vadim Girlinr600g: replace trans/vector-only instruction lists...
2012-01-22 Dave AirlieRevert "r600g: replace trans/vector-only instruction...
2012-01-22 Dave Airlier600g: srgb mode is only valid on certain format types.
2012-01-22 Dave Airlier600g: initial cube shadow sampling
2012-01-22 Vadim Girlinr600g: take into account kcache banks for bank swizzle...
2012-01-22 Vadim Girlinr600g: set round_mode to truncate and get rid of tgsi_f...
2012-01-22 Vadim Girlinr600g: replace trans/vector-only instruction lists...
2012-01-22 Vadim Girlinr600g: fix some interpolation tests for evergreen
2012-01-21 Vadim Girlinr600g: implement clip vertex v2
2012-01-21 Vadim Girlinr600g: improve kcache line sets handling v2
2012-01-21 Dave Airlier600g: no need to do CUBE coordinate handling for TXQ.
2012-01-21 Vadim Girlinr600g: make INTERP_LOAD_P0 vector-only
2012-01-20 Alex Deucherr600g: use S_028B20_BUFFER_0_EN macro for streamout...
2012-01-20 Alex Deucherr600g: update streamout support for virtual addresses
2012-01-20 Matt TurnerRemove reference to now deleted dri/Makefile.targets
2012-01-20 Vadim Girlinr600g: fix streamout on evergreen
2012-01-20 Vadim Girlinr600g: fix combined MEM_STREAM instructions
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-20 Christoph Bumillernvc0: fix some limit cap values
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 Stéphane Marchesinst/dri: Remove useless flush front.
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
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 Alexander von Gluck IVscons: Add Haiku build support
2012-01-17 Vadim Girlinr600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
2012-01-17 Scott MoreauComplete ARGB8888 naming convention format renames...
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 Vinson Leeutil: Silence GCC unused-but-set-variable warning.
2012-01-16 José Fonsecavl: Make array initialization portable.
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: fix YV12 handling
2012-01-15 Christian Königst/vdpau: recreate video buffer if decode doesn't like it
2012-01-15 Christian Königst/vdpau: recreate video buffer if format doesn't match
2012-01-15 Christian Königvl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
2012-01-15 Christian Königvl: add h264 infrastructure
2012-01-15 Christian Königvl: move away from state like parameters
2012-01-15 Christian Königvl/video_buffer: add support for interlaced buffers
2012-01-15 Christian Königvl/video_buffer: improve constructor
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.
next