radeonsi/compute: Share COMPUTE_DBG macro with r600g
[mesa.git] / src / gallium / auxiliary /
2014-07-15 José Fonsecautil/tgsi: Fix ureg_EMIT/ENDPRIM prototype.
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-10 Emil Velikovtargets/dri-swrast: Convert to static/shared pipe-driver
2014-07-10 Emil Velikovtargets/dri: cleanup conversion leftovers
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_vmwgfx
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_i965 symbol
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_i915 symbol
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_freedreno...
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_(r300|r600...
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_nouveau symbol
2014-07-09 Ilia Mirkintgsi: add interpolation location modifier support to...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-09 Brian Paulgallium/u_blitter: fix some shader memory leaks
2014-07-09 Ilia Mirkintgsi: properly parse indirect dimension references...
2014-07-08 Marek Olšákgallium: fix u_default_transfer_inline_write for textures
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-01 Roland Scheideggertarget-helpers: don't use designated initializers
2014-07-01 Marek Olšákgallium/u_vbuf: get draw info from an indirect buffer...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-06-26 Emil Velikovauxiliary/vl: Remove no longer used SPLIT_TARGETS
2014-06-23 Roland Scheideggerdraw: (trivial) fix clamping of viewport index
2014-06-22 Emil Velikovtargets/vdpau-nouveau: convert to static/shared pipe...
2014-06-21 Aaron Watrygallivm: Fix build after LLVM commit 211259
2014-06-19 Roland Scheideggergallivm: set mcpu when initializing llvm execution...
2014-06-19 Emil Velikovtarget-helpers: add dd_configuration(), dd_driver_name()
2014-06-19 Emil Velikovtarget-helpers: add dd_create_screen() helper
2014-06-19 Emil Velikovtarget-helpers: add a note about debug wrappers
2014-06-19 Emil Velikovpipe-loader: add pipe_loader_ops::configuration()
2014-06-19 Emil Velikovpipe-loader: note that we leak pipe_loader_drm_device...
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-06-18 Roland Scheideggergallivm: fix SCALED -> NORM conversions
2014-06-18 Grigori Goronzyutil/u_format: move utility function from r600g
2014-06-12 Brian Paulcso: fix stream-out clean up in cso_release_all()
2014-06-11 Dave Airlietgsi_exec: use defines for max inputs/outputs
2014-06-11 Dave Airlietgsi/gs: bound max output vertices in shader
2014-06-04 Leo Liuvl: add more avc profiles
2014-06-04 José Fonsecawgl: Disable CRT message boxes when Windows system...
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-31 Vinson Leeutil: Do not use __builtin_clrsb with Intel C++ Compiler.
2014-05-23 José Fonsecagallivm: Disable workaround for PR12833 on LLVM 3.2+.
2014-05-23 José Fonsecagallivm: Support MCJIT on Windows.
2014-05-21 Ilia Mirkintgsi: add GS_INVOCATIONS to property names array
2014-05-19 Roland Scheideggerllvmpipe: do IR counting for shader cache management...
2014-05-17 Roland Scheideggergallivm: (trivial) fix compilation with llvm 3.1, 3.2
2014-05-16 Roland Scheideggergallivm: print out how long it takes to optimize shader IR.
2014-05-16 Roland Scheideggergallivm: give more verbose names to modules
2014-05-15 Roland Scheideggergallivm: remove optimization workaround when not having...
2014-05-15 Roland Scheideggergallivm: remove workaround for reversing optimization...
2014-05-15 Roland Scheideggerdraw: better llvm names for shaders for debugging.
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-05-14 Roland Scheideggergallivm: fix output stream flushing in error case for...
2014-05-14 Ilia Mirkintgsi: support parsing texture offsets from text tgsi...
2014-05-14 José Fonsecagallivm: Remove lp_func_delete_body.
2014-05-14 José Fonsecagallivm: Remove gallivm_free_function.
2014-05-14 Frank Henigmandraw: Delete unneeded LLVM stuff earlier.
2014-05-14 Frank Henigmangallivm: Separate freeing LLVM intermediate data from...
2014-05-14 Frank Henigmangallivm: One code memory pool with deferred free.
2014-05-14 José Fonsecagallivm: Run passes per module, not per function.
2014-05-14 José Fonsecagallivm: Use LLVM global context.
2014-05-14 José Fonsecagallivm: Stop using module providers.
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-05-09 Tom Stellardpipe-loader: Don't destroy the winsys in the sw loader
2014-05-08 Roland Scheideggerdraw: do not use draw_get_option_use_llvm() inside...
2014-05-07 Brian Paultgsi: add missing switch cases in tgsi_exec_get_shader_...
2014-05-07 Brian Paulgallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case...
2014-05-02 José Fonsecautil: Don't attempt to redefine INFINITY/NAN on VS...
2014-05-02 José Fonsecadraw: Prevent signed/unsigned comparisons.
2014-05-02 José Fonsecautil/u_debug_flush: Use util_snprintf.
2014-05-01 Roland Scheideggergallivm: fix 2 leaks in disassembly code
2014-04-30 Andreas Hartmetztranslate_sse: Use the correct buffer index in this...
2014-04-28 Ilia Mirkintgsi: add tgsi_exec support for new bit manipulation...
2014-04-28 Ilia Mirkingallium/util: add helpers for bitfield manipulation
2014-04-28 Ilia Mirkingallium: add new opcodes for ARB_gs5 bit manipulation...
2014-04-28 Richard Sandifordutil: Fix cross-compiles between endiannesses
2014-04-28 Richard Sandifordutil: Split out channel-parsing Python code
2014-04-28 Richard Sandifordutil: Split out channel-printing Python code
2014-04-28 Richard Sandifordutil: Turn inv_swizzle into a global function
2014-04-28 Richard Sandifordutil: Add more query methods to u_format_parse.Format
2014-04-26 Ilia Mirkingallium: add GS_INVOCATIONS property
2014-04-26 Ilia Mirkingallium: add INVOCATIONID semantic
2014-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-25 Emil Velikovpipe-loader: conditionally build and use pipe_loader_sw...
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-24 Zack Rusindraw/llvm: reduce memory usage
2014-04-24 José Fonsecagallivm: Fix wrong operator in lp_exec_default.
2014-04-23 José Fonsecautil/u_debug: Pass correct size to strncat.
2014-04-17 José Fonsecautil: Add __declspec(noreturn) to _debug_assert_fail().
2014-04-17 José Fonsecaauxiliary/os,auxiliary/util: Fix the `‘noreturn’ functi...
2014-04-16 Roland Scheideggergallivm: fix compilation with llvm 3.5 r206241+
2014-04-16 José Fonsecautil/u_debug: Add noreturn attribute to _debug_assert_f...
2014-04-11 Brian Pauldraw: remove unused 'start' variable in draw_stats_clip...
2014-04-10 Marek Olšákgallium/u_gen_mipmap: rewrite using pipe->blit (v2)
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-04 Marek Olšákgallium/u_blitter: implement scaled blitting in the...
2014-04-04 Marek Olšákgallium/u_blitter: don't adjust cubemap coordinates...
2014-04-04 Brian Paulcso: check for no sampler view changes in cso_set_sampl...
next