index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
/
i915_fpc_translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
1
-11
/
+0
2017-01-05
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
1
-9
/
+0
2016-08-29
i915g: Fix typo in i915_translate_instruction()
Rhys Kidd
1
-1
/
+1
2016-05-03
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
1
-2
/
+2
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-1
/
+1
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
1
-1
/
+1
2015-02-17
i915g: Use the actual MIN instruction.
Kenneth Graunke
1
-15
/
+1
2014-11-22
i915g: Don't write constants past I915_MAX_CONSTANT
Stéphane Marchesin
1
-1
/
+1
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2013-09-04
i915g: Add more optimizations
Stéphane Marchesin
1
-8
/
+9
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
1
-5
/
+3
2012-05-09
gallium/drivers: handle TGSI_OPCODE_CEIL
Christoph Bumiller
1
-0
/
+16
2012-02-24
i915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c10551d29a96c
Stéphane Marchesin
1
-4
/
+10
2012-02-12
i915g: Fix comment.
Stéphane Marchesin
1
-1
/
+1
2012-02-12
i915g: Separate declarations and program in the fragment program struct.
Stéphane Marchesin
1
-5
/
+14
2011-12-30
i915g: Allocate tmp for KILP
Stéphane Marchesin
1
-0
/
+2
2011-12-19
i915g: Implement KILP.
Stéphane Marchesin
1
-3
/
+12
2011-10-05
i915g: Fix comment.
Stéphane Marchesin
1
-1
/
+1
2011-09-22
i915g: Don't generate useless swizzles before texture accesses.
Stéphane Marchesin
1
-2
/
+31
2011-09-22
i915g: Fix whitespace.
Stéphane Marchesin
1
-13
/
+13
2011-09-21
i915g: Add ifdef'd out code to dump compiled shaders.
Stéphane Marchesin
1
-0
/
+4
2011-08-04
i915g: Fix whitespace.
Stephane Marchesin
1
-1
/
+1
2011-07-14
i915g: move declaration before code
Brian Paul
1
-1
/
+2
2011-07-06
i915g: introduce the tiny shader optimizer.
Stéphane Marchesin
1
-95
/
+100
2011-07-06
i915g: Add comment about DDX/DDY.
Stéphane Marchesin
1
-0
/
+1
2011-06-29
i915g: Try to do better in the shader compiler.
Stéphane Marchesin
1
-5
/
+9
2011-06-29
i915g: Move definition of M_PI in i915_fpc_translate.c
Jon TURNEY
1
-5
/
+3
2011-06-29
i915g: Fix unimplemented Abs comment.
Stéphane Marchesin
1
-1
/
+1
2011-06-28
i915g: Fix comment about sin/cos constants.
Stéphane Marchesin
1
-2
/
+2
2011-06-28
i915g: Add a debug_printf when we get the Abs flag.
Stéphane Marchesin
1
-0
/
+3
2011-06-28
i915g: Improve SIN/COS a bit.
Stéphane Marchesin
1
-20
/
+20
2011-06-27
i915g: Fix a bug in facing.
Stéphane Marchesin
1
-3
/
+0
2011-06-27
i915g: initial support for SEMANTIC_FACE.
Stéphane Marchesin
1
-0
/
+9
2011-06-27
i915g: Implement fake DDX/DDY.
Stéphane Marchesin
1
-0
/
+12
2011-06-27
i915g: Fix gl_FragCoord.
Stéphane Marchesin
1
-43
/
+6
2011-06-22
i915g: Fix comment.
Stéphane Marchesin
1
-1
/
+1
2011-06-06
i915g: Do generic remapping.
Stéphane Marchesin
1
-75
/
+95
2011-06-06
i915g: implement more opcodes.
Stéphane Marchesin
1
-12
/
+82
2011-06-06
i915g: implement TGSI_OPCODE_SEQ.
Stéphane Marchesin
1
-0
/
+28
2011-06-06
i915g: handle varyings properly.
Stéphane Marchesin
1
-2
/
+8
2011-03-05
i915g: Use tgsi_info from fragment shader instead
Jakob Bornecrantz
1
-4
/
+1
2011-03-04
i915g: use passthough shader for empty fragment programs
Daniel Vetter
1
-3
/
+15
2010-12-27
i915g: Ignore color0 writes all cbufs tgsi property
Jakob Bornecrantz
1
-0
/
+8
2009-11-24
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
1
-10
/
+10
2009-11-24
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
1
-5
/
+5
2009-11-24
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
1
-4
/
+4
2009-11-24
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
1
-58
/
+58
2009-11-24
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
1
-3
/
+2
2009-11-24
gallium: simplify tgsi tokens further
Keith Whitwell
1
-1
/
+1
2009-10-23
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
1
-11
/
+2
[next]