index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: fix gl_SampleMaskIn computation
Ilia Mirkin
2016-05-11
7
-3
/
+81
*
nv50/ir: generalize interp fixups to be able to fixup anything
Ilia Mirkin
2016-05-11
7
-49
/
+60
*
nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
Samuel Pitoiset
2016-05-09
1
-0
/
+5
*
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
2016-04-27
1
-2
/
+6
*
nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediate
Hans de Goede
2016-04-27
1
-2
/
+3
*
nouveau: codegen: LOAD: Always use component 0 when getting the address
Hans de Goede
2016-04-27
1
-1
/
+3
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
gk110/ir: add emission for VSHL
Samuel Pitoiset
2016-04-26
1
-0
/
+58
*
gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMP
Samuel Pitoiset
2016-04-26
1
-0
/
+87
*
gk110/ir: add emission for OP_SULDB and OP_SUSTx
Samuel Pitoiset
2016-04-26
1
-0
/
+155
*
gk110/ir: add emission for OP_MADSP
Samuel Pitoiset
2016-04-26
1
-0
/
+23
*
gk110/ir: add emission for OP_PERMT
Samuel Pitoiset
2016-04-26
1
-0
/
+12
*
nvc0/ir: check that the image format doesn't mismatch
Samuel Pitoiset
2016-04-26
2
-1
/
+22
*
nvc0/ir: prevent out of bounds when no images are bound
Samuel Pitoiset
2016-04-26
1
-2
/
+19
*
nvc0/ir: add indirect support for images on Kepler
Samuel Pitoiset
2016-04-26
1
-12
/
+28
*
nvc0/ir: fix 1D arrays images for Kepler
Samuel Pitoiset
2016-04-26
1
-2
/
+9
*
nvc0/ir: fix cube images for Kepler
Samuel Pitoiset
2016-04-26
1
-5
/
+5
*
nv50/ir: add support for SULDP -> SULDB conversion
Ilia Mirkin
2016-04-26
5
-45
/
+293
*
nv50/ir: make use of OP_SUQ for surfaces query
Samuel Pitoiset
2016-04-26
4
-11
/
+71
*
nv50/ir: add OP_BUFQ for buffers query
Samuel Pitoiset
2016-04-26
6
-7
/
+23
*
nv50/ir: enable early fragment test with explicit user control
Samuel Pitoiset
2016-04-26
1
-0
/
+3
*
nvc0/ir: fix constraints for OP_SUSTx on Kepler
Samuel Pitoiset
2016-04-26
1
-1
/
+3
*
nv50/ir: re-introduce TGSI lowering pass for images
Samuel Pitoiset
2016-04-26
1
-3
/
+94
*
nv50/ir: add support for TGSI image declarations
Samuel Pitoiset
2016-04-26
1
-1
/
+22
*
gk110/ir: add emission for (a OP b) OP c
Samuel Pitoiset
2016-04-26
1
-0
/
+26
*
nvc0/ir: fix wrong emission of (a OP b) OP c
Samuel Pitoiset
2016-04-26
1
-2
/
+2
*
gm107/ir: s/invalid load/invalid store/
Samuel Pitoiset
2016-04-25
1
-1
/
+1
*
nouveau: codegen: combineLd/St do not combine indirect loads
Hans de Goede
2016-04-25
1
-0
/
+7
*
gk110/ir: make use of IMUL32I for all immediates
Samuel Pitoiset
2016-04-20
1
-1
/
+1
*
gk110/ir: do not overwrite def value with zero for EXCH ops
Samuel Pitoiset
2016-04-20
1
-6
/
+15
*
nouveau: codegen: Add support for OpenCL global memory buffers
Hans de Goede
2016-04-20
1
-2
/
+10
*
nouveau: codegen: Use FILE_MEMORY_BUFFER for buffers
Hans de Goede
2016-04-20
6
-5
/
+13
*
Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."
Jose Fonseca
2016-04-19
1
-4
/
+0
*
nv50/ra: `isinf()` is in namespace `std` since C++11.
Pierre Moreau
2016-04-13
1
-0
/
+4
*
nv50/ir: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
2016-04-07
1
-1
/
+1
*
gm107/ir: add OP_SELP emission, used in DSQRT lowering
Ilia Mirkin
2016-04-02
1
-0
/
+30
*
nv50/ir: we can't load local memory directly into an output
Ilia Mirkin
2016-04-02
1
-1
/
+2
*
nv50/ir: fix envyas variants when building the code lib
Samuel Pitoiset
2016-04-02
1
-2
/
+2
*
nvc0/ir: do not lower shared+atomics on GM107+
Samuel Pitoiset
2016-04-01
1
-7
/
+10
*
nvc0/ir: add atomics support on shared memory for Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+108
*
nvc0/ir: fix wrong pred emission for ld lock on GK104
Samuel Pitoiset
2016-04-01
1
-1
/
+4
*
nvc0/ir: add support for compute UBOs on Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+57
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
1
-0
/
+1
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
nvc0/ir: move load/store lowering pass to handleLDST()
Samuel Pitoiset
2016-03-29
2
-54
/
+61
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
3
-25
/
+69
*
nvc0/ir: fix picking of coordinates from tex instruction for textureGrad
Ilia Mirkin
2016-03-28
1
-1
/
+11
*
nv50/ir: saturate depth writes
Ilia Mirkin
2016-03-28
1
-1
/
+4
*
nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info
Samuel Pitoiset
2016-03-24
1
-0
/
+3
*
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
2016-03-21
1
-9
/
+18
[next]