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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
2
-39
/
+77
*
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
2
-63
/
+93
*
softpipe: fix draw return value
Keith Whitwell
2010-01-06
1
-1
/
+1
*
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2010-01-06
1
-1
/
+1
*
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
2
-18
/
+16
|
\
|
*
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-21
2
-18
/
+16
*
|
softpipe: implement conditional rendering
Brian Paul
2009-12-31
6
-0
/
+57
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
2
-1
/
+2
|
\
\
|
*
|
softpipe: Silence unintialized variable warnings.
Vinson Lee
2009-12-27
1
-1
/
+1
|
*
|
softpipe: Silence unused variable warning.
Vinson Lee
2009-12-27
1
-0
/
+1
|
*
|
Fix memory leak.
Alan Hourihane
2009-11-20
1
-0
/
+1
*
|
|
softpipe: Flush draw module when fragment pipeline state changes.
José Fonseca
2009-12-26
3
-4
/
+21
*
|
|
softpipe: Flush draw module before switching framebuffer.
José Fonseca
2009-12-26
1
-0
/
+2
*
|
|
gallium: geometry shader can be always enabled and we don't need a cap for that
Zack Rusin
2009-12-25
1
-2
/
+0
*
|
|
softpipe: make it possible to dump geometry shader from the softpipe
Zack Rusin
2009-12-25
3
-0
/
+6
*
|
|
softpipe/gs: don't crash with null shader
Zack Rusin
2009-12-25
1
-1
/
+2
*
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
8
-13
/
+98
*
|
|
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
3
-14
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
3
-14
/
+0
*
|
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
2
-8
/
+8
*
|
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
5
-27
/
+26
|
\
|
|
|
*
|
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
2009-12-08
1
-3
/
+4
|
|
\
\
|
|
*
|
gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe
Roland Scheidegger
2009-12-07
1
-3
/
+4
|
*
|
|
softpipe: sp_winsys.h should define/include what it needs.
Corbin Simpson
2009-12-06
1
-1
/
+3
|
*
|
|
softpipe: dont claim to support PIPE_FORMAT_NONE
Keith Whitwell
2009-12-04
1
-0
/
+1
|
*
|
|
softpipe: fix double-minify in texture layout
Keith Whitwell
2009-12-04
1
-1
/
+1
|
*
|
|
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
2
-24
/
+19
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
2
-24
/
+19
*
|
|
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+5
*
|
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
*
|
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+3
|
/
/
/
*
|
|
softpipe: setup machine->Face without a conditional
Brian Paul
2009-12-01
1
-5
/
+2
*
|
|
sp: Do not falsely advertise support for some SNORM formats.
Michal Krol
2009-12-01
1
-0
/
+4
*
|
|
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
7
-11
/
+116
|
/
/
*
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
3
-56
/
+58
|
\
\
|
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
3
-56
/
+58
*
|
|
softpipe: Initialise TGSI machine's Face.
Michal Krol
2009-11-23
1
-1
/
+7
*
|
|
Fix indentation.
Alan Hourihane
2009-11-20
1
-3
/
+4
*
|
|
Fix memory leak.
Alan Hourihane
2009-11-20
1
-0
/
+1
|
|
/
|
/
|
*
|
softpipe: whitespace/indentation fixes
Brian Paul
2009-11-19
1
-5
/
+3
*
|
softpipe: add missing check in softpipe_is_texture_referenced()
Brian Paul
2009-11-19
1
-2
/
+8
|
/
*
softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.
José Fonseca
2009-11-05
1
-2
/
+10
*
softpipe: Sanitise shader semantic and interpolator handling.
Michal Krol
2009-11-02
1
-24
/
+10
*
softpipe: Respect gl_rasterization_rules in primitive setup.
Michal Krol
2009-10-30
1
-14
/
+26
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-10
1
-1
/
+6
|
\
|
*
softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
Brian Paul
2009-10-10
1
-1
/
+6
*
|
softpipe: fix multi-drawbuffers regression
Brian Paul
2009-10-10
1
-3
/
+3
*
|
softpipe: restore/fix print_vertex() debug helper
Brian Paul
2009-10-09
1
-2
/
+6
*
|
softpipe: new comments
Brian Paul
2009-10-07
1
-0
/
+39
*
|
softpipe: whitespace and comment fixes
Brian Paul
2009-10-07
1
-11
/
+8
[next]