index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
freedreno_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: core compute state support
Rob Clark
2017-05-04
1
-5
/
+110
*
freedreno/a5xx: SSBO support
Rob Clark
2017-05-04
1
-2
/
+35
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
freedreno: enable draw/batch reordering by default
Rob Clark
2017-04-14
1
-2
/
+2
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-2
/
+0
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
freedreno: free compiler when screen is destroyed
Rob Clark
2017-03-24
1
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
freedreno/ir3: optimize less in glsl
Rob Clark
2017-03-13
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
1
-1
/
+0
*
freedreno: add support for user index buffers
Marek Olšák
2017-02-25
1
-1
/
+1
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-1
/
+1
*
gallium: Add integer 64 capability
Dave Airlie
2017-01-27
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
1
-1
/
+2
*
freedreno: add "nogrow" debug param
Rob Clark
2017-01-10
1
-0
/
+1
*
freedreno/a5xx: remove hack for glamor
Rob Clark
2017-01-10
1
-3
/
+0
*
freedreno/a5xx: use the non-_ZERO_BASE for vertexid
Rob Clark
2017-01-10
1
-1
/
+3
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
*
freedreno/a5xx: fixup caps
Rob Clark
2016-12-18
1
-5
/
+10
*
freedreno: pitch alignment should match gmem alignment
Rob Clark
2016-12-06
1
-2
/
+4
*
freedreno: native fence fd support
Rob Clark
2016-12-01
1
-1
/
+2
*
freedreno: some fence cleanup
Rob Clark
2016-12-01
1
-2
/
+2
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
1
-0
/
+2
*
freedreno/a5xx: initial support
Rob Clark
2016-11-30
1
-0
/
+4
*
freedreno: make gmem tile size alignment configurable
Rob Clark
2016-11-30
1
-0
/
+6
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
2016-10-12
1
-0
/
+1
*
freedreno: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
1
-0
/
+4
*
freedreno: reject imports with bogus pitch
Rob Clark
2016-09-07
1
-4
/
+1
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
1
-0
/
+1
*
freedreno: some locking
Rob Clark
2016-07-30
1
-0
/
+4
*
freedreno: spiff up some debug traces
Rob Clark
2016-07-30
1
-0
/
+1
*
freedreno: add batch-cache and batch reordering
Rob Clark
2016-07-30
1
-0
/
+13
*
freedreno: limit non-user constant buffers to a4xx
Rob Clark
2016-07-29
1
-1
/
+1
*
freedreno/a4xx: timestamp queries
Rob Clark
2016-07-23
1
-1
/
+1
*
freedreno: hw timestamp support
Rob Clark
2016-07-23
1
-2
/
+14
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
freedreno/ir3: support non-user_buffer consts
Rob Clark
2016-07-02
1
-2
/
+4
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
[next]