index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
hud
/
hud_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/hud: don't use user vertex buffers
Erik Faye-Lund
2020-06-16
1
-2
/
+5
*
Revert "gallium/hud: don't use user vertex buffers"
Erik Faye-Lund
2020-06-16
1
-21
/
+7
*
gallium/hud: do not specify potentially invalid depth-range
Erik Faye-Lund
2020-06-10
1
-1
/
+1
*
util: Initialize pipe_shader_state for passthrough and transform shaders
Neha Bhende
2020-05-28
1
-2
/
+2
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-1
/
+1
*
gallium: hud_context: Fix scalar initializer warning.
John Stultz
2020-03-11
1
-1
/
+3
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
1
-4
/
+5
*
hud: add GALLIUM_HUD_SCALE
Jonathan Marek
2020-02-24
1
-8
/
+11
*
gallium/auxiliary: Fix uses of gnu struct = {} extension
Dylan Baker
2019-11-26
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-3
/
+3
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-4
/
+4
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strncmp()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+1
*
gallium/hud: = should rename the last added data source
Marek Olšák
2018-06-18
1
-1
/
+4
*
gallium/hud: add frametime graph (v2)
Matthias Groß
2018-05-15
1
-0
/
+4
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-9
/
+5
*
gallium/hud: add a simple HUD view that only draws text
Marek Olšák
2018-04-13
1
-14
/
+58
*
gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOAT
Brian Paul
2018-01-17
1
-0
/
+5
*
gallium/hud: use #ifdef to test for macro existence
Eric Engestrom
2017-12-01
1
-5
/
+5
*
gallium/hud: add HUD sharing within a context share group
Marek Olšák
2017-11-25
1
-12
/
+91
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
1
-3
/
+4
*
gallium/hud: prevent a crash if the recording context is inactive
Marek Olšák
2017-11-25
1
-1
/
+4
*
gallium/hud: separate code for record context init/release
Marek Olšák
2017-11-25
1
-16
/
+33
*
gallium/hud: separate code for draw context init/release
Marek Olšák
2017-11-25
1
-70
/
+111
*
gallium/hud: don't use hud->pipe in hud_parse_env_var
Marek Olšák
2017-11-25
1
-6
/
+7
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-2
/
+3
*
gallium/hud: pass pipe_context explicitly to most functions
Marek Olšák
2017-11-25
1
-19
/
+19
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
1
-74
/
+94
*
gallium/hud: always use two-dimensional constant references
Nicolai Hähnle
2017-09-04
1
-4
/
+4
*
gallium/hud: use double values for all graphs
Christoph Haag
2017-07-14
1
-4
/
+10
*
gallium/hud: add glthread counters
Marek Olšák
2017-06-26
1
-0
/
+9
*
gallium/hud: add API-thread-busy for monitoring the thread load
Marek Olšák
2017-06-26
1
-1
/
+4
*
gallium/hud: add hud_pane::hud pointer
Marek Olšák
2017-06-26
1
-3
/
+5
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
1
-0
/
+8
*
gallium/hud: move struct hud_context to hud_private.h
Marek Olšák
2017-06-26
1
-46
/
+0
*
gallium/hud: rename API-thread-busy to main-thread-busy
Marek Olšák
2017-06-26
1
-2
/
+2
*
gallium/hud: support GALLIUM_HUD_DUMP_DIR feature on Windows
Brian Paul
2017-06-16
1
-6
/
+30
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-7
/
+7
*
gallium/hud: set the dump file streams to line buffered
Edmondo Tommasina
2017-04-13
1
-0
/
+2
*
gallium/hud: check NULL return from u_upload_alloc
Julien Isorce
2017-03-13
1
-0
/
+5
*
gallium/hud: prevent an infinite loop
Marek Olšák
2017-02-22
1
-2
/
+3
*
gallium/hud: create files after graphs are created to get final names
Marek Olšák
2017-02-18
1
-2
/
+23
*
gallium/hud: add monitoring of API thread busy status
Marek Olšák
2017-02-14
1
-0
/
+3
*
gallium/hud: don't use user vertex buffers
Marek Olšák
2017-02-14
1
-7
/
+19
[next]