llvmpipe: (trivial) remove confusing code in stencil test
[mesa.git] / src / gallium / drivers / llvmpipe /
2013-05-22 Roland Scheideggerllvmpipe: (trivial) remove confusing code in stencil...
2013-05-22 Roland Scheideggerllvmpipe: fix bug in early depth test / late depth...
2013-05-17 Roland Scheideggerllvmpipe: enable z32s8x24 format
2013-05-17 Roland Scheideggerllvmpipe: handle z32s8x24 depth/stencil format
2013-05-17 Roland Scheideggerllvmpipe: get rid of unused tiled/linear logic
2013-05-17 Roland Scheideggerllvmpipe: fix bogus handling of first_layer when settin...
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-16 José Fonsecallvmpipe: Temporary workaround to prevent segfault...
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Roland Scheideggerllvmpipe: get rid of depth swizzling.
2013-04-29 José Fonsecallvmpipe: Fix queries when screen->num_threads == 0.
2013-04-27 Zack Rusinllvmpipe: stop crashing when one of the so targets...
2013-04-27 Zack Rusinllvmpipe: implement so_overflow query
2013-04-26 Brian Paulllvmpipe: replace LP_MAX_THREADS with screen->num_threa...
2013-04-26 Brian Paulllvmpipe: bump LP_MAX_THREADS to 16
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-21 José Fonsecallvmpipe: verify function on blend test.
2013-04-20 José Fonsecallvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture...
2013-04-20 José Fonsecallvmpipe: Ignore depth-stencil state if format has...
2013-04-18 José Fonsecallvmpipe: Take in consideration all current constant...
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 José Fonsecallvmpipe: Support half integer pixel center fs coord.
2013-04-18 José Fonsecallvmpipe: Remove the static interpolation.
2013-04-18 José Fonsecagallivm: Drop pos arg from lp_build_tgsi_soa.
2013-04-17 Zack Rusindraw: implement pipeline statistics in the draw module
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)
next