gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
[mesa.git] / src / gallium / auxiliary /
2013-04-05 Wladimirutil: add ETC as compressed format
2013-04-05 Brian Paulgallium/u_blitter: fix is_blit_generic_supported()...
2013-04-04 Brian Paulgallium/hud: add GALLIUM_HUD_PERIOD env var
2013-04-04 Brian Paulgallium/hud: initialize sampler state
2013-04-04 Roland Scheideggergallivm: some minor cube map cleanup
2013-04-04 Zack Rusinllvmpipe: implement ucmp
2013-04-04 Brian Paulutil: add debug_memory_check_block(), debug_memory_tag()
2013-04-04 Brian Paulgallium/hud: replace malloc w/ MALLOC
2013-04-03 Roland Scheideggergallivm: honor explicit derivatives values for cube...
2013-04-03 Roland Scheideggergallivm: do per-pixel cube face selection (finally!!!)
2013-04-03 Roland Scheideggergallivm: minor rho calculation optimization for 1 or...
2013-04-03 Roland Scheideggergallivm: use f16c hw support for float->half and half...
2013-04-03 Zack Rusindraw/llvmpipe: allow independent so attachments to...
2013-04-03 Zack Rusindraw: remove unused function
2013-04-03 Zack Rusindraw/llvm: use an enum instead of magic numbers
2013-04-03 Zack Rusindraw/gs: cleanup some debugging code
2013-04-03 Zack Rusindraw/so: maintain an exact number of written vertices
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusindraw/so: Fix bogus assert
2013-04-03 Zack Rusindraw/gs: Fix memory corruption with multiple primitives
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-04-03 Brian Paulutil: add new util_resource_size() function in u_resour...
2013-04-03 Brian Paulutil: move functions from u_resource.c to u_transfer.c
2013-04-03 Brian Paulgallium/hud: try L8 texture for font if I8 format isn...
2013-04-03 Christoph Bumillergallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICS
2013-04-02 Roland Scheideggergallivm: bring back optimized but incorrect float to...
2013-04-02 Roland Scheideggergallivm: consolidate code for float-to-half and float...
2013-04-02 Marek Olšákgallium/hud: do .xxxx swizzling for the font texture...
2013-04-02 Brian Paulhud: flush/unmap the vertex buffer before drawing
2013-04-02 Brian Pauldraw: use pipe_transfer_unmap() to match pipe_transfer_...
2013-04-02 Roland Scheideggergallivm: fix signed small float to float conversion
2013-04-01 Adam Jacksongallivm: Minor comment cleanup
2013-03-29 Roland Scheideggergallivm: consolidate some half-to-float and r11g11b10...
2013-03-28 Brian Pauldraw: fix some build breakage when LLVM is not used
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusindraw/llvm: Cleanup the store debugging code
2013-03-27 Zack Rusindraw: Allocate the output buffer for output primitives
2013-03-27 Zack Rusingallivm: Implement the breakc instruction
2013-03-27 Zack Rusingallivm: implement implicit primitive flushing
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Zack Rusindraw/gs: Fetch more than one primitive per invocation
2013-03-27 Zack Rusindraw/gs: Abstract the portions of GS that are tgsi...
2013-03-27 Zack Rusindraw/llvm: Remove unused gs_constants from jit_context
2013-03-26 Marek Olšákgallium: implement a heads-up display module
2013-03-26 Marek Olšákgallium: add interface for driver queries like performa...
2013-03-26 Marek Olšákgallium/tgsi: fix valgrind warning
2013-03-26 Marek Olšákcso: add constant buffer save/restore feature for postp...
2013-03-25 Brian Paulgallium: undef PACKAGE_* macros to silence warnings
2013-03-24 Roland Scheideggergallivm: move code for dealing with rgb9e5 and r11g11b1...
2013-03-24 Roland Scheideggergallivm: Add code for rgb9e5 shared exponent format...
2013-03-22 Roland Scheideggerllvmpipe: add EXT_packed_float render target format...
2013-03-21 Brian Paulpostprocess: silence some MSVC float/int warnings
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Brian Paultgsi: fix uninitialized declaration array fields
2013-03-19 Roland Scheideggergallivm: fix return opcode handling in main function...
2013-03-19 Brian Paultgsi: add initializer data to fix MSVC compile error
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: add ArrayID to declarations
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-03-19 Christian Königtgsi/ureg: implement support for array temporaries
2013-03-19 Christian Königtgsi/ureg: cleanup local temporary emission v2
2013-03-16 Maarten Lankhorstgallium/build: Fix visibility CFLAGS in automake
2013-03-15 Brian Pauldraw: init pre_clip_pos = NULL to fix optimized build...
2013-03-13 Roland Scheideggertgsi: fix sample_d emit for arrays
2013-03-12 Zack Rusindraw/so: Fix stream output with geometry shaders
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-03-08 Zack Rusindraw/gs: Correctly iterate the emitted primitives
2013-03-08 Zack Rusintgsi/exec: Correctly reset NumOutputs before parsing...
2013-03-11 Roland Scheideggerdraw/llvm: another quick hack for drawing with no posit...
2013-03-11 Roland Scheideggertgsi: emit code for SVIEWINFO and SAMPLE_I
2013-03-11 Roland Scheideggertgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
2013-03-11 Marek Olšákgallium/util: attempt to fix blitting multisample textu...
2013-03-11 Marek Olšákgallium/util: dump instance_divisor
2013-03-09 Maxence Le Dorégallium/util: Correct shift value for TSC feature detec...
2013-03-07 Brian Pauldraw: add const qualifier to silence compiler warning
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-06 Bryan Caindraw: use geometry shader info in clip_init_state if...
2013-03-06 Bryan Caindraw: account for separate shader objects in geometry...
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-04 Dave Airlieu_blitter: don't create illegal shaders for 1D/3D/RECT...
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-27 Maxence Le Dorégallivm: fix mis-matching AOS instruction emission
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-25 Roland Scheideggerdraw: make sure pipeline is revalidated when sampler...
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-23 Vinson Leevl: Fix off-by-one error in device_name_length allocation.
2013-02-23 José Fonsecautil/u_blitter: Set pipe_sampler_state::normalized_coor...
2013-02-23 José Fonsecautil/dump: Use static assertion to detect string table...
2013-02-22 Brian Pauldraw: fix broken polygon offset stage
2013-02-22 José Fonsecatgsi: Improve execution debugging.
2013-02-22 José Fonsecautil/u_dump: Update texture target strings.
2013-02-22 Sergey Matyukevichutil/debug: Always use __builtin_frame_address on gcc.
2013-02-22 Roland Scheideggerdraw: make sure key size is calculated consistently.
next