pipe-loader: use the correct screen index
[mesa.git] / src / gallium / auxiliary /
2014-09-01 Marek Olšákpipe-loader: use the correct screen index
2014-08-29 Roland Scheideggergallivm: fix somewhat broken NaN behavior for exp2
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-29 Roland Scheideggerdraw: kill off bogus assertion in tgsi_fetch_gs_outputs
2014-08-29 Roland Scheideggertgsi: (trivial) fix handling msaa resources on TXF
2014-08-29 Roland Scheideggerdraw: remove fishy num_samplers/num_sampler_views check...
2014-08-29 Michel Dänzeru_vbuf: Make sure all caps are initialized
2014-08-28 Emil Velikovgallium/ilo: cleanup intel_winsys.h
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-08-26 Christian Königvl/compositor: set the scissor before clearing the...
2014-08-25 Eric Anholtu_vbuf: Add a few more format fallbacks.
2014-08-25 Eric Anholtu_vbuf: Simplify the format fallback translation.
2014-08-23 Vinson Leeauxilary/os: Add Solaris support in os_get_total_physic...
2014-08-21 Tom Stellardpipe-loader: Fix memory leak v2
2014-08-20 Jon TURNEYTeach os_get_total_physical_memory about Cygwin
2014-08-20 Vinson Leegallivm: Fix build with LLVM >= 3.6 r215967.
2014-08-19 Alexander von Gluck IVgallium/aux: Fill in Haiku get process name code
2014-08-19 Marek Olšákgallium/u_blitter: don't use an empty fragment shader...
2014-08-19 Marek Olšákgallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tg...
2014-08-16 Brian Paulutil: whitespace and formatting fixes in u_math.h
2014-08-15 Dave AirlieRevert "hud: don't overrun malloced arrays"
2014-08-15 Emil Velikovauxiliary/os: introduce os_get_total_physical_memory...
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-14 Dave Airliehud: don't overrun malloced arrays
2014-08-12 Emil Velikovandroid: gallium/auxiliary: drop log2/log2f redefitions
2014-08-12 Ilia Mirkingallium: add basic support for BPTC formats
2014-08-12 Ilia Mirkinmesa/st: add support for dynamic sampler offsets
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-09 Eric Anholtu_primconvert: Copy min/max_index from the original...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.
2014-08-09 Roland Scheideggerdraw: (trivial) use information about gs being present...
2014-08-09 Roland Scheideggerdraw: don't use clipvertex output if user plane clippin...
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-08 Roland Scheideggerdraw: fix prim id float cast for non-llvm path
2014-08-06 Roland Scheideggerdraw: fix clipvertex trouble if position comes from gs
2014-08-06 Roland Scheideggerdraw: don't run pipeline stages when gs has no position...
2014-08-05 Jan Veselygallivm: Fix build with latest LLVM
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Jan Veselygallium: Fix compiler warning.
2014-08-01 Jon TURNEYtarget-helpers: Do not build kms_dri on libdrm-less...
2014-07-31 Eric Anholtgallium: Add a uif() helper function to complement...
2014-07-30 Roland Scheideggergallivm: fix up out-of-bounds level when using conforma...
2014-07-30 Giovanni Campagnagallium: Add a dumb drm/kms winsys backed swrast provider
2014-07-29 Yaakov Selkowitzos_process.c: Add cygwin as an expected platform
2014-07-28 Marek Olšákgallium/util: add a helper for calculating primitive...
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-28 Tom Stellardutil: Fix typo
2014-07-28 Tom Stellardutil: Add util_memcpy_cpu_to_le32() v3
2014-07-23 Rob Clarktargets/dri: fix freedreno targets
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
next