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
/
auxiliary
/
util
/
u_gen_mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-18
/
+5
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-8
/
+2
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-8
/
+9
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-7
/
+2
*
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-18
1
-63
/
+62
|
\
|
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-63
/
+62
*
|
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
|
/
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-18
/
+18
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+0
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: Initialize var before use.
José Fonseca
2008-12-30
1
-1
/
+1
*
gallium: begin adapting Ian's 3D mipmap gen code to gallium utility lib
Brian Paul
2008-12-19
1
-6
/
+576
*
gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV
Brian Paul
2008-12-19
1
-1
/
+1
*
gallium: fix memory corruption in u_gen_mipmap.c
Brian Paul
2008-12-17
1
-10
/
+9
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-6
/
+45
*
util: Use OpenGL rasterization rules in blits and mipmap generation.
Brian Paul
2008-11-14
1
-0
/
+1
*
gallium: Fix typo.
José Fonseca
2008-09-04
1
-3
/
+1
*
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-04
1
-20
/
+20
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-3
/
+3
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-1
/
+2
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-3
/
+5
*
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-06
1
-10
/
+10
|
\
|
*
gallium: remove 0.5 vertex biases in set_vertex_data()
Brian Paul
2008-05-02
1
-10
/
+10
*
|
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
1
-0
/
+3
|
\
|
|
*
gallium: do something sensible on the error path to try to avoid crashing in ...
Keith Whitwell
2008-05-01
1
-0
/
+3
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-6
/
+15
|
/
*
gallium: use the newer PIPE_FORMAT_x_UNORM format names
Brian Paul
2008-04-30
1
-4
/
+4
*
gallium: Initial support for pixel formats with unused storage components.
Michel Dänzer
2008-04-24
1
-0
/
+2
*
gallium: update comment about bypass clipping/viewport
Brian Paul
2008-04-22
1
-1
/
+1
*
gallium: setup an identity viewport
Brian Paul
2008-04-22
1
-30
/
+5
*
use cso fs/vs handle functions
Keith Whitwell
2008-04-21
1
-2
/
+2
*
gallium: Set all state via cso_context in blit/gen_mipmap utils.
José Fonseca
2008-04-21
1
-4
/
+8
*
gallium: return pipe_shader_state from the simple shader functions
Brian
2008-03-27
1
-2
/
+8
*
gallium: fix incorrect types for shaders
Brian
2008-03-27
1
-3
/
+3
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-1
/
+1
*
gallium: move filter assignment out of loop
Brian
2008-03-24
1
-2
/
+4
*
gallium: Remove util_gen_mipmap_filter().
Michal Krol
2008-03-24
1
-12
/
+0
*
gallium: pass the filter mode to util_gen_mipmap().
Brian
2008-03-24
1
-15
/
+10
*
gallium: tweak coords in u_gen_mipmap code
Michal Krol
2008-03-24
1
-8
/
+8
*
gallium: Add util_gen_mipmap_filter().
Michal Krol
2008-03-23
1
-4
/
+23
*
gallium: set fb.width/height
Brian
2008-03-20
1
-0
/
+2
*
gallium: use sizeof(vertex buffer)
Brian
2008-03-20
1
-1
/
+1
*
gallium: create vertex buffer once and re-use.
Brian
2008-03-20
1
-6
/
+65
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-1
/
+2
*
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-19
1
-54
/
+62
*
gallium: make the gen_mipmap_state struct private
Brian
2008-03-18
1
-0
/
+13
*
gallium: use new simple shader utility routines
Brian
2008-03-18
1
-248
/
+12
*
gallium: fix a mix-up in the uint[1] do_row() case
Brian
2008-03-18
1
-2
/
+2
*
gallium: Silencium warnings on Windows.
Michal Krol
2008-03-18
1
-3
/
+3
[next]