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
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: call st_flush_bitmap_cache() from st_readpixels()
Brian Paul
2010-05-17
1
-0
/
+3
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-05-13
1
-1
/
+0
*
mesa/st: Expose pipe driver's shader limits.
José Fonseca
2010-05-12
1
-89
/
+19
*
st/mesa: Do not use draw module in OpenGL ES build.
Chia-I Wu
2010-05-12
1
-0
/
+2
*
st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.
Chia-I Wu
2010-05-12
3
-13
/
+26
*
st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.
Chia-I Wu
2010-05-12
3
-9
/
+14
*
st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
Chia-I Wu
2010-05-12
3
-2
/
+15
*
st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.
Chia-I Wu
2010-05-12
6
-21
/
+50
*
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
Chia-I Wu
2010-05-12
6
-10
/
+60
*
st/mesa: Make st_cb_accum.h FEATURE_accum aware.
Chia-I Wu
2010-05-12
3
-2
/
+22
*
mesa: Make FEATURE_EXT_transform_feedback more modular.
Chia-I Wu
2010-05-12
3
-4
/
+14
*
st/mesa: update query code for transform feedback
Brian Paul
2010-05-11
2
-3
/
+26
*
mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().
José Fonseca
2010-05-11
1
-2
/
+2
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-05-11
1
-1
/
+0
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
13
-248
/
+29
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
3
-0
/
+172
*
st/mesa: rename vars, added comments
Brian Paul
2010-05-10
1
-21
/
+55
*
st/mesa: only set prevInstWrotePsiz if translating a vertex program
Brian Paul
2010-05-10
1
-1
/
+1
*
st/mesa: additional assertions in dst_register()
Brian Paul
2010-05-10
1
-0
/
+10
*
st/mesa: Ignore internal_format in st_context_teximage.
Chia-I Wu
2010-05-09
1
-1
/
+10
*
st/mesa: fix compressed mipmap generation for small image sizes
Brian Paul
2010-05-06
1
-2
/
+24
*
st/mesa: fix bug in compute_num_levels()
Brian Paul
2010-05-06
1
-5
/
+7
*
st/mesa: when copying mipmap levels between textures, start at BaseLevel
Brian Paul
2010-05-06
1
-1
/
+1
*
st/mesa: fix per-vertex point size
Marek Olšák
2010-05-05
1
-1
/
+1
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-05-05
1
-6
/
+0
*
st/mesa: Fix texture-from-pixmap.
Chia-I Wu
2010-05-05
2
-6
/
+30
*
st/mesa: remove commented-out struct field
Brian Paul
2010-05-04
1
-1
/
+0
*
st/mesa: need to pass srcLevel to st_texture_image_copy()
Brian Paul
2010-05-04
3
-7
/
+6
*
st/mesa: return success/fail from guess_and_alloc_texture()
Brian Paul
2010-05-04
1
-7
/
+10
*
st/mesa: improved st_texture_image_copy()
Brian Paul
2010-05-04
1
-29
/
+47
*
mesa/st: Fill in native program limits.
José Fonseca
2010-05-04
1
-0
/
+91
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-0
/
+1
*
st/mesa: remove dead code
Brian Paul
2010-05-03
1
-9
/
+0
*
st/mesa: remove unused needFlush parameter to st_finalize_texture()
Brian Paul
2010-05-03
4
-13
/
+7
*
st/mesa: updated comments and fix some formatting in texture storage code
Brian Paul
2010-05-03
1
-13
/
+18
*
st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting
Brian Paul
2010-05-03
1
-8
/
+8
*
st/mesa: consolidate and clean-up texture memory allocation code
Brian Paul
2010-05-03
1
-22
/
+11
*
st/mesa: updated comments for st_texture_image_map()
Brian Paul
2010-05-03
1
-4
/
+6
*
st/mesa: move some texture size calculation code
Brian Paul
2010-05-03
1
-10
/
+6
*
st/mesa: remove old convolution-related vars and min pitch code
Brian Paul
2010-05-03
1
-15
/
+2
*
st/mesa: remove unsupported convolution code
Brian Paul
2010-05-03
1
-10
/
+6
*
st/mesa: updated comment
Brian Paul
2010-05-03
1
-4
/
+5
*
st/mesa: remove dead code
Brian Paul
2010-05-03
1
-18
/
+0
*
st/mesa: restore original last_layer comparison
Brian Paul
2010-05-03
1
-1
/
+1
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
3
-1
/
+340
|
\
|
*
st/mesa: Create context for API_OPENGL as first priority
Kristian Høgsberg
2010-05-02
1
-4
/
+4
|
*
st/mesa: Move st_cb_drawtex.c to the mesa state tracker
Kristian Høgsberg
2010-04-28
2
-0
/
+330
|
*
st/mesa: Use API-aware context constructor
Kristian Høgsberg
2010-04-22
1
-1
/
+10
*
|
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
7
-81
/
+122
*
|
st/mesa: remove unused/disabled code
Brian Paul
2010-04-29
2
-48
/
+0
[next]