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
/
a3xx
/
fd3_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: shader_t -> gl_shader_stage
Rob Clark
2018-11-27
1
-4
/
+4
*
freedreno/ir3: move binning_pass out of shader variant key
Rob Clark
2018-10-17
1
-3
/
+3
*
freedreno: Remove the Emacs mode lines
Neil Roberts
2018-10-17
1
-2
/
+0
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-2
/
+2
*
freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...
Rob Clark
2018-06-19
1
-1
/
+10
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-1
/
+1
*
freedreno: remove use of u_transfer
Rob Clark
2017-12-04
1
-2
/
+2
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-1
/
+1
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-1
/
+1
*
freedreno: refactor dirty state handling
Rob Clark
2017-04-18
1
-4
/
+4
*
freedreno/ir3: split out per-stage emit_consts fxns
Rob Clark
2017-04-18
1
-2
/
+2
*
freedreno: add helper to mark all state clean
Rob Clark
2017-04-18
1
-15
/
+5
*
freedreno: make texture state an array
Rob Clark
2017-04-18
1
-2
/
+2
*
freedreno/ir3: rework location of driver constants
Rob Clark
2016-12-27
1
-3
/
+6
*
freedreno: fdN_gmem_restore_format() is not gen specific
Rob Clark
2016-12-18
1
-2
/
+2
*
freedreno/a3xx: make _emit_const() static
Rob Clark
2016-11-27
1
-1
/
+1
*
a3xx: use window scissor to simulate viewport xy clip
Ilia Mirkin
2016-09-03
1
-10
/
+26
*
a3xx: make use of software clipping when hw can't handle it
Ilia Mirkin
2016-09-03
1
-4
/
+8
*
a3xx: make sure to actually clamp depth as requested
Ilia Mirkin
2016-09-03
1
-1
/
+29
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+1
*
freedreno: drop needs_rb_fbd
Rob Clark
2016-07-30
1
-2
/
+0
*
freedreno: move needs_wfi into batch
Rob Clark
2016-07-30
1
-7
/
+7
*
freedreno: re-order support for hw queries
Rob Clark
2016-07-30
1
-2
/
+3
*
freedreno: move more batch related tracking to fd_batch
Rob Clark
2016-07-30
1
-7
/
+8
*
freedreno: introduce fd_batch
Rob Clark
2016-07-30
1
-5
/
+3
*
freedreno: switch emit_const_bo() to take prsc's
Rob Clark
2016-07-02
1
-4
/
+4
*
freedreno/a3xx: only update/emit bordercolor state when needed
Rob Clark
2016-06-02
1
-13
/
+20
*
freedreno: move shader-stage dirty bits to global dirty flag
Rob Clark
2016-05-04
1
-5
/
+0
*
freedreno/ir3: lower immeds to const
Rob Clark
2016-05-04
1
-2
/
+5
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-2
/
+2
*
freedreno/a3xx: constify the shader variants
Rob Clark
2016-03-13
1
-3
/
+3
*
freedreno/ir3: pass ctx to constant-emit code
Rob Clark
2016-03-01
1
-2
/
+2
*
freedreno/query: add optional enable hook
Rob Clark
2016-02-17
1
-0
/
+3
*
freedreno: per-generation OUT_IB packet
Rob Clark
2016-01-18
1
-0
/
+8
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+2
*
freedreno/a3xx: fix texture buffers, enable offsets
Ilia Mirkin
2015-11-18
1
-5
/
+11
*
freedreno/a3xx+a4xx: fix for stk binning pass hang
Rob Clark
2015-11-18
1
-8
/
+36
*
freedreno: remove unnecessary null checks
Rob Clark
2015-10-24
1
-1
/
+1
*
freedreno/a3xx: cache-flush is needed after MEM_WRITE
Rob Clark
2015-10-15
1
-5
/
+1
*
freedreno/ir3: convert from tgsi semantic/index to varying-slot
Rob Clark
2015-09-17
1
-9
/
+21
*
freedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead of magic number
Ilia Mirkin
2015-09-16
1
-1
/
+2
*
freedreno/a3xx: add support for dual-source blending
Ilia Mirkin
2015-09-16
1
-4
/
+10
*
freedreno: helper for a3xx/a4xx border-colors
Rob Clark
2015-09-15
1
-51
/
+2
*
freedreno/a3xx: add basic clip plane support
Ilia Mirkin
2015-08-29
1
-0
/
+19
*
freedreno/a3xx+a4xx: add texture buffer object support
Rob Clark
2015-08-12
1
-2
/
+4
*
freedreno/a3xx+a4xx: add support for vtxcnt semantic
Rob Clark
2015-07-27
1
-6
/
+16
*
freedreno/ir3: move emit_const to ir3
Rob Clark
2015-07-27
1
-110
/
+46
*
freedreno/a3xx: color masking works like a blend for some formats
Ilia Mirkin
2015-04-27
1
-0
/
+14
*
freedreno/a3xx: add support for S8 and Z32F_S8
Ilia Mirkin
2015-04-27
1
-1
/
+12
[next]