cso: only allow saving and restoring fragment sampler views
[mesa.git] / src / gallium / auxiliary / hud / hud_context.c
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-05-16 Marek Olšákgallium: disable tessellation shaders for meta ops
2015-04-25 Gediminas Jakutisgallium/hud: add more options to customize HUD panes
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-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
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-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: 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...
2013-04-04 Brian Paulgallium/hud: add GALLIUM_HUD_PERIOD env var
2013-04-04 Brian Paulgallium/hud: initialize sampler state
2013-04-04 Brian Paulgallium/hud: replace malloc w/ MALLOC
2013-04-03 Christoph Bumillergallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICS
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-03-26 Marek Olšákgallium: implement a heads-up display module