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
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
3
-0
/
+3
*
nv50/ir: 64-bit splitting fixes
Ilia Mirkin
2016-01-20
1
-1
/
+2
*
gk110/ir: allow carry to be set/read by imad
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gm107/ir: add carry emission to LOP and IADD
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gm107/ir: add ATOM and CCTL support
Ilia Mirkin
2016-01-20
1
-0
/
+52
*
gm107/ir: set LD/ST address width bit
Ilia Mirkin
2016-01-20
1
-0
/
+2
*
gk110/ir: fix double-wide vm address
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gk110/ir: add OP_CCTL handling
Ilia Mirkin
2016-01-20
1
-0
/
+35
*
gk110/ir: add atomic op emission, fix gmem loads
Ilia Mirkin
2016-01-20
1
-5
/
+65
*
nv50/ir: don't flip SHL(ADD) into ADD(SHL) if ADD sources have modifiers
Ilia Mirkin
2016-01-20
1
-0
/
+2
*
gk110/ir: fix load from shared memory
Ilia Mirkin
2016-01-20
1
-1
/
+1
*
gk110/ir: add partial BAR support
Ilia Mirkin
2016-01-20
1
-2
/
+18
*
nv50/ir: swap the least-ref'd source into src1 when both const/imm
Ilia Mirkin
2016-01-18
1
-10
/
+15
*
gm107/ir: don't do indirect frag shader inputs on GM107
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
nvc0: bsp_bo can't be null
Ilia Mirkin
2016-01-17
1
-1
/
+1
*
nv50/ir: add saturate support on ex2
Ilia Mirkin
2016-01-16
2
-0
/
+6
*
nv50/ir: rebase indirect temp arrays to 0, so that we use less lmem space
Ilia Mirkin
2016-01-14
1
-14
/
+44
*
nv50/ir: only use FILE_LOCAL_MEMORY for temp arrays that use indirection
Ilia Mirkin
2016-01-14
1
-15
/
+50
*
nvc0/ir: be careful about propagating very large offsets into const load
Ilia Mirkin
2016-01-14
4
-1
/
+19
*
nvc0: allow fragment shader inputs to use indirect indexing
Ilia Mirkin
2016-01-14
1
-1
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
3
-0
/
+3
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
3
-0
/
+3
*
nvc0: do not force re-binding of compute constbufs on Fermi
Samuel Pitoiset
2016-01-12
1
-1
/
+1
*
nvc0: remove useless goto in nvc0_launch_grid()
Samuel Pitoiset
2016-01-12
1
-6
/
+4
*
nv50/ir: the whole point of data array is to hand out regular registers
Ilia Mirkin
2016-01-11
1
-1
/
+1
*
nv50/ir: Fix scratch allocation size and file
Pierre Moreau
2016-01-09
2
-3
/
+3
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
5
-9
/
+2
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
3
-0
/
+3
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
3
-0
/
+4
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-3
/
+9
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
3
-0
/
+6
*
nvc0: add ARB_indirect_parameters support
Ilia Mirkin
2016-01-07
5
-6
/
+313
*
nvc0: add support for real ARB_multi_draw_indirect
Ilia Mirkin
2016-01-07
4
-18
/
+47
*
nvc0: adjust indirect draw macros to handle multiple draws at once
Ilia Mirkin
2016-01-07
3
-52
/
+101
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
3
-0
/
+6
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-8
/
+7
*
nvc0: add support for st/va
Julien Isorce
2016-01-05
3
-50
/
+133
*
nouveau: split nouveau_vp3_bsp in begin/next/end
Julien Isorce
2016-01-05
4
-41
/
+77
*
nvc0: scale up inter_bo size so that it's 16M for a 4K video
Ilia Mirkin
2016-01-04
1
-2
/
+5
*
nv50,nvc0: fix crash when increasing bsp bo size for h264
Ilia Mirkin
2016-01-04
2
-4
/
+4
*
nvc0/ir: add support for PK2H/UP2H
Ilia Mirkin
2016-01-03
4
-2
/
+28
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
3
-0
/
+3
*
nv50,nvc0: optimize coherent buffer checking at draw time
Samuel Pitoiset
2016-01-03
6
-68
/
+82
*
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
2016-01-01
4
-6
/
+5
*
nvc0: Set winding order regardless of domain.
Kenneth Graunke
2015-12-30
1
-2
/
+4
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
13
-15
/
+73
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
3
-0
/
+3
*
nv50/ir: attempt to do more constant folding on mad -> add conversion
Ilia Mirkin
2015-12-30
1
-11
/
+10
*
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
2015-12-29
1
-0
/
+3
*
nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion
Ilia Mirkin
2015-12-27
1
-0
/
+2
[next]