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
...
*
llvmpipe: point out that there's two stencil writemasks
Brian Paul
2011-10-23
1
-3
/
+4
*
llvmpipe: compare front_facing to NULL to improve readability
Brian Paul
2011-10-23
1
-2
/
+2
*
llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
José Fonseca
2011-10-16
1
-0
/
+10
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-2
/
+2
*
llvmpipe: don't support rendering to sRGB surfaces
Brian Paul
2011-10-11
1
-1
/
+2
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
1
-1
/
+1
*
llvmpipe: Fix the 4 planes (lines) case properly.
José Fonseca
2011-10-05
2
-16
/
+33
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
4
-5
/
+31
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-12
/
+13
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
1
-2
/
+0
*
llvmpipe: Convert some of the null checks back to asserts.
José Fonseca
2011-09-29
1
-26
/
+12
*
llvmpipe: Also reset the state in lp_scene_bin_reset
José Fonseca
2011-09-29
1
-0
/
+1
*
llvmpipe: Prevent segfault during fs variant cache shrinking.
José Fonseca
2011-09-29
1
-4
/
+15
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
llvmpipe: Always use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+3
*
util: add u_bit_scan helper
Keith Whitwell
2011-09-22
1
-7
/
+0
*
llvmpipe: silence a pointer type warning
Brian Paul
2011-09-20
1
-1
/
+1
*
Update llvmpipe's gitignore
Nicholas Miell
2011-09-19
1
-0
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
2
-3
/
+4
*
llvmpipe: Remove dead lp_tile_shuffle_mask.py script.
José Fonseca
2011-09-14
1
-32
/
+0
*
llvmpipe: add some null pointer checks
Brian Paul
2011-09-09
2
-1
/
+35
*
llvmpipe: add more restrict keywords
Brian Paul
2011-08-24
1
-4
/
+4
*
llvmpipe: Don't build lp_test_arit on MSVC.
José Fonseca
2011-08-18
1
-1
/
+1
*
llvmpipe: snprintf->util_snprintf.
José Fonseca
2011-08-18
1
-1
/
+2
*
llvmpipe: Add u_math.h include.
José Fonseca
2011-08-18
1
-0
/
+1
*
llvmpipe: Unit tests for arithmetic functions.
José Fonseca
2011-07-22
3
-2
/
+298
*
llvmpipe: include LLVM version number in name string
Brian Paul
2011-07-19
1
-1
/
+3
*
llvmpipe: fix build with LLVM 3.0svn
Tobias Droste
2011-07-19
1
-4
/
+15
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
2
-2
/
+2
*
llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
Adam Jackson
2011-06-14
1
-2
/
+66
*
llvmpipe: use $(CXX) instead of g++ for linking.
Stéphane Marchesin
2011-06-06
1
-1
/
+1
*
util_logbase2 takes and returns unsigned, not int
Matt Turner
2011-05-12
1
-2
/
+2
*
Remove redundant util_unsigned_logbase2
Matt Turner
2011-05-12
1
-1
/
+1
*
llvmpipe: move active_query assignment
Brian Paul
2011-04-28
1
-2
/
+2
*
llvmpipe: move active_query assignment in lp_setup_begin_query()
Brian Paul
2011-04-28
1
-2
/
+2
*
gallium: add fallback for copying buffers to all drivers
Marek Olšák
2011-04-21
1
-0
/
+7
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
5
-3
/
+13
*
docs: replace llvmpipe/README with docs/llvmpipe.html
Brian Paul
2011-04-07
1
-138
/
+0
*
llvmpipe: document issue with LLVM 2.8 and earlier with AVX
Brian Paul
2011-04-07
1
-0
/
+4
*
gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
Marek Olšák
2011-04-01
1
-0
/
+1
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
1
-21
/
+2
*
llvmpipe: fix warning: ‘t0’ may be used uninitialized in this function
Marek Olšák
2011-03-12
1
-1
/
+1
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
8
-38
/
+22
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
2
-7
/
+5
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
4
-10
/
+19
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
2
-2
/
+3
*
gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
Marek Olšák
2011-03-05
1
-1
/
+2
*
rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.
Dave Airlie
2011-02-28
1
-0
/
+5
*
Check for out of memory when creating fence
Alan Hourihane
2011-02-26
1
-0
/
+3
[prev]
[next]