r600g/llvm: Use gprcount from llvm
[mesa.git] / src / gallium / drivers / llvmpipe /
2013-04-10 Zack Rusinllvmpipe: implement PIPE_QUERY_SO_STATISTICS
2013-04-05 Adam Jacksonllvmpipe: Work without sse2 if llvm is new enough
2013-04-03 Zack Rusindraw/llvmpipe: allow independent so attachments to...
2013-04-03 Zack Rusinllvmpipe: reset so buffers when not appending
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-04-01 Brian Paulllvmpipe: use triangle subdivision to avoid fixed-point...
2013-03-28 Brian Paulllvmpipe: add 'f' suffix to 1.0 in fixed_to_float()
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-25 Brian Paulgallivm: init vars to silence warnings
2013-03-24 Vinson Leellvmpipe: Fix assertions with assignment instead of...
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-22 Roland Scheideggerllvmpipe: add EXT_packed_float render target format...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-13 Roland Scheideggerllvmpipe: don't assert when trying to render to surface...
2013-03-13 José Fonsecallvmpipe: Fix geometry shader token leak.
2013-03-07 Brian Paulllvmpipe: remove the power of two sizeof(struct cmd_blo...
2013-03-06 Brian Paulllvmpipe: fix incorrect 'j' array index in dummy textur...
2013-03-06 Brian Paulllvmpipe: remove unused cmd_block_list struct
2013-03-06 Brian Paulllvmpipe: add some scene limit sanity check assertions
2013-03-06 Brian Paulllvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-25 Roland Scheideggerllvmpipe: (trivial) get rid of old function prototypes.
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-23 John Kåre Alsakerllvmpipe: Fix creation of shared and scanout textures.
2013-02-22 Brian Paulllvmpipe: rename polygon offset fields to something...
2013-02-22 Brian Paulllvmpipe: add missing checks for polygon offset point...
2013-02-22 Andreas Bollllvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to...
2013-02-22 Roland Scheideggerllvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.
2013-02-22 Roland Scheideggerllvmpipe: simplify buffer allocation logic.
2013-02-20 Roland Scheideggerllvmpipe: lp_resource_copy cleanup
2013-02-20 Roland Scheideggerllvmpipe: fix lp_resource_copy using more than one...
2013-02-19 Brian Paulllvmpipe: fix handling of 0 x 0 framebuffer size
2013-02-16 Roland Scheideggergallivm: fix issues with trunc/round/floor/ceil with...
2013-02-12 Roland Scheideggerllvmpipe: implement dual source blending
2013-02-11 Adhemerval Zanellallvmpipe: remove lp_swizzled_cbuf
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-09 Roland Scheideggerllvmpipe: first steps of adding dual source blend support
2013-02-09 Roland Scheideggerllvmpipe: refactoring of visibility counter handling
2013-02-06 Brian Paulllvmpipe: remove extraneous const qualifier
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-01-29 José Fonsecallvmpipe: Don't advertise S8_UNORM (with feeble attempt...
2013-01-29 José Fonsecallvmpipe: Fix deferred depth writes for Z16_UNORM.
2013-01-29 José Fonsecallvmpipe: Support Z16_UNORM as depth-stencil format.
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-18 Roland Scheideggerllvmpipe: turn on integer texture support
2013-01-18 Roland Scheideggerllvmpipe: more fixes for integer color buffers
2013-01-18 Roland Scheideggerllvmpipe: trivial code and comment cleanup.
2013-01-18 Roland Scheideggerllvmpipe: fix using wrong format with MRT in blend...
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnerllvmpipe: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-20 José Fonsecallvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-12 Brian Paulllvmpipe: remove unneeded draw_flush() call
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-11 Brian Paulllvmpipe: don't use user constant buffers
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-12-08 Dave Airliellvmpipe: fix missing tbo cap warning.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-06 Dave Airliellvmpipe: fix regression in gears speed.
2012-12-06 José Fonsecallvmpipe: Fix statement before declaration.
2012-12-06 Brian Paulllvmpipe: remove unused variable
2012-12-06 Dave Airliellvmpipe: EXT_transform_feedback support (v1.1)
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 José Fonsecallvmpipe: Refactor convert_to/from_blend_type to conver...
2012-12-03 José Fonsecallvmpipe: Improve color buffer loads/stores alignment.
2012-12-03 José Fonsecallvmpipe: Recompute the fs shader key when framebuffer...
2012-11-30 José Fonsecallvmpipe: Remove remnants of lp_tile_soa from Makefile.
2012-11-30 Vinson Leellvmpipe: Fix incorrect sizeof.
2012-11-30 Stéphane Marchesinllvmpipe: Fix build break from 75da95c50
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-29 José Fonsecallvmpipe: Remove lp_build_blend_soa()
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-29 José Fonsecallvmpipe: Only advertise unswizzled formats.
2012-11-28 José Fonsecallvmpipe: Implement logic ops for the AoS path.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Enable vertex color clamping.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-12 Roland Scheideggerllvmpipe: always allocate whole miptrees not individual...
2012-11-09 Dave Airliegallium: fix unused cap warnings in drivers for cube...
2012-10-31 José Fonsecallvmpipe: Obey back writemask.
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-10-11 Marek Olšákgallium: unify transfer functions
next