tgsi/scan: add basic info about tessellation OUT and IN uses
[mesa.git] / src / gallium / auxiliary /
2017-02-21 Marek Olšáktgsi/scan: add basic info about tessellation OUT and...
2017-02-21 Emil Velikovgallium: do not #include foo.h within extern C {}
2017-02-20 Ben Crockergallivm: Reenable PPC VSX (v3)
2017-02-20 Ben Crockergallivm: Override getHostCPUName() "generic" w/ "pwr8...
2017-02-20 Ben Crockergallivm: Improve debug output (V2)
2017-02-20 Marek Olšákgallium/u_suballoc: update comments
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšáktgsi/lowering: stop using TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšákvl: fix a buffer leak in the bicubic filter by using...
2017-02-18 Marek Olšákgallium/hud: create files after graphs are created...
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
2017-02-18 Marek Olšákgallium/u_suballoc: use clear_buffer if available
2017-02-18 Marek Olšákgallium/util: correctly unref a buffer in u_prim_restart
2017-02-18 Marek Olšákgallium/util: remove unused u_index_modify helpers
2017-02-18 Marek Olšákgallium/util: remove unused helper util_draw_texquad
2017-02-17 George Kyriazisgallium: add extern "C" guards
2017-02-14 Marek Olšákgallium/hud: add monitoring of API thread busy status
2017-02-14 Marek Olšákgallium/u_queue: add util_queue_get_thread_time_nano
2017-02-14 Marek Olšákgallium/os: add per-thread time clock queries
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákgallium/hud: don't use user vertex buffers
2017-02-14 Marek Olšákgallium/hud: call u_upload_alloc only once
2017-02-14 Marek Olšákgallium/u_upload_mgr: remove deprecated function u_uplo...
2017-02-14 Marek Olšákgallium/vl: use the common uploader
2017-02-14 Marek Olšákgallium/vbuf: use the common uploader
2017-02-14 Marek Olšákgallium/blitter: use the common uploader
2017-02-14 Marek Olšákgallium/primconvert: use the common uploader
2017-02-14 Marek Olšákgallium/hud: use the common uploader
2017-02-14 Marek Olšákgallium/u_upload_mgr: add a helper that creates the...
2017-02-13 Dave Airlietgsi: fix memory leak in tgsi sanity check
2017-02-13 Emil Velikovvl: remove DRI2DriverPrimeShift compile guards
2017-02-10 Marc-André Lureautgsi-dump: dump label if instruction has one
2017-02-10 Marc-André Lureautgsi: remove ureg_label_insn
2017-02-07 Li Qianggallium/tgsi: fix oob access in parse instruction
2017-02-06 Eric Anholtgallium: Remove vc4 simulator hack from loader infrastr...
2017-02-03 Edward O'Callaghanilo: EOL unplumb unmaintained gallium drv from winsys
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-02-01 Boyuan Zhangvl: add h264 constrained baseline profile
2017-01-30 Samuel Pitoisethud: fix compilation warnings in hud_nic_graph_install()
2017-01-27 Emil Velikovgallivm: remove explicit __STDC_.*_MACROS defines
2017-01-24 Roland Scheideggergallivm: don't try to use fast rcp for fdiv
2017-01-24 Roland Scheideggergallivm: (trivial) fix ddiv cpu implementation
2017-01-24 Roland Scheideggertgsi: implement ddiv opcode
2017-01-24 Ilia Mirkingallium: add TGSI_PROPERTY_MUL_ZERO_WINS
2017-01-20 Samuel Pitoisetgallium/hud: add missing break in hud_cpufreq_graph_ins...
2017-01-19 Dave Airliegallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIAN
2017-01-18 Mauro Rossiandroid: gallium/auxiliary: fix building error in Andro...
2017-01-18 Emil Velikovgallium: correctly manage libsensors link flags
2017-01-18 Roland Scheideggergallivm: (trivial) fix copy/paste bug with big endian...
2017-01-18 Jose Fonsecaconfigure.ac: Revert recent HAVE_LLVM changes.
2017-01-18 Tobias Drosteconfigure.ac: Set and use HAVE_GALLIUM_LLVM define
2017-01-18 Jose Fonsecagallivm: Cleanup USE_MCJIT.
2017-01-17 Nayan Deshmukhvl/dri3: use external texture as back buffers(v4)
2017-01-17 Ilia Mirkingallium: add FBFETCH opcode to retrieve the current...
2017-01-16 Nicolai Hähnletgsi: add DDIV instruction
2017-01-16 Thomas Hindoe Paab... gallium/hud: avoid buffer overrun
2017-01-16 Marek Olšákgallium/hud: disable queries during HUD draw calls
2017-01-16 Marek Olšákgallium/hud: increase the vertex buffer size for backgr...
2017-01-12 Christian Gmeinerimx: gallium driver for imx-drm scanout driver
2017-01-12 The etnaviv authorsetnaviv: gallium driver for Vivante GPUs
2017-01-12 Christian Gmeinergallium: add renderonly library
2017-01-11 Li Qianggallium/tgsi: fix overflow in parse property
2017-01-06 Roland Scheideggergallivm: generalize 4x4f->1x16ub special case conversion
2017-01-05 Roland Scheideggergallivm: (trivial) fix typo bug with small AoS format...
2017-01-05 Roland Scheideggergallivm: implement aos unpack (to unorm8) for small...
2017-01-05 Roland Scheideggergallivm: optimize lp_build_unpack_arith_rgba_aos slightly
2017-01-05 Roland Scheideggergallivm: use 2 srcs for 32->16bit conversions in lp_bld...
2017-01-05 Roland Scheideggerllvmpipe: (trivial) minimally simplify mask construction
2017-01-05 Marek Olšákgallium/hud: increase the vertex buffer size for text
2017-01-05 Marek Olšákgallium/hud: add an option to sort items below graphs
2017-01-05 Marek Olšákgallium/hud: add an option to reset the color counter
2017-01-05 Marek Olšákgallium/hud: allow more data sources per pane
2017-01-05 Marek Olšákgallium/hud: add an option to rename each data source
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 George Kyriazisswr: fix windows build break
2017-01-03 Edmondo Tommasinagallium/hud: add a path separator between dump director...
2017-01-03 Christian Königvl/zscan: fix "Fix trivial sign compare warnings"
2017-01-03 Nayan Deshmukhvl/compositor: implement error handling
2017-01-02 Marek Olšákgallium/hud: fix the windows build by disabling file...
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for fps graph
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for cpu graph
2016-12-31 Edmondo Tommasinagallium/hud: move file initialization to a function
2016-12-31 Edmondo Tommasinagallium/hud: dump hud_driver_query values to files
2016-12-27 Rob Clarkttn: set ->info->num_ubos
2016-12-21 Juan A. Suarez Romerottn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
2016-12-21 Roland Scheideggerdraw: use SoA fetch, not AoS one
2016-12-21 Roland Scheideggergallivm: generalize the compressed format soa fetch...
2016-12-21 Roland Scheideggergallivm: provide soa fetch path handling formats with...
2016-12-21 Roland Scheideggergallivm: optimize gather a bit, by using supplied desti...
2016-12-21 Roland Scheideggergallivm: optimize SoA AoS fallback fetch path a little
2016-12-21 Roland Scheideggergallivm: (trivial) handle non-aligned fetch for lp_buil...
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-19 Michel DänzerRevert "cso: don't release sampler states that are...
2016-12-19 Michel Dänzercso: Make sanitize_hash safe for samplers
2016-12-19 Michel Dänzercso: Store hash key in struct cso_sampler
2016-12-19 Michel Dänzercso: Optimize cso_save/restore_fragment_samplers
2016-12-19 Michel Dänzercso: Store pointers to struct cso_sampler in struct...
2016-12-19 Michel Dänzercso: Don't restore nr_samplers in cso_restore_fragment_...
next