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
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-34
/
+16
*
llvmpipe: Fix non SSE2 builds.
José Fonseca
2010-09-13
1
-2
/
+2
*
llvmpipe: Change asm to __asm__.
Witold Baryluk
2010-09-13
1
-3
/
+3
*
llvmpipe: Unbreak rasterization on 64bit.
José Fonseca
2010-09-13
1
-24
/
+22
*
llvmpipe: use gcc asm only with gcc
José Fonseca
2010-09-13
1
-1
/
+1
*
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
6
-46
/
+127
*
llvmpipe: allow tri_3_16 at any 4-aligned location within a tile
Keith Whitwell
2010-09-12
1
-27
/
+50
*
llvmpipe: refactor tri_3_16
Keith Whitwell
2010-09-12
1
-17
/
+47
*
llvmpipe: pass linear masks to fragment shader
Keith Whitwell
2010-09-12
3
-73
/
+23
*
llvmpipe: fix warnings on both 32 and 64 bit builds
Keith Whitwell
2010-09-12
1
-3
/
+3
*
llvmpipe: fix wierd performance regression in isosurf
Keith Whitwell
2010-09-12
1
-6
/
+8
*
llvmpipe: Only generate the whole shader specialization for opaque shaders.
José Fonseca
2010-09-12
1
-1
/
+7
*
llvmpipe: Silence some warnings.
José Fonseca
2010-09-11
1
-2
/
+2
*
llvmpipe: Don't store display the alpha ref value in the key.
José Fonseca
2010-09-11
4
-12
/
+13
*
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-11
1
-1
/
+1
*
llvmpipe: restore larger command blocks
Keith Whitwell
2010-09-11
1
-1
/
+1
*
llvmpipe: move some debug to DEBUG_SCENE
Keith Whitwell
2010-09-11
1
-2
/
+2
*
llvmpipe: add DEBUG_MEM option
Keith Whitwell
2010-09-11
3
-0
/
+14
*
llvmpipe: allow bigger scenes
Keith Whitwell
2010-09-11
1
-1
/
+1
*
llvmpipe: remove redundant tgsi_dup_tokens() call
Brian Paul
2010-09-09
1
-3
/
+0
*
llvmpipe: Add lp_rast_debug.c to Makefile.
Chia-I Wu
2010-09-07
1
-0
/
+1
*
llvmpipe: Refactor lp_scene_add_resource_reference
José Fonseca
2010-09-07
1
-14
/
+15
*
llvmpipe: Fix negated logic in lp_scene_add_resource_reference().
José Fonseca
2010-09-07
1
-1
/
+1
*
llvmpipe: move more coef setup into lp_setup_coef.c
Keith Whitwell
2010-09-07
4
-40
/
+61
*
llvmpipe: declare fence handle struct
Keith Whitwell
2010-09-07
1
-0
/
+1
*
llvmpipe: rasterization debugging helpers
Keith Whitwell
2010-09-07
7
-0
/
+428
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
15
-441
/
+513
*
llvmpipe: rearrange queries
Keith Whitwell
2010-09-07
4
-116
/
+53
*
llvmpipe: enforce fixed memory limit on scenes
Keith Whitwell
2010-09-07
11
-341
/
+459
*
llvmpipe: clean up deferred zstencil clears
Keith Whitwell
2010-09-07
6
-79
/
+41
*
llvmpipe: rework fences and queries
Keith Whitwell
2010-09-07
7
-92
/
+124
*
llvmpipe: move whole-tile emit into a function
Keith Whitwell
2010-09-07
2
-8
/
+42
*
llvmpipe: put fs variant dumping in a function
Keith Whitwell
2010-09-07
2
-4
/
+15
*
llvmpipe: Remove some broken MinGW hacks in the sin/cos reference code.
José Fonseca
2010-09-05
1
-49
/
+0
*
llvmpipe: Fix perspective divide interpolation.
José Fonseca
2010-09-05
2
-9
/
+76
*
llvmpipe: Relax the colormask constraint on opaque.
José Fonseca
2010-09-05
2
-13
/
+29
*
gallivm: Pass condition masks as an unsigned bitmask.
José Fonseca
2010-09-05
1
-3
/
+2
*
llvmpipe: slightly simplify build_mask
Keith Whitwell
2010-08-31
1
-6
/
+2
*
llvmpipe: combine linear mask calculation
Keith Whitwell
2010-08-31
2
-15
/
+84
*
llvmpipe: intrinsics versions of build_mask functions
Keith Whitwell
2010-08-31
1
-1
/
+77
*
llvmpipe: Include missing header in lp_flush.c.
Vinson Lee
2010-08-28
1
-0
/
+1
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-08-28
1
-1
/
+0
*
llvmpipe: use util_iround in place of round
Keith Whitwell
2010-08-27
1
-1
/
+1
*
llvmpipe: eliminate tri->dx, tri->dy values
Keith Whitwell
2010-08-27
2
-42
/
+39
*
llvmpipe: point sprites rasterization
Hui Qi Tay
2010-08-27
7
-10
/
+93
*
llvmpipe: native point rasterization with better pixel rasterization
Hui Qi Tay
2010-08-27
1
-16
/
+18
*
llvmpipe: native point rasterization
Hui Qi Tay
2010-08-27
8
-5
/
+262
*
llvmpipe: update line rasterization code to current master
Keith Whitwell
2010-08-27
4
-374
/
+227
*
llvmpipe: native line rasterization with correct pixel rasterization
Hui Qi Tay
2010-08-27
1
-29
/
+213
*
llvmpipe: native rasterization for lines
Hui Qi Tay
2010-08-27
11
-22
/
+685
[next]