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
/
auxiliary
/
cso_cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
cso: move cso hashes to a more table driven scheme
Dave Airlie
2011-06-03
2
-84
/
+21
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
2
-0
/
+52
*
cso: don't tell drivers to bind null samplers, sampler views
Brian Paul
2011-02-03
1
-7
/
+7
*
cso: refactor texture sampler and sampler view code
Brian Paul
2011-02-02
1
-326
/
+307
*
cso: rename fragment sampler-related fields
Brian Paul
2011-02-02
1
-21
/
+26
*
cso: fix loop bound in cso_set_vertex_samplers()
Brian Paul
2011-02-02
1
-1
/
+1
*
cso: handle depth clamp
Marek Olšák
2010-07-21
1
-0
/
+4
*
gallium/cso: check for set_vertex_sampler_views != NULL before calling it
Brian Paul
2010-07-02
1
-1
/
+2
*
gallium/cso: unbind sampler views in cso_release_all()
Brian Paul
2010-07-01
1
-0
/
+2
*
Merge commit 'origin/master' into gallium-msaa
Roland Scheidegger
2010-05-04
1
-41
/
+7
|
\
|
*
cso: use framebuffer utility functions
Brian Paul
2010-05-03
1
-41
/
+7
*
|
Merge commit 'origin/master' into gallium-msaa
Roland Scheidegger
2010-04-30
1
-1
/
+4
|
\
|
|
*
cso: remove commented-out code, update function docs
Brian Paul
2010-04-29
1
-1
/
+4
*
|
gallium: fix glaring bugs in last commit
Roland Scheidegger
2010-04-27
1
-1
/
+1
*
|
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-26
2
-0
/
+13
|
/
*
cso_cache: Ensure irrelevant state of the blend state is zeroed.
José Fonseca
2010-04-24
1
-0
/
+1
*
cso: Remove unnecessary header.
Vinson Lee
2010-03-22
1
-1
/
+0
*
cso: remove cso_set/save/restore_sampler_textures
Roland Scheidegger
2010-03-19
2
-76
/
+0
*
cso: Do not hold references to bound textures.
Keith Whitwell
2010-03-15
1
-22
/
+8
*
cso: Remove set/save/restore_vertex_sampler_textures().
Michal Krol
2010-03-12
2
-98
/
+0
*
cso: Add entry points for vertex/fragment sampler views.
Michal Krol
2010-03-12
2
-15
/
+167
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
4
-2
/
+190
|
\
|
*
cso: don't forget to release vertex elements state
Roland Scheidegger
2010-03-09
1
-0
/
+1
|
*
cso: Fix typo in assert.
Corbin Simpson
2010-03-09
1
-1
/
+1
|
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
4
-3
/
+123
|
|
\
|
|
*
auxiliary: fix vertex elements cso
Roland Scheidegger
2010-03-09
2
-7
/
+19
|
|
*
gallium: use cso state handling for pipe_vertex_element state
Roland Scheidegger
2010-02-18
4
-2
/
+111
|
*
|
cso: Track clip state with cso context.
Michal Krol
2010-02-24
2
-0
/
+67
|
|
/
*
/
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-10
/
+68
|
/
*
gallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger
2010-02-11
2
-5
/
+16
*
gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha
Roland Scheidegger
2010-02-11
1
-3
/
+6
*
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-09
2
-0
/
+15
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
gallium: fix blend state cso
Roland Scheidegger
2010-01-30
3
-37
/
+20
*
gallium: fix cast for size calc of pipe_blend_state
Roland Scheidegger
2010-01-25
1
-1
/
+1
*
gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs
Roland Scheidegger
2010-01-20
1
-5
/
+8
*
cso: Add set_vertex_samplers function
Jakob Bornecrantz
2010-01-18
2
-0
/
+36
*
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2010-01-01
1
-11
/
+0
*
scons: Aggregate all tiny libraries in a single library.
José Fonseca
2010-01-01
1
-11
/
+0
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
2
-2
/
+45
*
cso: check if pipe_context::bind_vertex_sampler_states is non-null
Brian Paul
2009-12-02
1
-1
/
+2
*
cso: Fix function prototype.
Michal Krol
2009-12-01
1
-1
/
+1
*
cso: Add support for separate vertex sampler state.
Michal Krol
2009-12-01
2
-4
/
+192
*
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2009-10-25
1
-1
/
+1
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
1
-1
/
+1
*
gallium: rearrange some members to avoid memory holes/padding
Zack Rusin
2009-07-06
1
-2
/
+2
*
cso: possible null pointer dereference
Zack Rusin
2009-07-06
1
-0
/
+4
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
1
-3
/
+0
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
2
-2
/
+2
[next]