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
...
*
nvc0/ir: offset appears to come before the Z ref
Ilia Mirkin
2014-04-28
1
-1
/
+3
*
nv50/ir: change texture offsets to ValueRefs, allow nonconst
Ilia Mirkin
2014-04-28
8
-20
/
+61
*
nvc0/ir: do constant folding of extbf/insbf
Ilia Mirkin
2014-04-28
1
-1
/
+66
*
nvc0/ir: add support for MUL_HI tgsi opcodes
Ilia Mirkin
2014-04-28
1
-1
/
+12
*
nvc0/ir: add support for new bitfield manipulation opcodes
Ilia Mirkin
2014-04-28
7
-4
/
+127
*
nvc0/ir: fetch shadow value from proper place for TG4 cube array
Ilia Mirkin
2014-04-26
1
-1
/
+4
*
nvc0/ir: set gatherComp for non-shadow targets
Ilia Mirkin
2014-04-26
1
-0
/
+2
*
nvc0/ir: set instance count based on the GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-3
/
+1
*
nvc0/ir: add support for INVOCATIONID system value
Ilia Mirkin
2014-04-26
3
-2
/
+1
*
nvc0/ir: add support for SAMPLEMASK sysval
Ilia Mirkin
2014-04-26
5
-0
/
+8
*
nvc0: add support for PIPE_CAP_SAMPLE_SHADING
Ilia Mirkin
2014-04-26
15
-14
/
+131
*
nv50: add support for PIPE_CAP_SAMPLE_SHADING
Ilia Mirkin
2014-04-26
14
-8
/
+107
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
3
-0
/
+3
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
nouveau/codegen: add missing values for OP_TXLQ into the target arrays
Ilia Mirkin
2014-04-19
2
-7
/
+9
*
nvc0: change logic for centering of eng2d blit when downsampling
Ilia Mirkin
2014-04-19
1
-2
/
+2
*
nv50: use 2d blit when src/dst have same number of samples
Ilia Mirkin
2014-04-19
1
-4
/
+4
*
nouveau/vdec: small fixes to h264 handling
Maarten Lankhorst
2014-04-17
4
-24
/
+24
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
3
-0
/
+8
*
nouveau: fix firmware check on nvd7/nvd9
Ilia Mirkin
2014-04-07
1
-3
/
+3
*
nvc0: add support for texture gather
Ilia Mirkin
2014-04-07
4
-5
/
+22
*
nvc0: enable texture query lod
Ilia Mirkin
2014-04-07
4
-1
/
+55
*
nv50: enable texture query lod
Ilia Mirkin
2014-04-07
6
-1
/
+34
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
3
-0
/
+3
*
drivers/nouveau: mention dummy.cpp to use g++ linker
Emil Velikov
2014-04-05
1
-1
/
+1
*
drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS
Emil Velikov
2014-04-05
1
-2
/
+1
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
3
-0
/
+3
*
nv50: implement clear_buffer to accelerate ARB_clear_buffer_object
Ilia Mirkin
2014-03-31
1
-0
/
+115
*
nvc0/ir: move sample id to second source arg to fix sampler2DMS
Ilia Mirkin
2014-03-20
2
-4
/
+12
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
4
-4
/
+4
*
nouveau: use DLOPEN_LIBS instead of -ldl
Jonathan Gray
2014-03-20
1
-1
/
+1
*
nvc0: Handle user mapped vertex buffer for edgeflag
Maarten Lankhorst
2014-03-18
1
-2
/
+7
*
nv50/ir/gk110: add postfactor support for fmul
Ilia Mirkin
2014-03-18
1
-0
/
+2
*
nv50/ir/gk110: set not modifier on first source of logic op
Ilia Mirkin
2014-03-18
1
-3
/
+2
*
nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported
Ilia Mirkin
2014-03-18
1
-17
/
+6
*
nv50/ir/gk110: add 64/128-bit fetch/export support
Ilia Mirkin
2014-03-18
2
-7
/
+4
*
nv50/ir/gk110: fix handling of OP_SUB for floating point ops
Ilia Mirkin
2014-03-18
1
-1
/
+6
*
nv50/ir/gk110: presin/preex2 take their source at bit 23
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: add implementations of div u32/s32
Ilia Mirkin
2014-03-18
2
-5
/
+162
*
nv50/ir/gk110: implement quadop
Ilia Mirkin
2014-03-18
1
-1
/
+11
*
nv50/ir/gk110: fill in mov from predicate
Ilia Mirkin
2014-03-18
1
-1
/
+5
*
nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf
Ilia Mirkin
2014-03-18
1
-4
/
+8
*
nv50/ir/gk110: fix setting texture for txd/txf/txq
Ilia Mirkin
2014-03-18
1
-9
/
+8
*
nv50/ir/gk110: add texcsaa implementation
Ilia Mirkin
2014-03-18
1
-1
/
+11
*
nv50/ir/gk110: add pfetch support
Ilia Mirkin
2014-03-18
1
-1
/
+9
*
nv50/ir/gk110: add emit/restart implementations
Ilia Mirkin
2014-03-18
1
-1
/
+8
*
nv50/ir/gk110: add missing break in sched emit
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: implement partial txq support
Ilia Mirkin
2014-03-18
1
-1
/
+27
*
nv50/ir/gk110: fill out texture instruction support
Ilia Mirkin
2014-03-18
1
-13
/
+20
*
nv50/ir/gk110: fix control flow opcode emission, add sat flag
Ilia Mirkin
2014-03-18
1
-22
/
+18
[prev]
[next]