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
/
freedreno
/
ir3
/
ir3_compiler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: hack for standalone compiler
Rob Clark
2014-12-20
1
-1
/
+5
*
freedreno/ir3: lower TXP as needed
Rob Clark
2014-12-09
1
-0
/
+8
*
freedreno/a3xx: enable sampling from integer textures
Ilia Mirkin
2014-11-30
1
-1
/
+7
*
freedreno/ir3: remove unused arg parameter
Ilia Mirkin
2014-11-30
1
-7
/
+7
*
freedreno/ir3: fix UMAD
Ilia Mirkin
2014-11-30
1
-9
/
+9
*
freedreno/ir3: don't pass consts to madsh.m16 in MOD logic
Ilia Mirkin
2014-11-27
1
-0
/
+3
*
freedreno/ir3: always mov tex coords
Rob Clark
2014-10-25
1
-54
/
+30
*
freedreno/ir3: standalone compiler updates for ir3test
Rob Clark
2014-10-25
1
-0
/
+1
*
freedreno/ir3: add debug flag to disable cp
Rob Clark
2014-10-20
1
-1
/
+1
*
freedreno/a3xx: disable early-z when we have kill's
Rob Clark
2014-10-20
1
-0
/
+4
*
freedreno/ir3: large const support
Rob Clark
2014-10-15
1
-5
/
+18
*
freedreno: use tgsi_lowering
Rob Clark
2014-10-14
1
-3
/
+3
*
freedreno/ir3: fix lockups with lame FRAG shaders
Rob Clark
2014-10-03
1
-2
/
+4
*
freedreno/ir3: add TXF support
Ilia Mirkin
2014-10-02
1
-1
/
+39
*
freedreno/ir3: add TXD support and expose ARB_shader_texture_lod
Ilia Mirkin
2014-10-02
1
-4
/
+49
*
freedreno/ir3: add texture offset support
Ilia Mirkin
2014-10-02
1
-4
/
+45
*
freedreno/ir3: shadow comes before array
Ilia Mirkin
2014-10-02
1
-2
/
+2
*
freedreno/ir3: make TXQ return integers, not floats
Ilia Mirkin
2014-10-02
1
-1
/
+1
*
freedreno/ir3: add UMAD support
Ilia Mirkin
2014-10-02
1
-4
/
+15
*
freedreno/ir3: add ISSG support
Ilia Mirkin
2014-10-02
1
-0
/
+39
*
freedreno/ir3: add MOD support
Ilia Mirkin
2014-10-02
1
-8
/
+12
*
freedreno/ir3: add UMOD support, based on UDIV
Ilia Mirkin
2014-10-02
1
-6
/
+31
*
freedreno/ir3: add IDIV/UDIV support
Ilia Mirkin
2014-10-02
1
-3
/
+197
*
freedreno/a3xx: add support to emulate GL_CLAMP
Rob Clark
2014-09-29
1
-1
/
+15
*
freedreno/a3xx: add flat interpolation mode
Rob Clark
2014-09-27
1
-0
/
+1
*
freedreno/ir3: add TXB2 support
Ilia Mirkin
2014-09-22
1
-4
/
+14
*
freedreno/ir3: add TXQ support
Ilia Mirkin
2014-09-22
1
-0
/
+27
*
freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument
Ilia Mirkin
2014-09-22
1
-1
/
+4
*
freedreno/ir3: make texture instruction construction more dynamic
Ilia Mirkin
2014-09-22
1
-145
/
+80
*
freedreno/a3xx: more texture array fixes
Rob Clark
2014-09-21
1
-16
/
+17
*
freedreno/a3xx: 3d/array textures
Rob Clark
2014-09-13
1
-4
/
+43
*
freedreno/ir3: implement UMUL correctly
Ilia Mirkin
2014-09-12
1
-1
/
+48
*
freedreno/ir3: fix UCMP handling
Ilia Mirkin
2014-09-12
1
-37
/
+39
*
freedreno/ir3: add TXL support
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: add missing put_dst
Rob Clark
2014-09-12
1
-0
/
+1
*
freedreno/ir3: catch incorrect usage of tmp-dst
Rob Clark
2014-09-12
1
-0
/
+15
*
freedreno/ir3: use unsigned comparison for UIF
Ilia Mirkin
2014-09-12
1
-4
/
+4
*
freedreno/ir3: negate result of USLT/etc
Ilia Mirkin
2014-09-12
1
-8
/
+15
*
freedreno/ir3: add UARL support
Ilia Mirkin
2014-09-12
1
-2
/
+4
*
freedreno/ir3: INEG operates on src0, not src1
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
Ilia Mirkin
2014-09-12
1
-4
/
+8
*
freedreno/a3xx: alpha render-target shenanigans
Rob Clark
2014-09-12
1
-0
/
+17
*
freedreno/ir3: add no-copy-propagate fallback step
Rob Clark
2014-09-09
1
-2
/
+4
*
freedreno/ir3: fix constlen with relative addressing
Rob Clark
2014-09-04
1
-0
/
+7
*
freedreno/ir3: bit of debug
Rob Clark
2014-09-04
1
-4
/
+16
*
freedreno/ir3: add DDX/DDY
Rob Clark
2014-09-01
1
-4
/
+53
*
freedreno/ir3: add TXB
Rob Clark
2014-08-30
1
-0
/
+5
*
freedreno/ir3: detect scheduler fail
Rob Clark
2014-08-30
1
-1
/
+3
*
freedreno/ir3: split out shader compiler from a3xx
Rob Clark
2014-07-25
1
-0
/
+2639