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
*
freedreno/a3xx,a4xx: silence some warnings
Rob Clark
2015-03-03
2
-5
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-2
/
+4
*
identity: Remove.
Jose Fonseca
2015-03-02
10
-1703
/
+0
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-4
/
+2
*
radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
Tom Stellard
2015-02-27
1
-2
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-2
/
+4
*
r300g/tests: Include stdio.h.
Vinson Lee
2015-02-26
1
-0
/
+2
*
radeon/compiler: include stdio.h
Brian Paul
2015-02-26
1
-0
/
+1
*
r300g: remove dependency on compiler.h
Brian Paul
2015-02-26
5
-3
/
+5
*
freedreno: drop ARRAY_SIZE macro
Rob Clark
2015-02-25
1
-2
/
+0
*
r600g,radeonsi: fix streamout after pipeline stats have been used
Marek Olšák
2015-02-24
2
-13
/
+1
*
radeonsi: small cleanup around current_rast_prim
Marek Olšák
2015-02-24
1
-9
/
+6
*
radeonsi: set current_rast_prim in the right place
Marek Olšák
2015-02-24
1
-1
/
+7
*
radeonsi: simplify obtaining a shader property in si_emit_clip_regs
Marek Olšák
2015-02-24
1
-2
/
+1
*
radeonsi: only preload VertexID for the GS copy shader
Marek Olšák
2015-02-24
1
-4
/
+6
*
radeonsi: dump the shader key when dumping shaders
Marek Olšák
2015-02-24
1
-0
/
+38
*
r600g,radeonsi: cleanup of hex literals
Marek Olšák
2015-02-24
4
-32
/
+32
*
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
[next]