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
/
ilo
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/ilo: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+24
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-2
/
+0
*
ilo: break down the format table
Chia-I Wu
2014-08-08
1
-299
/
+431
*
ilo: fix fb height of HiZ ops
Chia-I Wu
2014-07-29
1
-1
/
+1
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+2
*
ilo: correctly propagate resource renames to hardware
Chia-I Wu
2014-07-28
3
-14
/
+30
*
ilo: add ilo_resource_get_bo() helper
Chia-I Wu
2014-07-28
2
-17
/
+18
*
ilo: unblock an inline write with a staging bo
Chia-I Wu
2014-07-28
1
-13
/
+31
*
ilo: try unblocking a transfer with a staging bo
Chia-I Wu
2014-07-28
4
-19
/
+209
*
ilo: enable persistent and coherent transfers
Chia-I Wu
2014-07-28
3
-8
/
+35
*
ilo: drop ptr from ilo_transfer
Chia-I Wu
2014-07-28
2
-35
/
+36
*
ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
Chia-I Wu
2014-07-28
2
-6
/
+6
*
ilo: drop unused context param from transfer functions
Chia-I Wu
2014-07-28
1
-115
/
+100
*
ilo: tidy up transfer mapping/unmapping
Chia-I Wu
2014-07-28
1
-88
/
+89
*
ilo: tidy up choose_transfer_method()
Chia-I Wu
2014-07-28
1
-84
/
+164
*
ilo: free transfers with util_slab_free()
Chia-I Wu
2014-07-28
1
-1
/
+1
*
ilo: simplify ilo_flush()
Chia-I Wu
2014-07-26
3
-20
/
+30
*
ilo: check the tilings of imported handles
Chia-I Wu
2014-07-24
1
-30
/
+36
*
ilo: clean up resource bo renaming
Chia-I Wu
2014-07-24
4
-51
/
+63
*
ilo: share some code between {tex,buf}_create_bo
Chia-I Wu
2014-07-24
1
-59
/
+55
*
ilo: use native 3-component vertex formats on GEN7.5+
Chia-I Wu
2014-07-24
2
-1
/
+6
*
ilo: allow for device-dependent format translation
Chia-I Wu
2014-07-24
5
-32
/
+39
*
ilo: add some missing formats
Chia-I Wu
2014-07-16
1
-21
/
+22
*
ilo: update and tailor the surface format table
Chia-I Wu
2014-07-16
1
-286
/
+258
*
ilo: raise texture size limits
Chia-I Wu
2014-07-15
2
-17
/
+9
*
ilo: move away from drm_intel_bo_alloc_tiled
Chia-I Wu
2014-07-15
3
-250
/
+300
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
ilo: fix fence reference counting
Chia-I Wu
2014-07-08
1
-12
/
+9
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+1
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
1
-0
/
+1
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-2
/
+2
*
ilo: remove GPE state size estimation
Chia-I Wu
2014-04-14
7
-326
/
+97
*
ilo: remove GPE command size estimation
Chia-I Wu
2014-04-14
6
-403
/
+87
*
ilo: remove unused headers
Chia-I Wu
2014-04-14
3
-566
/
+0
*
ilo: use only defines from genhw headers
Chia-I Wu
2014-04-14
7
-106
/
+87
*
ilo: scripted conversion to genhw headers
Chia-I Wu
2014-04-14
25
-1626
/
+1626
*
ilo: add genhw headers
Chia-I Wu
2014-04-14
22
-131
/
+3504
*
ilo: avoid brw_wm_barycentric_interp_mode in compiler
Chia-I Wu
2014-04-14
1
-17
/
+46
*
ilo: add TOY_OPCODE_DO
Chia-I Wu
2014-04-14
6
-7
/
+10
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
1
-0
/
+2
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
1
-0
/
+1
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-2
/
+6
*
ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS
Chia-I Wu
2014-03-10
4
-3
/
+108
*
ilo: add ILO_3D_PIPELINE_WRITE_STATISTICS
Chia-I Wu
2014-03-10
5
-0
/
+90
[next]