summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák2013-04-161-1/+2
* gallium/hud: increase vertex buffer size for background black rectanglesMarek Olšák2013-04-161-1/+1
* gallium/hud: update the contents of GALLIUM_HUD=helpMarek Olšák2013-04-161-2/+17
* gallium/hud: remove pipeline-statistics- prefix in query namesMarek Olšák2013-04-161-21/+22
* gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul2013-04-041-1/+16
* gallium/hud: initialize sampler stateBrian Paul2013-04-041-0/+6
* gallium/hud: replace malloc w/ MALLOCBrian Paul2013-04-041-1/+1
* gallium/hud: try L8 texture for font if I8 format isn't supportedBrian Paul2013-04-031-4/+13
* gallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-034-9/+52
* gallium/hud: do .xxxx swizzling for the font texture in the fragment shaderMarek Olšák2013-04-021-6/+30
* hud: flush/unmap the vertex buffer before drawingBrian Paul2013-04-021-0/+3
* gallium: implement a heads-up display moduleMarek Olšák2013-03-268-0/+2077