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
/
state_trackers
/
vega
/
renderer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-2
/
+0
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-2
/
+2
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
1
-1
/
+2
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
1
-1
/
+2
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-2
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-1
/
+1
*
vega: fix build breakage from cso sampler/view changes
Brian Paul
2012-08-03
1
-17
/
+17
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-14
/
+3
*
st/vega: use cso_draw_arrays
Marek Olšák
2012-04-30
1
-3
/
+3
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-2
/
+2
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-0
/
+1
*
st/vega: fix drawing images with alpha channel
Chia-I Wu
2011-09-21
1
-6
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-4
/
+4
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-1
/
+3
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-2
/
+2
*
st/vega: Disable blending when the paint is opaque.
Chia-I Wu
2011-01-30
1
-1
/
+6
*
st/vega: Remove unnecessary headers.
Vinson Lee
2010-12-22
1
-1
/
+0
*
st/vega: Fix pipe blend state for various blend modes.
Chia-I Wu
2010-12-04
1
-60
/
+65
*
st/vega: Move vertex transformation to shader.
Chia-I Wu
2010-12-03
1
-37
/
+81
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-11
/
+10
*
vega: Remove extraneous ;
José Fonseca
2010-12-01
1
-1
/
+1
*
st/vega: Avoid unnecessary constant bufer upload.
Chia-I Wu
2010-12-01
1
-30
/
+48
*
st/vega: Initialize pipe states with renderer.
Chia-I Wu
2010-12-01
1
-17
/
+20
*
st/vega: Revive mask layer support.
Chia-I Wu
2010-12-01
1
-0
/
+38
*
st/vega: Get rid of renderer_copy_texture.
Chia-I Wu
2010-12-01
1
-49
/
+0
*
st/vega: Clean up renderer fields and functions.
Chia-I Wu
2010-12-01
1
-98
/
+46
*
st/vega: Clean up vg_context fields and functions.
Chia-I Wu
2010-12-01
1
-1
/
+9
*
st/vega: Make shader_bind call into the renderer.
Chia-I Wu
2010-12-01
1
-0
/
+16
*
st/vega: Move g3d states to renderer.
Chia-I Wu
2010-12-01
1
-4
/
+220
*
st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.
Chia-I Wu
2010-12-01
1
-0
/
+195
*
st/vega: Add FILTER renderer state for image filtering.
Chia-I Wu
2010-12-01
1
-0
/
+159
*
st/vega: Add CLEAR renderer state for vgClear.
Chia-I Wu
2010-12-01
1
-0
/
+55
*
st/vega: Add SCISSOR renderer state.
Chia-I Wu
2010-12-01
1
-0
/
+93
*
st/vega: Add DRAWTEX renderer state.
Chia-I Wu
2010-12-01
1
-116
/
+94
*
st/vega: Overhaul renderer with renderer states.
Chia-I Wu
2010-12-01
1
-254
/
+484
*
st/vega: Remove unnecessary headers.
Vinson Lee
2010-11-02
1
-3
/
+0
*
st/vega: s/free/FREE for matching MALLOC/CALLOC
nobled
2010-06-30
1
-1
/
+1
*
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-06-03
1
-1
/
+2
*
st/vega: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-22
/
+14
*
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
-29
/
+32
*
st/vega: fix up vega state tracker to use cso changes
Roland Scheidegger
2010-03-19
1
-13
/
+24
*
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-0
/
+5
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
vega: adapt to blend changes
Roland Scheidegger
2010-01-25
1
-10
/
+10
*
vega: Add missing actual argument.
Michal Krol
2009-12-21
1
-1
/
+1
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
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
|
/
[next]