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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
Eric Anholt
2010-05-13
1
-11
/
+20
*
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-13
2
-3
/
+5
*
mesa: Remove no-op wrappers around trig functions.
Eric Anholt
2010-05-13
5
-57
/
+7
*
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-05-13
9
-26
/
+14
*
mesa: silence compiler warning
Alan Hourihane
2010-05-13
1
-1
/
+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
*
mesa/es: Merge back to core mesa.
Chia-I Wu
2010-05-12
4
-123
/
+93
*
mesa/es: Remove omit list.
Chia-I Wu
2010-05-12
8
-15
/
+37
*
mesa: Make FEATURE_ATI_fragment_shader more modular.
Chia-I Wu
2010-05-12
4
-23
/
+53
*
mesa/es: Remove sources.mak.
Chia-I Wu
2010-05-12
2
-116
/
+33
*
mesa/es: Update sources.mak and fix the build.
Chia-I Wu
2010-05-12
2
-16
/
+8
*
st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.
Chia-I Wu
2010-05-12
3
-13
/
+26
*
mesa: Add dummy _mesa_lookup_query_object to queryobj.h.
Chia-I Wu
2010-05-12
1
-0
/
+6
*
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
6
-14
/
+75
*
mesa: fix error message strings
Brian Paul
2010-05-11
1
-5
/
+5
*
mesa: added glGet code for GL_ARB_transform_feedback2
Brian Paul
2010-05-11
1
-0
/
+18
*
mesa: remove unused header
Brian Paul
2010-05-11
1
-1
/
+0
*
mesa: remove unused header
Brian Paul
2010-05-11
1
-1
/
+0
*
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
*
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-05-11
12
-10166
/
+2352
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-05-11
1
-1
/
+0
*
intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate
Kristian Høgsberg
2010-05-11
1
-1
/
+3
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
7
-10
/
+15
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
13
-248
/
+29
*
mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.
Vinson Lee
2010-05-10
2
-2
/
+2
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
14
-34
/
+736
*
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
1
-0
/
+1
*
st/mesa: rename vars, added comments
Brian Paul
2010-05-10
1
-21
/
+55
*
i915: Drop intelFlush().
Vinson Lee
2010-05-10
1
-1
/
+1
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
12
-26
/
+19
*
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
1
-17
/
+29
*
intel: Don't mark front buffer dirty if we're only reading
Kristian Høgsberg
2010-05-10
1
-1
/
+12
*
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-10
1
-9
/
+8
*
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
*
mesa: Update comments in get_gen_es.py.
Vinson Lee
2010-05-09
1
-2
/
+2
*
swrast: fix 16-bit/channel rendering
Brian Paul
2010-05-09
1
-1
/
+1
*
osmesa: use unsigned 16-bit/channel format
Brian Paul
2010-05-09
1
-1
/
+1
*
mesa: fix typos, comment in signed 16-bit tex fetch code
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
6
-10
/
+127
*
mesa: added comments for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: use GL_RGBA16_SNORM for accum buffer
Brian Paul
2010-05-09
2
-1
/
+3
[next]