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
/
lp_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix copy & paste bug in clear logic
Roland Scheidegger
2010-06-09
1
-1
/
+1
*
llvmpipe: Fix uninitialized variable on non-debug builds.
Vinson Lee
2010-06-03
1
-0
/
+1
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-13
/
+70
|
\
|
*
llvmpipe: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-13
/
+70
*
|
llvmpipe: Pass the fs variant to the rasterizer.
José Fonseca
2010-05-30
1
-9
/
+5
|
/
*
llvmpipe: silence casting warnings
Brian Paul
2010-05-13
1
-1
/
+2
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-05-08
1
-1
/
+0
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-0
/
+41
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-05-04
1
-1
/
+0
*
llvmpipe: do some null pointer checking
Brian Paul
2010-05-04
1
-17
/
+22
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
1
-0
/
+1
*
llvmpipe: fix scene queue memory leak
Brian Paul
2010-04-28
1
-0
/
+2
*
llvmpipe: fix surface memory leak during tear-down
Brian Paul
2010-04-28
1
-0
/
+2
*
llvmpipe: remove unused write_depth
Brian Paul
2010-04-28
1
-7
/
+4
*
llvmpipe: implement max scene size
Brian Paul
2010-04-27
1
-1
/
+25
*
llvmpipe: Initialize dummy variable.
José Fonseca
2010-04-24
1
-1
/
+1
*
llvmpipe: Don't use fences when not using threads.
José Fonseca
2010-04-24
1
-10
/
+15
*
llvmpipe: Move the determination of the number of threads to the screen.
José Fonseca
2010-04-24
1
-2
/
+4
*
llvmpipe: rename texture refs to resource refs
Brian Paul
2010-04-23
1
-1
/
+1
*
llvmpipe: remove dead code
Brian Paul
2010-04-19
1
-5
/
+0
*
llvmpipe: get 3D texture image stride from an array rather than computing it
Brian Paul
2010-04-19
1
-2
/
+4
*
llvmpipe: fix rendering to 3D textures
Brian Paul
2010-04-19
1
-2
/
+2
*
llvmpipe: check for dirty context state in lp_setup_update_state()
Brian Paul
2010-04-16
1
-0
/
+16
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-11
/
+43
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-15
/
+14
*
Revert "llvmpipe: optimize the lp_setup_fence() function"
Brian Paul
2010-03-25
1
-20
/
+6
*
llvmpipe: optimize the lp_setup_fence() function
Brian Paul
2010-03-24
1
-6
/
+20
*
llvmpipe: fix texture reference counting bug
Brian Paul
2010-03-24
1
-6
/
+21
*
gallivm/llvmpipe: simplify front/back stencil ref value handling
Brian Paul
2010-03-18
1
-4
/
+4
*
llvmpipe: added stencil ref values to jit context state
Brian Paul
2010-03-17
1
-0
/
+14
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-32
/
+35
|
\
|
*
llvmpipe: Obey rasterization rules.
José Fonseca
2010-03-13
1
-1
/
+3
|
*
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-03-13
1
-29
/
+29
|
*
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-11
1
-1
/
+2
|
*
llvmpipe: fix loop over mipmap levels
Brian Paul
2010-03-10
1
-1
/
+1
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-25
/
+31
|
\
|
|
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
1
-4
/
+12
|
|
\
|
|
*
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-08
1
-5
/
+11
|
|
*
llvmpipe: added code to set texture depth, max mipmap levels info
Brian Paul
2010-03-05
1
-0
/
+2
|
*
|
gallium: fix llvmpipe after winsys move
Keith Whitwell
2010-03-04
1
-1
/
+1
|
*
|
softpipe: rework to use the llvmpipe winsys
Keith Whitwell
2010-03-04
1
-1
/
+1
|
|
/
|
*
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-02
1
-20
/
+16
|
*
llvmpipe: added assertions to verify that scene is empty
Brian Paul
2010-02-23
1
-0
/
+2
*
|
llvmpipe: Fix after sampler view changes.
michal
2009-12-10
1
-5
/
+7
|
/
*
llvmpipe: Silence unused value warning.
Vinson Lee
2010-02-14
1
-0
/
+1
*
llvmpipe: Map rendertargets when bound as textures.
José Fonseca
2010-02-10
1
-4
/
+15
*
llvmpipe: Leave depth buffer in swizzled format.
José Fonseca
2010-02-10
1
-4
/
+0
*
llvmpipe: s/textured/texture/
Brian Paul
2010-02-08
1
-1
/
+1
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-1274
/
+501
|
\
|
*
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-21
1
-1
/
+1
[next]