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
*
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
*
llvmpipe: add lp_setup_coef to makefile
Keith Whitwell
2010-08-27
1
-0
/
+2
*
llvmpipe: intrinsics version of triangle coeficient calculation
Keith Whitwell
2010-08-27
5
-300
/
+577
*
llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
Brian Paul
2010-08-26
1
-1
/
+8
*
llvmpipe: fix bad patch application
Keith Whitwell
2010-08-25
1
-5
/
+4
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
llvmpipe: track drawing region as a single u_rect
Keith Whitwell
2010-08-25
3
-63
/
+86
*
llvmpipe: better triangle debugging
Keith Whitwell
2010-08-25
2
-19
/
+67
*
llvmpipe: cull zero-area triangles early
Keith Whitwell
2010-08-25
1
-2
/
+3
*
llvmpipe: more rasterization counters
Keith Whitwell
2010-08-25
3
-6
/
+29
*
llvmpipe: move some fence functions into lp_screen.c
Keith Whitwell
2010-08-25
4
-57
/
+79
*
llvmpipe: wake all threads waiting on a fence
Keith Whitwell
2010-08-25
1
-1
/
+3
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
13
-65
/
+74
*
llvmpipe: remove dead code
Keith Whitwell
2010-08-25
1
-37
/
+0
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
2
-14
/
+6
*
llvmpipe: reduce size of fragment shader variant key
Keith Whitwell
2010-08-22
2
-6
/
+22
*
llvmpipe: remove unused member from lp_fragment_shader_variant_key
Keith Whitwell
2010-08-22
1
-4
/
+0
*
llvmpipe: don't clear unused bins
Keith Whitwell
2010-08-22
1
-2
/
+5
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
2
-0
/
+2
*
llvmpipe: special case triangles which fall in a single 16x16 block
Keith Whitwell
2010-08-15
3
-0
/
+106
*
llvmpipe: consolidate several loops in lp_rast_triangle
Keith Whitwell
2010-08-15
1
-18
/
+15
*
llvmpipe: remove all traces of step arrays, pos_tables
Keith Whitwell
2010-08-15
3
-114
/
+0
*
llvmpipe: eliminate last usage of step array in rast_tmp.h
Keith Whitwell
2010-08-15
2
-16
/
+57
*
llvmpipe: don't refer to plane->step when dcdx or dcdy would do
Keith Whitwell
2010-08-15
1
-6
/
+6
*
llvmpipe: also use build_mask at 16, 64 pixel levels
Keith Whitwell
2010-08-15
1
-28
/
+19
*
llvmpipe: version of block4 which doesn't need the full step array
Keith Whitwell
2010-08-15
2
-7
/
+27
*
llvmpipe: reorganize block4 loop, nice speedup
Keith Whitwell
2010-08-15
2
-12
/
+19
*
llvmpipe: Debug code to dump interpolation coefficients.
José Fonseca
2010-08-11
1
-1
/
+29
[next]