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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: wait to unref the transfer's bo until it's no longer used
Ilia Mirkin
2015-09-28
1
-2
/
+3
*
nouveau: delay deleting buffer with unflushed fence
Ilia Mirkin
2015-09-28
2
-2
/
+10
*
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
2015-09-28
5
-4
/
+30
*
nv50,nvc0: flush texture cache in presence of coherent bufs
Ilia Mirkin
2015-09-17
2
-0
/
+39
*
nv50,nvc0: detect underlying resource changes and update tic
Ilia Mirkin
2015-09-17
2
-0
/
+43
*
nv50, nvc0: fix max texture buffer size to 128M elements
Ilia Mirkin
2015-09-16
2
-2
/
+2
*
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
2015-09-14
1
-1
/
+4
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
5
-9
/
+41
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
3
-0
/
+3
*
nv50/ir: don't fold immediate into mad if registers are too high
Ilia Mirkin
2015-09-10
1
-0
/
+4
*
nv50/ir: fix emission of 8-byte wide interp instruction
Ilia Mirkin
2015-09-10
1
-5
/
+6
*
nv50/ir: r63 is only 0 if we are using less than 63 registers
Ilia Mirkin
2015-09-10
1
-1
/
+4
*
nv50/ir: make edge splitting fix up phi node sources
Ilia Mirkin
2015-09-10
1
-13
/
+77
*
nvc0: remove BGRA4 format support
Ilia Mirkin
2015-09-09
1
-0
/
+2
*
nvc0: keep track of cb bindings per buffer, use for upload settings
Ilia Mirkin
2015-09-09
7
-12
/
+58
*
nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
Hans de Goede
2015-09-09
2
-1
/
+21
*
nv30: Fix color resolving for nv3x cards
Hans de Goede
2015-09-09
1
-1
/
+37
*
nouveau: android: add space before PRIx64 macro
Mauro Rossi
2015-09-09
1
-1
/
+1
*
nvc0: always emit a full shader colormask
Ilia Mirkin
2015-09-08
1
-1
/
+1
*
nv30: Fix max width / height checks in nv30 sifm code
Hans de Goede
2015-09-07
1
-2
/
+2
*
nouveau: don't mark full range as used on unmap with explicit flush
Ilia Mirkin
2015-09-05
1
-5
/
+7
*
nv50: avoid using inline vertex data submit when gl_VertexID is used
Ilia Mirkin
2015-09-05
4
-2
/
+14
*
nv50: don't flush vertex arrays when index buffer changes
Ilia Mirkin
2015-09-05
1
-4
/
+0
*
nv50: rebind bo to bufctx when invalidating idxbuf storage
Ilia Mirkin
2015-09-05
1
-1
/
+5
*
nv50: clear buffer status on all vertex bufs, not just the first one
Ilia Mirkin
2015-09-05
1
-1
/
+0
*
nv50: fix drawing from tfb, direct-to-pushbuf submits
Ilia Mirkin
2015-09-05
4
-14
/
+15
*
nv30: Implement color resolve for msaa
Hans de Goede
2015-09-04
2
-14
/
+8
*
nv30: Fix creation of scanout buffers
Hans de Goede
2015-09-04
1
-0
/
+10
*
nvc0: change prefix of MP performance counters to HW_SM
Samuel Pitoiset
2015-08-29
2
-149
/
+149
*
nvc0: sort performance counter queries by name
Samuel Pitoiset
2015-08-29
2
-142
/
+142
*
nvc0: make names of performance counter queries consistent
Samuel Pitoiset
2015-08-29
2
-56
/
+56
*
nvc0: use enumerations for driver queries
Samuel Pitoiset
2015-08-29
1
-120
/
+123
*
nvc0: remove commented out code related to PCOUNTER queries
Samuel Pitoiset
2015-08-29
1
-20
/
+0
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
3
-3
/
+3
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
6
-6
/
+6
*
nv50: fix 2d engine blits for 64- and 128-bit formats
Ilia Mirkin
2015-08-23
1
-0
/
+4
*
nv50: account for the int RT0 rule for alpha-to-one/cov
Ilia Mirkin
2015-08-23
3
-11
/
+23
*
nv50,nvc0: disable depth bounds test on blit
Ilia Mirkin
2015-08-23
2
-0
/
+3
*
nouveau: add codegen/unordered_set.h to the tarball
Emil Velikov
2015-08-22
1
-1
/
+2
*
nv50/ir: pre-compute BFE arg when both bits and offset are imm
Ilia Mirkin
2015-08-20
1
-3
/
+9
*
nv50/ir: Handle OP_CVT when folding constant expressions
Tobias Klausmann
2015-08-20
1
-0
/
+78
*
nvc0/ir: undo more shifts still by allowing a pre-SHL to occur
Ilia Mirkin
2015-08-20
1
-15
/
+33
*
nvc0/ir: don't require AND when the high byte is being addressed
Ilia Mirkin
2015-08-20
1
-0
/
+12
*
nvc0/ir: detect i2f/i2i which operate on specific bytes/words
Ilia Mirkin
2015-08-20
4
-4
/
+82
*
nvc0/ir: detect AND/SHR pairs and convert into EXTBF
Ilia Mirkin
2015-08-20
1
-20
/
+46
*
nv50/ir: support different unordered_set implementations
Chih-Wei Huang
2015-08-20
5
-12
/
+57
*
nouveau: recognize tess stages in nouveau_compiler
Marcos Paulo de Souza
2015-08-17
1
-0
/
+4
*
nvc0: implement the color buffer 0 is integer rule for alpha-to-one/cov
Ilia Mirkin
2015-08-17
3
-11
/
+22
*
gk110/ir: fix sched calculator to consider all registers in the ISA
Ilia Mirkin
2015-08-17
1
-7
/
+10
*
nvc0: program smooth line width when multisampling is enabled
Ilia Mirkin
2015-08-17
1
-1
/
+1
[next]