index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vega
/
renderer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-15
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
1
-1
/
+2
2012-12-12
gallium: remove pipe_surface::usage
Marek Olšák
1
-2
/
+1
2012-10-31
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
1
-1
/
+1
2012-08-03
vega: fix build breakage from cso sampler/view changes
Brian Paul
1
-17
/
+17
2012-04-30
st/vega: don't use user_buffer_create
Marek Olšák
1
-14
/
+3
2012-04-30
st/vega: use cso_draw_arrays
Marek Olšák
1
-3
/
+3
2012-04-30
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
1
-2
/
+2
2012-01-10
Squash-merge branch 'gallium-clip-state'
Marek Olšák
1
-0
/
+1
2011-09-21
st/vega: fix drawing images with alpha channel
Chia-I Wu
1
-6
/
+2
2011-03-11
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
1
-4
/
+4
2011-02-15
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
1
-1
/
+3
2011-02-14
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
1
-2
/
+2
2011-01-30
st/vega: Disable blending when the paint is opaque.
Chia-I Wu
1
-1
/
+6
2010-12-22
st/vega: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-12-04
st/vega: Fix pipe blend state for various blend modes.
Chia-I Wu
1
-60
/
+65
2010-12-03
st/vega: Move vertex transformation to shader.
Chia-I Wu
1
-37
/
+81
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
1
-11
/
+10
2010-12-01
vega: Remove extraneous ;
José Fonseca
1
-1
/
+1
2010-12-01
st/vega: Avoid unnecessary constant bufer upload.
Chia-I Wu
1
-30
/
+48
2010-12-01
st/vega: Initialize pipe states with renderer.
Chia-I Wu
1
-17
/
+20
2010-12-01
st/vega: Revive mask layer support.
Chia-I Wu
1
-0
/
+38
2010-12-01
st/vega: Get rid of renderer_copy_texture.
Chia-I Wu
1
-49
/
+0
2010-12-01
st/vega: Clean up renderer fields and functions.
Chia-I Wu
1
-98
/
+46
2010-12-01
st/vega: Clean up vg_context fields and functions.
Chia-I Wu
1
-1
/
+9
2010-12-01
st/vega: Make shader_bind call into the renderer.
Chia-I Wu
1
-0
/
+16
2010-12-01
st/vega: Move g3d states to renderer.
Chia-I Wu
1
-4
/
+220
2010-12-01
st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.
Chia-I Wu
1
-0
/
+195
2010-12-01
st/vega: Add FILTER renderer state for image filtering.
Chia-I Wu
1
-0
/
+159
2010-12-01
st/vega: Add CLEAR renderer state for vgClear.
Chia-I Wu
1
-0
/
+55
2010-12-01
st/vega: Add SCISSOR renderer state.
Chia-I Wu
1
-0
/
+93
2010-12-01
st/vega: Add DRAWTEX renderer state.
Chia-I Wu
1
-116
/
+94
2010-12-01
st/vega: Overhaul renderer with renderer states.
Chia-I Wu
1
-254
/
+484
2010-11-02
st/vega: Remove unnecessary headers.
Vinson Lee
1
-3
/
+0
2010-06-30
st/vega: s/free/FREE for matching MALLOC/CALLOC
nobled
1
-1
/
+1
2010-06-03
gallium: add interpolation parameter to simple shader functions
Brian Paul
1
-1
/
+2
2010-05-17
st/vega: adapt to interface changes
Roland Scheidegger
1
-22
/
+14
2010-05-03
gallium: move surface utility functions into u_surface.c
Brian Paul
1
-0
/
+1
2010-04-10
Squashed commit of the following:
Keith Whitwell
1
-29
/
+32
2010-03-19
st/vega: fix up vega state tracker to use cso changes
Roland Scheidegger
1
-13
/
+24
2010-03-01
vega: adapt to new vertex element cso
Roland Scheidegger
1
-0
/
+5
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
1
-1
/
+1
2010-01-25
vega: adapt to blend changes
Roland Scheidegger
1
-10
/
+10
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
1
-1
/
+0
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
1
-1
/
+2
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
1
-1
/
+0
2009-11-26
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
1
-23
/
+23
2009-10-17
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
1
-4
/
+12
2009-05-01
OpenVG 1.0 State Tracker
Zack Rusin
1
-0
/
+592