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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cell: initial work for mipmap texture filtering
Brian Paul
2008-10-13
10
-77
/
+176
*
cell: remove old texture-related fields
Brian Paul
2008-10-13
2
-5
/
+0
*
cell: use fewer memory references in sample_texture4_bilinear_2()
Brian Paul
2008-10-13
1
-25
/
+31
*
cell: remove more old texture code
Brian Paul
2008-10-13
1
-26
/
+0
*
cell: bilinear texture filtering using integer arithmetic
Brian Paul
2008-10-13
2
-0
/
+149
*
cell: remove old texture code
Brian Paul
2008-10-13
6
-181
/
+7
*
cell: do texture sampling/filtering for four pixels at a time.
Brian Paul
2008-10-13
5
-10
/
+161
*
cell: added spu_unpack_A8R8G8B8_transpose4()
Brian Paul
2008-10-13
1
-7
/
+42
*
cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc)
Brian Paul
2008-10-10
1
-61
/
+140
*
cell: pass texture unit (sampler number) to txp() function
Brian Paul
2008-10-10
2
-2
/
+7
*
cell: add emit_RI10s() which does range checking on the 10-bit signed immedia...
Brian Paul
2008-10-10
2
-10
/
+30
*
cell: additional 'offset' checking in spe_lqd(), spe_stqd()
Brian Paul
2008-10-10
1
-4
/
+14
*
cell: fix assertions in spe_lqd(), spe_stqd()
Brian Paul
2008-10-10
1
-2
/
+2
*
cell: fix function prologue/epilogue code for large stack frames
Brian Paul
2008-10-10
1
-7
/
+37
*
CELL: fixing stencil bugs
Robert Ellison
2008-10-10
2
-20
/
+72
*
cell: call cell_flush_int() at end of cell_create_context()
Brian Paul
2008-10-10
1
-0
/
+3
*
cell: fix LERP when dst reg is a src reg
Brian Paul
2008-10-10
1
-5
/
+7
*
cell: fix fm/fs copy & paste bug from a few commits ago
Brian Paul
2008-10-10
1
-1
/
+1
*
cell: fix bug in emit_FLR() when src reg == dst reg
Brian Paul
2008-10-10
1
-7
/
+6
*
cell: fix bug in emit_FRC() when src register == dst register.
Brian Paul
2008-10-10
1
-7
/
+7
*
cell: updates in response to draw's struct vertex_info changes
Brian Paul
2008-10-10
1
-2
/
+2
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
16
-49
/
+112
|
\
|
*
draw: don't assume output buffer pointer is aligned
Keith Whitwell
2008-10-07
1
-1
/
+1
|
*
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-10-07
4
-19
/
+33
|
*
gallium: replace assertion with conditional/recovery code
Brian
2008-10-06
1
-1
/
+5
|
*
draw: Fix compiler errors on Windows.
Michal Krol
2008-10-06
1
-3
/
+3
|
*
rtasm: fix debug build
Keith Whitwell
2008-10-06
1
-1
/
+1
|
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
9
-29
/
+59
|
*
rtasm: add sse_movntps
Keith Whitwell
2008-10-03
2
-0
/
+14
|
*
draw: modify prefetching slightly
Keith Whitwell
2008-10-02
1
-4
/
+15
|
*
draw: don't keep refetching constant inputs
Keith Whitwell
2008-10-02
6
-62
/
+144
|
*
rtasm: add prefetch instructions
Keith Whitwell
2008-10-02
2
-0
/
+31
|
*
draw: add streamlined paths for fetching linear verts
Keith Whitwell
2008-10-02
3
-66
/
+134
|
*
Gallivm: add slt. glxgears should be running, except it isn't.
Stephane Marchesin
2008-10-01
4
-66
/
+101
|
*
Gallivm: port to llvm 2.4.
Stephane Marchesin
2008-09-30
5
-149
/
+149
|
*
Gallivm: fix off-by-one.
Stephane Marchesin
2008-09-28
1
-1
/
+1
|
*
Gallivm: more instructions.
Stephane Marchesin
2008-09-28
3
-8
/
+73
|
*
Gallivm: make it compile again, add some opcodes.
Stephane Marchesin
2008-09-28
5
-485
/
+771
*
|
cell: fix incorrect bitmask in spe_load_uint()
Brian Paul
2008-10-09
1
-1
/
+1
*
|
cell: implement basic TXP instruction in fragment shaders
Brian Paul
2008-10-09
3
-24
/
+138
*
|
cell: better immediate value allocation, better comments
Brian Paul
2008-10-09
1
-19
/
+20
*
|
cell: massage the emit functions to get better instruction scheduling
Brian Paul
2008-10-09
1
-56
/
+74
*
|
cell: more accurate comments
Brian Paul
2008-10-09
1
-5
/
+6
*
|
gallium: silence warning
Alan Hourihane
2008-10-10
1
-1
/
+1
*
|
Gallivm: cleanup soa storage.
Stephane Marchesin
2008-10-09
2
-34
/
+12
*
|
cell: implement function calls from shader code. fslight demo runs now.
Brian Paul
2008-10-08
4
-76
/
+182
*
|
cell: implement more built-in shader functions, link spu code with -lm
Brian Paul
2008-10-08
1
-21
/
+44
*
|
cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS
Brian Paul
2008-10-08
1
-1
/
+1
*
|
gallium: asst. clean-ups
Brian Paul
2008-10-08
1
-11
/
+17
*
|
gallium: better instruction printing for SPE code
Brian Paul
2008-10-08
1
-10
/
+36
[next]