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
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
8
-7
/
+325
*
gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header
Brian Paul
2008-08-22
1
-0
/
+1
*
gallium: implement a fast-path for glReadPixels for common cases
Brian Paul
2008-08-19
1
-0
/
+126
*
gallium: do a proper implementation of GL_OES_read_format
Brian Paul
2008-08-19
3
-0
/
+136
*
mesa: Call pipe->destroy on context destruction for all platforms.
José Fonseca
2008-08-19
1
-3
/
+0
*
st: Do not translate program constants to immediates when
Michal Krol
2008-08-19
1
-52
/
+84
*
st: Translate address register declaration.
Michal Krol
2008-08-19
1
-0
/
+28
*
st: Fix immediate construction.
Michal Krol
2008-08-19
1
-4
/
+5
*
gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffers
Brian Paul
2008-08-18
1
-2
/
+26
*
gallium: fix vertex program output translation/mapping bug
Brian Paul
2008-08-18
4
-41
/
+103
*
gallium: fix do_flip bug on glCopyTexImage / surface_copy() path
Brian Paul
2008-08-18
1
-0
/
+4
*
gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...
Brian Paul
2008-08-15
1
-10
/
+21
*
mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.
José Fonseca
2008-08-15
2
-2
/
+4
*
gallium: init default texture image to gray
Brian Paul
2008-08-14
1
-0
/
+3
*
gallium: use a default texture in update_textures(), update_samplers() when n...
Brian Paul
2008-08-14
6
-15
/
+82
*
gallium: added queries to determin GL_EXT_packed_depth_stencil support
Brian Paul
2008-08-14
1
-0
/
+20
*
mesa: Don't use alignments < 4.
José Fonseca
2008-08-14
1
-1
/
+1
*
gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...
Brian Paul
2008-08-13
1
-1
/
+7
*
mesa: KIL -> KIL, KIL_NV -> KILP.
Michal Krol
2008-08-13
1
-4
/
+4
*
gallium: more context clean-up
Brian Paul
2008-08-12
1
-0
/
+6
*
gallium: added comment
Brian Paul
2008-08-11
1
-0
/
+6
*
gallium: added _NEW_PROGRAM to dependencies
Brian Paul
2008-08-11
1
-6
/
+12
*
gallium: fix additional glCopyTex[Sub]Image issues
Brian Paul
2008-08-08
1
-34
/
+84
*
gallium: clean-up, remove dead code, update comments
Brian Paul
2008-08-07
1
-241
/
+89
*
gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.
Brian Paul
2008-08-07
1
-8
/
+4
*
mesa: pf_sprint_name->pf_name.
José Fonseca
2008-08-07
2
-10
/
+2
*
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
2008-08-06
1
-2
/
+8
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
3
-5
/
+5
*
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
4
-6
/
+6
*
gallium: fix translation of extended swizzles, per-component negation
Brian Paul
2008-07-23
1
-17
/
+21
*
add env var to override msaa visual selection
Roland Scheidegger
2008-07-22
1
-0
/
+4
*
gallium: Temporary workaround for mismatched pipe create and pipe destroy
Jonathan White
2008-07-21
1
-0
/
+3
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
9
-60
/
+85
*
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
8
-24
/
+24
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
4
-19
/
+19
*
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...
Brian Paul
2008-07-10
3
-0
/
+10
*
gallium: move assertion (though not really significant)
Brian Paul
2008-07-07
1
-1
/
+2
*
gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays
Brian Paul
2008-07-07
1
-2
/
+21
*
gallium: fix st_choose_format(internalFormat=GL_RGBA16)
Brian Paul
2008-07-04
1
-1
/
+4
*
gallium: replace assertion with conditional
Brian Paul
2008-07-04
1
-1
/
+2
*
gallium: move, increase ST_MAX_SHADER_TOKENS
Brian Paul
2008-07-03
2
-3
/
+7
*
gallium: fix surface memleak in bitmap code
Brian Paul
2008-07-03
1
-0
/
+5
*
gallium: replace an assertion with "if (!texobj) continue"
Brian Paul
2008-07-02
1
-1
/
+2
*
gallium: fix a bug in vertex program output mapping
Brian Paul
2008-07-02
1
-9
/
+24
*
mesa: fix issues around multisample enable
Roland Scheidegger
2008-07-02
1
-1
/
+1
*
gallium: handle msaa
Roland Scheidegger
2008-06-27
3
-10
/
+14
*
mesa: Replace void * arithmetic.
José Fonseca
2008-06-27
1
-1
/
+1
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
8
-45
/
+55
*
mesa: point size arrays
Brian Paul
2008-06-25
1
-0
/
+4
*
mesa: More signed/unsigned float/integer fixes.
José Fonseca
2008-06-24
2
-20
/
+20
[next]