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
*
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
*
scons: Add aliases for the llvmpipe unit tests.
José Fonseca
2011-02-19
1
-2
/
+7
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+3
*
llvmpipe: Use u_math's round.
José Fonseca
2011-02-11
1
-12
/
+1
*
llvmpipe: fix incorrect array index in image dump code
Brian Paul
2011-01-31
1
-1
/
+1
*
llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Brian Paul
2011-01-19
1
-3
/
+14
*
llvmpipe: make sure binning is active when we begin/end a query
Brian Paul
2011-01-18
1
-0
/
+4
*
llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC
Brian Paul
2011-01-17
1
-1
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
2
-1
/
+4
|
\
|
*
llvmpipe: enable instanced drawing cap
Brian Paul
2010-12-08
1
-0
/
+2
|
*
gallivm/llvmpipe: implement system values and instanceID
Brian Paul
2010-12-08
1
-1
/
+2
*
|
gallium: drivers should reference vertex buffers
Marek Olšák
2011-01-06
2
-2
/
+8
*
|
llvmpipe: Include p_compiler.h in lp_scene_queue.h.
Vinson Lee
2011-01-04
1
-0
/
+2
*
|
llvmpipe: Include p_compiler.h in lp_perf.h.
Vinson Lee
2011-01-04
1
-0
/
+1
*
|
llvmpipe: Include missing headers in lp_bld_depth.h
Vinson Lee
2011-01-04
1
-0
/
+4
*
|
llvmpipe: Include p_compiler.h in lp_bld_alpha.h.
Vinson Lee
2011-01-04
1
-0
/
+2
*
|
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-12-22
2
-3
/
+0
*
|
llvmpipe: Plug fence leaks.
José Fonseca
2010-12-09
2
-0
/
+3
*
|
mesa: consolidate some compiler -D flags
Brian Paul
2010-12-03
1
-2
/
+0
*
|
llvmpipe: fix broken stencil writemask
Brian Paul
2010-12-03
1
-1
/
+1
*
|
gallivm/llvmpipe: remove lp_build_context::builder
Brian Paul
2010-12-02
2
-15
/
+20
*
|
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
9
-109
/
+102
*
|
llvmpipe: Fix build errors on x86.
Chia-I Wu
2010-12-01
2
-4
/
+5
*
|
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
32
-655
/
+692
*
|
llvmpipe: shortcircuit some calls to set_scene_state
Keith Whitwell
2010-11-30
1
-1
/
+1
*
|
llvmpipe: remove misleading debug string
Keith Whitwell
2010-11-30
1
-1
/
+0
*
|
llvmpipe: raise dirty flag on transfers to bound constbuf
Keith Whitwell
2010-11-30
1
-0
/
+5
|
/
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-11-22
1
-2
/
+0
*
Merge branch 'lp-offset-twoside'
Keith Whitwell
2010-11-22
6
-69
/
+306
|
\
[next]