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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0
Marek Olšák
2015-02-24
1
-0
/
+2
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
10
-35
/
+129
*
freedreno/a4xx: aniso filtering
Rob Clark
2015-02-24
1
-4
/
+6
*
freedreno: update generated headers
Rob Clark
2015-02-24
5
-5
/
+20
*
freedreno/a4xx: add ARB_instanced_arrays support
Rob Clark
2015-02-24
2
-5
/
+4
*
freedreno/a4xx: handle index_bias (i.e. base_vertex)
Rob Clark
2015-02-24
1
-1
/
+1
*
freedreno/a4xx: add support for vertexid and instanceid sysvals
Rob Clark
2015-02-24
2
-11
/
+24
*
freedreno/a4xx: pass number of instances to draw
Rob Clark
2015-02-24
3
-6
/
+7
*
vc4: Update to current kernel sources.
Eric Anholt
2015-02-24
8
-49
/
+93
*
r600: Fix build after 984f3069370cd4a347cb38269d430b428385affd
Eric Anholt
2015-02-24
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
radeonsi: fix a warning caused by previous commit
Marek Olšák
2015-02-23
1
-1
/
+1
*
radeonsi: fix point sprites
Marek Olšák
2015-02-23
1
-1
/
+1
*
freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
Rob Clark
2015-02-21
1
-1
/
+6
*
freedreno: update generated headers
Rob Clark
2015-02-21
7
-16
/
+44
*
freedreno/a4xx: bit of cleanup
Rob Clark
2015-02-21
4
-33
/
+27
*
freedreno: implement fence
Rob Clark
2015-02-21
4
-74
/
+65
*
freedreno/a2xx: fix increment in assert
Rob Clark
2015-02-21
1
-1
/
+2
*
ilo: R32G32B32_FLOAT need no special care on Gen8+
Chia-I Wu
2015-02-21
1
-3
/
+6
*
ilo: 128 BPP formats can use TiledY on Gen7.5+
Chia-I Wu
2015-02-21
1
-1
/
+6
*
nvc0: enable double support
Ilia Mirkin
2015-02-20
1
-2
/
+2
*
nvc0/ir: remove merge/split pairs to allow normal propagation to occur
Ilia Mirkin
2015-02-20
1
-0
/
+30
*
nvc0/ir: add support for new TGSI double opcodes
Ilia Mirkin
2015-02-20
1
-0
/
+236
*
nvc0/ir: handle zero and negative sqrt arguments
Ilia Mirkin
2015-02-20
1
-2
/
+14
*
nvc0/ir: no instruction can load a double immediate
Ilia Mirkin
2015-02-20
1
-0
/
+2
*
nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
Ilia Mirkin
2015-02-20
5
-16
/
+40
*
gm107/ir: fix F2F flipped stype/dtype flags
Ilia Mirkin
2015-02-20
1
-2
/
+2
*
gm107/ir: fix DSET boolean float flag
Ilia Mirkin
2015-02-20
1
-0
/
+1
*
gm107/ir: fix DMUL opcode encoding
Ilia Mirkin
2015-02-20
1
-3
/
+3
*
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
2015-02-20
1
-3
/
+77
*
nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Ilia Mirkin
2015-02-20
1
-3
/
+63
*
gallium/radeon: fix an uninitialized-variable warning
Marek Olšák
2015-02-20
1
-1
/
+1
*
gallium: add new double-related shader caps to all the getters
Ilia Mirkin
2015-02-20
5
-0
/
+20
*
svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch cases
Brian Paul
2015-02-20
1
-0
/
+2
*
radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SI
Marek Olšák
2015-02-20
1
-18
/
+11
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
8
-68
/
+67
*
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
2015-02-19
3
-45
/
+49
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
6
-50
/
+209
*
vc4: Rename add_uniform() to qir_uniform().
Eric Anholt
2015-02-19
1
-15
/
+15
*
vc4: Shut up runtime warnings about new pipe caps.
Eric Anholt
2015-02-19
1
-0
/
+2
*
nv50: add PIPELINE_STATISTICS query support, based on nvc0
Ilia Mirkin
2015-02-19
2
-2
/
+27
*
svga: add missing :
Ilia Mirkin
2015-02-19
1
-1
/
+1
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
4
-0
/
+5
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
4
-0
/
+8
*
freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switch
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
freedreno/a3xx: add ARB_instanced_arrays support
Ilia Mirkin
2015-02-19
2
-2
/
+3
*
freedreno/a3xx: add support for vertexid and instanceid sysvals
Ilia Mirkin
2015-02-19
4
-16
/
+119
*
freedreno: pass number of instances to draw
Ilia Mirkin
2015-02-19
8
-18
/
+22
*
freedreno/a3xx: add ETC2 decoding support
Ilia Mirkin
2015-02-19
2
-4
/
+17
*
llvmpipe,softpipe: only support ETC1, not the upcoming ETC2
Ilia Mirkin
2015-02-18
2
-0
/
+8
[prev]
[next]