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
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
2
-22
/
+22
|
\
\
\
\
|
*
|
|
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-8
/
+8
|
*
|
|
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-6
/
+6
|
*
|
|
|
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
|
|
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-8
/
+8
|
*
|
|
|
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
lp: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
r300g,llvmpipe: fix some more merge problems
Roland Scheidegger
2009-11-27
1
-1
/
+1
*
|
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
5
-39
/
+37
|
\
\
\
|
*
|
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
5
-39
/
+37
|
|
/
/
*
|
|
llvmpipe: Fake missing SSSE3 when simulation less capabable machines.
José Fonseca
2009-11-26
1
-0
/
+1
*
|
|
llvmpipe: Update/correct CPU requirements.
José Fonseca
2009-11-26
1
-3
/
+7
*
|
|
llvmpipe: Update instructions.
José Fonseca
2009-11-24
1
-15
/
+17
*
|
|
llvmpipe: Use assert instead of abort. Only verify functions on debug builds.
José Fonseca
2009-11-24
2
-2
/
+4
*
|
|
llvmpipe: Fix memory leak.
José Fonseca
2009-11-24
1
-0
/
+1
*
|
|
llvmpipe: Use the generic conversion routine for depths.
José Fonseca
2009-11-24
1
-7
/
+18
*
|
|
llvmpipe: Be more conservative with the supported formats.
José Fonseca
2009-11-24
1
-7
/
+51
*
|
|
llvmpipe: Fix typo in comparison operator.
José Fonseca
2009-11-24
1
-1
/
+1
|
/
/
*
|
llvmpipe: Fix derived blend color state.
José Fonseca
2009-11-10
1
-1
/
+1
*
|
llvmpipe: Ensure stack variables in unit tests are properly aligned.
José Fonseca
2009-11-09
3
-12
/
+15
*
|
llvmpipe: Fix build with llvm 2.6.
José Fonseca
2009-11-06
2
-5
/
+10
*
|
llvmpipe: Sanitise shader semantic and interpolator handling.
Michal Krol
2009-11-03
1
-24
/
+10
*
|
llvmpipe: remove old prim_setup draw stage
Keith Whitwell
2009-11-03
10
-386
/
+59
*
|
llvmpipe: Respect gl_rasterization_rules in primitive setup.
José Fonseca
2009-11-03
1
-18
/
+30
*
|
llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.
José Fonseca
2009-10-28
6
-4
/
+118
*
|
llvmpipe: Implement round() for MSVC.
José Fonseca
2009-10-28
1
-0
/
+12
*
|
llvmpipe: Human friendlier sampler state dump.
José Fonseca
2009-10-25
2
-9
/
+22
*
|
llvmpipe: Dump the sampler state of the shader key.
José Fonseca
2009-10-25
1
-0
/
+18
*
|
llvmpipe: Immediate multiplication.
José Fonseca
2009-10-25
4
-32
/
+64
*
|
llvmpipe: Fast path for sampling rgba8 textures with linear filtering.
José Fonseca
2009-10-25
1
-12
/
+256
*
|
llvmpipe: Make lerping work for 8.8 fixed point values.
José Fonseca
2009-10-25
1
-4
/
+50
*
|
llvmpipe: New module to help make assertions about formats.
José Fonseca
2009-10-25
4
-0
/
+78
*
|
llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.
José Fonseca
2009-10-25
2
-12
/
+148
*
|
llvmpipe: Split the format swizzling step from the unpacking.
José Fonseca
2009-10-25
2
-16
/
+34
*
|
llvmpipe: Allow different signs when unpacking.
José Fonseca
2009-10-25
1
-2
/
+1
*
|
llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...
José Fonseca
2009-10-25
2
-12
/
+102
*
|
llvmpipe: Merge lp_build_load_rgba_soa into lp_build_sample_texel.
José Fonseca
2009-10-25
1
-32
/
+16
*
|
llvmpipe: Factor our pixel offset computation.
José Fonseca
2009-10-25
3
-43
/
+83
*
|
llvmpipe: Share testing infrastructure with lp_test_format.
José Fonseca
2009-10-25
2
-23
/
+46
*
|
llvmpipe: Eliminate lp_build_store_rgba_aos.
José Fonseca
2009-10-25
3
-49
/
+16
*
|
llvmpipe: Eliminate lp_build_load_rgba_aos.
José Fonseca
2009-10-25
3
-52
/
+15
*
|
llvmpipe: Move a few format/sampling functions into better space.
José Fonseca
2009-10-25
7
-123
/
+158
*
|
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-20
/
+6
*
|
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-9
/
+0
*
|
llvmpipe: Avoid yet another variable size array.
José Fonseca
2009-10-22
1
-2
/
+4
*
|
llvmpipe: Define rdtsc for MSVC.
José Fonseca
2009-10-22
1
-3
/
+14
*
|
llvmpipe: Avoid variable size arrays.
José Fonseca
2009-10-22
3
-4
/
+7
*
|
llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication.
José Fonseca
2009-10-22
1
-79
/
+17
*
|
llvmpipe: Utility function to double the bit width of a type.
José Fonseca
2009-10-22
2
-5
/
+28
*
|
llvmpipe: Factor vector packing/unpacking to a separate source file.
José Fonseca
2009-10-22
5
-237
/
+519
[prev]
[next]