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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
1
-1
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
5
-5
/
+0
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
build: Move src/mapi/mapi/* to src/mapi/
Matt Turner
2013-04-15
3
-4
/
+4
*
vega: fix MSVC warning about missing return statement
Brian Paul
2013-03-21
1
-0
/
+1
*
scons: Define PACKAGE_VERSION/BUGREPORT globally.
José Fonseca
2013-03-13
1
-1
/
+0
*
scons: Re-add ','
José Fonseca
2013-03-13
1
-1
/
+1
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
3
-4
/
+3
*
st/vega: Fix memory leak in combine_shaders.
Vinson Lee
2013-02-26
1
-1
/
+3
*
scons: Fix dependencies of generated headers.
José Fonseca
2013-01-21
1
-3
/
+3
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
1
-1
/
+2
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-6
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
state_trackers/vega: Convert to automake
Matt Turner
2013-01-10
3
-53
/
+76
*
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
[next]