index
:
~csimpson/mesa
automake
gallium-api-cleanup
gallium-velemcso-r300g
master
r300g-draw-buffers
raw-targets
s3tc-by-the-book
It wasn't a rock; it was a rock lobster!
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vega
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
st/vega: fix up vega state tracker to use cso changes
Roland Scheidegger
13
-146
/
+253
2010-03-16
Merge remote branch 'origin/gallium-st-api'
Chia-I Wu
7
-4
/
+427
2010-03-12
st/vega: Implement st_api.h.
Chia-I Wu
7
-4
/
+427
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
4
-8
/
+8
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
5
-25
/
+22
2010-03-10
gallium: Do not mix winsys-drawable-handle and context-private.
Chia-I Wu
1
-9
/
+1
2010-03-10
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2
-2
/
+11
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
5
-2
/
+18
2010-03-08
vega: remove redundant DEFINES from .c.o rule
Brian Paul
1
-1
/
+1
2010-03-08
st/vega: Fix OpenVG demo segfaults.
Chia-I Wu
1
-3
/
+0
2010-03-01
vega: Rename pipe formats.
José Fonseca
5
-13
/
+13
2010-03-01
vega: adapt to new vertex element cso
Roland Scheidegger
5
-1
/
+18
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
1
-1
/
+0
2010-02-10
gallium: adapt state trackers to stencil ref change
Roland Scheidegger
1
-10
/
+8
2010-02-03
Merge branch 'gallium-embedded'
José Fonseca
14
-14
/
+14
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
14
-14
/
+14
2010-02-02
vega: implement tgsi_ureg shaders cache
Igor Oliveira
1
-74
/
+75
2010-02-02
vega: change tgsi asm by tgsi_ureg
Igor Oliveira
1
-171
/
+380
2010-01-28
Merge commit 'origin/perrtblend'
Roland Scheidegger
6
-76
/
+68
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-2
/
+2
2010-01-25
vega: fix incorrect samplers, textures indexes in blend_bind_samplers()
Igor Oliveira
1
-2
/
+2
2010-01-25
vega: don't enable blending if not necessary
Roland Scheidegger
3
-6
/
+4
2010-01-25
vega: adapt to blend changes
Roland Scheidegger
6
-76
/
+70
2010-01-23
st/vega: Clean up Makefile.
Chia-I Wu
1
-54
/
+26
2010-01-18
st/vega: Fix window resizing with egl_g3d.
Chia-I Wu
2
-5
/
+8
2010-01-18
st/vega: Call screen->update_buffer instead of winsys->update_buffer.
Chia-I Wu
1
-3
/
+2
2010-01-16
gallium: Fix uninitialized instance divisor and index.
Chia-I Wu
1
-0
/
+1
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
6
-48
/
+49
2010-01-12
st/vega: Make it compatible with st_public.h.
Chia-I Wu
2
-6
/
+12
2010-01-12
st/vega: Advertise OpenVG support.
Chia-I Wu
1
-0
/
+3
2010-01-11
st: Mark functions in st_public.h and vg_tracker.h as public.
Chia-I Wu
1
-0
/
+20
2010-01-06
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
1
-1
/
+1
2010-01-01
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
1
-7
/
+1
2010-01-01
gallium: Remove the sct module.
José Fonseca
1
-1
/
+0
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
4
-6
/
+4
2009-12-27
st/vega: Silence compiler warnings.
Vinson Lee
6
-11
/
+4
2009-12-27
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
3
-1
/
+7
2009-12-23
st/vega: Move declaration outside for loop.
Vinson Lee
3
-5
/
+11
2009-12-23
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
6
-48
/
+49
2009-12-21
vega: Add missing actual argument.
Michal Krol
1
-1
/
+1
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
7
-60
/
+137
2009-12-08
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
1
-54
/
+136
2009-12-08
gallium: fix more potential strict aliasing issues
Roland Scheidegger
1
-54
/
+136
2009-12-07
gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe
Roland Scheidegger
1
-27
/
+27
2009-12-04
vega: fix missing include
Roland Scheidegger
1
-0
/
+1
2009-12-04
Merge branch 'gallium-noblocks'
Roland Scheidegger
6
-6
/
+0
2009-12-03
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
1
-1
/
+1
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
6
-6
/
+12
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
3
-14
/
+14
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
6
-6
/
+0
[next]