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
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add a pass for the FS to reduce vector expressions down to scalar.
Eric Anholt
2010-08-26
4
-1
/
+384
*
i965: Start building 965 FS backend.
Eric Anholt
2010-08-26
5
-0
/
+104
*
i965: Add support for destination RelAddr writes in the VS.
Eric Anholt
2010-08-26
2
-13
/
+48
*
i965: Fix the test for variable indexing of shader inputs.
Eric Anholt
2010-08-26
1
-5
/
+11
*
i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.
Eric Anholt
2010-08-25
1
-24
/
+38
*
i965: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
i965: Fix printf format warnings on 32-bit builds.
Vinson Lee
2010-08-24
1
-4
/
+4
*
i965: Fix 8-wide FB writes on gen6.
Eric Anholt
2010-08-22
1
-12
/
+5
*
i965: Fix brw_math1 with scalar argument in gen6 FS.
Eric Anholt
2010-08-22
1
-2
/
+14
*
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-08-22
5
-26
/
+57
*
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-08-22
3
-5
/
+5
*
i965: Rename nr_depth_regs to nr_payload_regs.
Eric Anholt
2010-08-20
5
-8
/
+8
*
i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.
Eric Anholt
2010-08-20
3
-17
/
+18
*
i965: Add support for FB writes on Sandybridge.
Zhenyu Wang
2010-08-20
2
-12
/
+74
*
i965: Set the destination horiz stride even for da16, as SNB seems to need it.
Zhenyu Wang
2010-08-20
2
-2
/
+6
*
i965: Set the maximum number of threads on Sandybridge.
Zhenyu Wang
2010-08-20
1
-1
/
+5
*
i965: Add AccWrCtl support on Sandybridge.
Zhenyu Wang
2010-08-20
5
-2
/
+20
*
i965: Mention the mlen and rlen for URB reads.
Zhenyu Wang
2010-08-20
1
-0
/
+5
*
i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.
Zhenyu Wang
2010-08-20
1
-1
/
+2
*
i965: Adjust disasm of subreg numbers to be in units of the register type.
Zhenyu Wang
2010-08-20
1
-6
/
+20
*
i965: Fix DP write channel ordering on Sandybridge.
Eric Anholt
2010-08-20
1
-2
/
+25
*
i965: Fix compile warnings on 64-bit Linux.
Kenneth Graunke
2010-08-20
1
-4
/
+4
*
i965: Set the if stack pop count when breaking out of a loop inside an if.
Eric Anholt
2010-08-18
1
-5
/
+11
*
i965: Don't set the swizzle on an immediate value in the VS.
Eric Anholt
2010-08-18
2
-4
/
+11
*
i965: Throw a link error when we see a "return" in main().
Eric Anholt
2010-08-17
1
-0
/
+8
*
i965: Add support for DP2 in the VS.
Eric Anholt
2010-08-17
1
-0
/
+4
*
i965: Use the implied move available in most brw_wm_emit brw_math() calls.
Eric Anholt
2010-08-16
1
-16
/
+4
*
i965: Add disasm for Compr4 instruction compression.
Eric Anholt
2010-08-16
1
-1
/
+16
*
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
3
-63
/
+65
|
\
|
*
mesa: Remove inclusion of compiler.h from mtypes.h.
Vinson Lee
2010-07-31
1
-0
/
+2
|
*
intel: Declare the various tracked state variables using "extern"
Kristian Høgsberg
2010-07-29
1
-62
/
+62
|
*
intel: Remove unused intel/server files
Kristian Høgsberg
2010-07-27
1
-1
/
+1
*
|
intel: Remove include of texmem.h, since we haven't used it in ages.
Eric Anholt
2010-08-13
1
-1
/
+1
*
|
i965: More s/stderr/stdout/ for program debug.
Eric Anholt
2010-08-09
3
-3
/
+3
*
|
i965: Settle on printing our program debug to stdout.
Eric Anholt
2010-08-04
3
-10
/
+11
*
|
Initialize a couple of HasIndex2 fields on Mesa IR src regs.
Eric Anholt
2010-08-02
1
-0
/
+1
*
|
ir_to_mesa: Respect the driver if it rejects a shader.
Eric Anholt
2010-07-28
1
-4
/
+2
*
|
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
34
-256
/
+1092
|
\
|
|
*
i965: Fix reversed naming of the operations in compute-to-mrf optimization.
Eric Anholt
2010-07-26
3
-6
/
+11
|
*
i965: Clean up a few magic numbers to use brw_defines.h defs.
Eric Anholt
2010-07-26
3
-18
/
+20
|
*
i965: Use MIN2, MAX2 instead of rolling our own.
Eric Anholt
2010-07-26
1
-15
/
+12
|
*
i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.
Eric Anholt
2010-07-26
1
-50
/
+26
|
*
i965: Remove some duped register size/count definitions
Eric Anholt
2010-07-26
2
-34
/
+26
|
*
i965: Move the GRF-to-MRF optimizations to brw_optimize.c.
Eric Anholt
2010-07-26
3
-619
/
+618
|
*
i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves
Benjamin Segovia
2010-07-26
1
-2
/
+626
|
*
i965: Allow VS MOVs to use immediate constants.
Eric Anholt
2010-07-26
1
-0
/
+1
|
*
i965: Cleanly fail programs with unsupported array access.
Eric Anholt
2010-07-23
1
-1
/
+28
|
*
i965: Add support for VS relative addressing of temporary arrays.
Eric Anholt
2010-07-23
1
-2
/
+49
|
*
i965: Respect VS/VP point size result when enabled.
Eric Anholt
2010-07-22
1
-3
/
+4
|
*
i965: Fix the disasm output for da16 src widths.
Eric Anholt
2010-07-22
1
-1
/
+1
[next]