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
/
vega
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
2
-3
/
+9
*
vega: fix for object handle leak
Andreas Pokorny
2012-12-17
4
-1
/
+8
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
5
-22
/
+9
*
vega: remove unused variables
Fabio Pedretti
2012-12-10
1
-3
/
+1
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
4
-25
/
+30
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+3
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
3
-7
/
+7
*
vega: include u_debug.h for assert()
Brian Paul
2012-09-01
1
-0
/
+1
*
vega: fix build breakage from cso sampler/view changes
Brian Paul
2012-08-03
1
-17
/
+17
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
vega: fix 565 color unpacking bug
Andreas Betz
2012-05-11
1
-2
/
+2
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
2
-36
/
+10
*
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
*
st/vega: silence enum cast warnings
Dylan Noblesmith
2012-04-13
1
-4
/
+5
*
st/vega: fix uninitialized values
Dylan Noblesmith
2012-04-13
1
-2
/
+2
*
st/vega: Remove unused variable.
Vinson Lee
2012-02-18
1
-4
/
+0
*
vega: memset data array to zero to silence uninitialized var warnings
Brian Paul
2012-01-31
1
-0
/
+2
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-0
/
+1
*
st-api: Have context_create explain why creation failed
Ian Romanick
2011-12-23
1
-3
/
+11
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-0
/
+1
*
vega: remove unused vars
Fabio Pedretti
2011-12-06
1
-20
/
+5
*
st/vega: Fix warnings about dllimport attributes on windows.
José Fonseca
2011-11-29
1
-0
/
+1
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-2
/
+2
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
2
-2
/
+2
*
st/vega: fix drawing images with alpha channel
Chia-I Wu
2011-09-21
2
-18
/
+22
*
st/vega: fix vg_context_is_object_valid()
Chia-I Wu
2011-09-21
7
-25
/
+21
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-1
/
+6
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
2
-24
/
+29
*
vega: move ureg_destroy(ureg) after last use of ureg var
Brian Paul
2011-04-15
1
-1
/
+2
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
2
-4
/
+4
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
3
-6
/
+6
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-1
/
+1
*
vega: remove unused pipe var
Brian Paul
2011-03-11
1
-1
/
+0
*
st/vega: remove unnecessary flushes
Marek Olšák
2011-03-11
3
-14
/
+0
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-1
/
+3
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-2
/
+0
*
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
8
-5
/
+37
*
st/vega: Remove an invalid sanity check.
Chia-I Wu
2011-01-30
1
-6
/
+0
*
st/vega: s/vg[A-Z]/vega[A-Z]/.
Chia-I Wu
2011-01-30
4
-42
/
+42
*
vega: implement handler/pointer conversion using a hash table
Brian Paul
2011-01-24
9
-9
/
+175
*
vega: remove redundant functions found elsewhere
Brian Paul
2011-01-24
1
-10
/
+0
*
vega: replace casts with pointer/handle conversion functions
Brian Paul
2011-01-24
11
-165
/
+297
*
vega: sort filenames in Makefile, SConscript
Brian Paul
2011-01-23
2
-23
/
+24
*
st/vega: Remove unnecessary headers.
Vinson Lee
2010-12-22
6
-12
/
+0
[next]