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
/
state_trackers
/
xorg
/
xorg_renderer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/xorg: fix masked transformations
Lucas Stach
2012-07-20
1
-20
/
+40
*
st/xorg: Better handling of EXA copies.
Michel Dänzer
2012-05-16
1
-150
/
+0
*
st/xorg: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-51
/
+16
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+1
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-0
/
+1
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-3
/
+2
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-4
/
+0
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+1
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-2
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-9
/
+7
*
st/xorg: Fix Xv cliprect scaling.
Thomas Hellstrom
2010-05-31
1
-1
/
+1
*
st/xorg: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-1
/
+0
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-21
/
+15
|
\
|
*
st/xorg: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-21
/
+15
*
|
st/xorg: Remove unnecessary header.
Vinson Lee
2010-05-15
1
-1
/
+0
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-0
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-34
/
+36
*
st/xorg: fix up xorg state tracker to use cso changes
Roland Scheidegger
2010-03-16
1
-6
/
+15
*
xorg: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-0
/
+13
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-5
/
+5
|
\
|
*
xorg: adapt to blend changes
Roland Scheidegger
2010-01-25
1
-5
/
+5
*
|
st/xorg: Remove unnecessary headers.
Vinson Lee
2010-01-28
1
-1
/
+0
|
/
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-14
/
+14
|
\
|
*
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
2009-12-23
1
-14
/
+14
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
st/xorg: Silence unused variable warnings.
Vinson Lee
2009-12-27
1
-0
/
+1
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-1
/
+0
|
\
\
|
*
\
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
1
-1
/
+0
|
|
\
\
|
|
*
|
fixups for interface changes (mostly state trackers)
Roland Scheidegger
2009-11-30
1
-1
/
+0
*
|
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
/
*
|
|
st/xorg: fix merge droppings
Keith Whitwell
2009-12-01
1
-64
/
+0
*
|
|
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-12-01
1
-292
/
+96
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
st/xorg: proper fix for compositing after rounding up
Keith Whitwell
2009-11-27
1
-6
/
+14
|
*
Revert "st/xorg: fix composite after texture size changes"
Keith Whitwell
2009-11-27
1
-11
/
+5
|
*
st/xorg: fix composite after texture size changes
Keith Whitwell
2009-11-27
1
-5
/
+11
|
*
st/xorg: remove debugging flush
Keith Whitwell
2009-11-26
1
-1
/
+0
|
*
st/xorg: render throttling in block handler
Keith Whitwell
2009-11-26
1
-5
/
+0
|
*
st/xorg: split copy operation into prepare/copy/done phases
Keith Whitwell
2009-11-26
1
-117
/
+43
|
*
st/xorg: don't set up constant buffer for non-xv fragment shaders
Keith Whitwell
2009-11-26
1
-13
/
+0
|
*
st/xorg: set up rasterizer state in init
Keith Whitwell
2009-11-26
1
-14
/
+8
|
*
st/xorg: remove redundant clipping code
Keith Whitwell
2009-11-26
1
-120
/
+0
|
*
st/xorg: don't bother with cso save and restore in copy func
Keith Whitwell
2009-11-26
1
-19
/
+0
|
*
st/xorg: consolidate some dest surface state setting
Keith Whitwell
2009-11-26
1
-66
/
+36
*
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
1
-41
/
+41
|
/
*
st/xorg: try to fix non-uniform transforms
Zack Rusin
2009-11-13
1
-6
/
+16
*
st/xorg: cleanup the naming
Zack Rusin
2009-11-10
1
-19
/
+19
*
st/xorg: remove deprecated rendering code
Zack Rusin
2009-11-09
1
-51
/
+0
*
st/xorg: fix composite batching
Zack Rusin
2009-11-09
1
-2
/
+7
*
st/xorg: implement batching for the composite op
Zack Rusin
2009-11-06
1
-79
/
+121
[next]