tgsi: implement ddiv opcode
[mesa.git] / src / gallium / auxiliary / hud /
2017-01-20 Samuel Pitoisetgallium/hud: add missing break in hud_cpufreq_graph_ins...
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-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-03 Edmondo Tommasinagallium/hud: add a path separator between dump director...
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-11-07 Steven Tothgallium/hud: protect against and initialization race
2016-11-07 Steven Tothgallium/hud: close a previously opened handle
2016-11-07 Steven Tothgallium/hud: fix a problem where objects are free'd...
2016-11-03 Brian Paulgallium/hud: call fflush() after printing error messages
2016-10-06 Steven Tothgallium/hud: Remove superfluous debug
2016-09-30 Steven Tothgallium/hud: Add support for CPU frequency monitoring
2016-09-30 Marek OlšákRevert "gallium/hud: automatically print % if max_value...
2016-09-29 Steven Tothgallium/hud: Add power sensor support
2016-09-28 Steven Tothgallium/hud: Add support for block I/O, network I/O...
2016-08-26 Brian Paulgallium/hud: move signo declaration inside PIPE_OS_UNIX...
2016-08-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2016-08-22 Marek Olšákgallium/hud: generalize code for drawing numbers next...
2016-08-22 Marek Olšákgallium/hud: draw numbers with 3 decimal places if...
2016-08-22 Marek Olšákgallium/hud: use sRGB for nicer AA lines
2016-08-22 Marek Olšákgallium/hud: use AA lines for graphs
2016-08-22 Marek Olšákgallium/hud: don't enable blending for all objects
2016-05-11 Rob Clarkgallium: refactor pipe_shader_state to support multiple...
2016-04-27 Brian Paulhud: s/Elements/ARRAY_SIZE/
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákgallium: pause queries for all meta ops
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Brian Paulhud: add sampler view declaration in text fragment...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarkgallium/hud: fix new gcc6 warnings
2016-02-16 Brian Paulgallium/hud: use new cso_save/restore_state() functions
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-26 Nicolai Hähnlegallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Nicolai Hähnlegallium/hud: add support for batch queries
2015-11-20 Nicolai Hähnlegallium/hud: remove unused field in query_info
2015-11-19 Brian Paulhud: fix Windows build break
2015-11-18 Jimmy Berrygallium/hud: control visibility at startup and runtime.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-12 Brian Paulgallium/hud: add cpu graph support for Windows
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-17 Marek Olšákgallium/hud: fix possible NULL pointer dereference
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-06 Marek Olšákgallium/hud: automatically print % if max_value == 100
2015-08-06 Marek Olšákgallium/hud: fix printing % next to panes
2015-08-06 Marek Olšákgallium/hud: replace assertions with clamping the unit...
2015-08-06 Marek Olšákgallium,hud: allow displaying cumulative values instead...
2015-08-06 Marek Olšákgallium/hud: fix printing byte units
2015-08-06 Marek Olšákgallium,hud: add support for Hz units in driver queries
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
2015-07-07 Brian Paulgallium/hud: display percentages with % suffix
2015-07-07 Brian Paulgallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS...
2015-07-07 Brian Paulgallium/hud: replace byte units flag with pipe_driver_q...
2015-06-28 Samuel Pitoisetgallium/hud: prevent NULL pointer dereference with...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-16 Marek Olšákgallium: disable tessellation shaders for meta ops
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-04-25 Gediminas Jakutisgallium/hud: add more options to customize HUD panes
2015-03-27 Ilia Mirkingallium/hud: avoid overflowing hud graph name size
2015-02-07 Brian Paulgallium/hud: also try R8_UNORM format for font texture
2015-02-07 Brian Paulgallium/hud: flush stdout in print_help(), for Windows
2014-11-16 Marek Olšákgallium: remove unused pipe_viewport_state::translate...
2014-10-02 Ilia Mirkingallium/hud: use u_sampler_view_default_template helper
2014-08-15 Dave AirlieRevert "hud: don't overrun malloced arrays"
2014-08-14 Dave Airliehud: don't overrun malloced arrays
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-01-23 Marek Olšákgallium/hud: just unmap the upload vertex buffer instea...
2013-07-12 Brian Paulhud: silence some MSVC warnings
2013-06-26 Brian Paulhud: add float casts to silence MSVC warnings
2013-06-26 Brian Paulhud: include stdio.h since we use fprintf(), fscanf...
2013-06-26 Brian Paulhud: add cast to silence MSVC warning
2013-06-24 Brian Paulgallium/hud: do not use free() for the free_query_data...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-13 Marek Olšákgallium/util: make WRITES_ALL_CBUFS optional in the...
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-16 Marek Olšákgallium/hud: fix FPS computation for framerate > 4.2k
2013-04-16 Marek Olšákgallium/hud: increase vertex buffer size for background...
2013-04-16 Marek Olšákgallium/hud: update the contents of GALLIUM_HUD=help
2013-04-16 Marek Olšákgallium/hud: remove pipeline-statistics- prefix in...
next