nv50/ir/ra: also add pre-existing MERGE,SPLIT to constraint list
[mesa.git] / src / gallium / drivers / llvmpipe /
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
2012-09-30 Marek Olšákllvmpipe: implement blit
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-20 Brian Paulllvmpipe: fix overflow bug in total texture size comput...
2012-09-18 Brian Paulllvmpipe: implement the new can_create_resource() function
2012-09-18 Brian Paulllvmpipe: set max cube texture size to 4K x 4K
2012-09-06 José Fonsecallvmpipe: Make driver name more informative.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-28 José Fonsecallvmpipe: Bump the maximum texture size (in pixels).
2012-08-16 Brian Paulllvmpipe: add 'start' parameter to bind_sampler_states...
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
2012-08-16 Vinson Leellvmpipe: Silence Coverity incorrect sizeof expression...
2012-08-06 Brian Paulllvmpipe: consolidate the sampler and sampler view...
2012-08-06 Brian Paulllvmpipe: combine vertex/fragment sampler state into...
2012-07-20 Roland Scheideggerllvmpipe: use runtime loop instead of static loop for...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
next