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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mesa: Fix array out-of-bounds access by _mesa_TexGenf.
Vinson Lee
2009-11-29
1
-1
/
+4
*
|
mesa: Fix array out-of-bounds access by _mesa_TexGeni.
Vinson Lee
2009-11-28
1
-1
/
+4
*
|
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-11-28
1
-1
/
+4
*
|
mesa: Avoid void pointer arithmetic.
José Fonseca
2009-11-27
1
-1
/
+2
*
|
mesa: Initialize variable in _mesa_get_texel_fetch_func.
Vinson Lee
2009-11-23
1
-1
/
+1
*
|
mesa: handle different RowStride in _mesa_get_compressed_teximage
Roland Scheidegger
2009-11-21
1
-6
/
+21
*
|
AL1616: Fix cut-and-paste bug
Ian Romanick
2009-11-17
1
-2
/
+2
*
|
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
5
-7
/
+34
*
|
ARB_fbo: Enable GL_EXT_framebuffer_multisample
Ian Romanick
2009-11-17
2
-2
/
+7
*
|
ARB_fbo: Regenerate files from previous commits.
Ian Romanick
2009-11-17
2
-3764
/
+3810
*
|
EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil
Ian Romanick
2009-11-17
1
-0
/
+1
*
|
mesa: remove old comment
Brian Paul
2009-11-17
1
-1
/
+0
*
|
mesa: fix incorrect type in store_texel_al1616()
Brian Paul
2009-11-17
1
-1
/
+1
*
|
mesa: remove trailing comment to silence warning
Brian Paul
2009-11-17
1
-1
/
+1
*
|
mesa: remove a bit of old code
Brian Paul
2009-11-17
1
-1
/
+0
*
|
Add MESA_FORMAT_XRGB8888_REV.
Michel Dänzer
2009-11-17
5
-3
/
+49
*
|
Move 'static' to start of declaration to silence compiler warning
Ian Romanick
2009-11-16
1
-1
/
+1
*
|
AL1616: Enable MESA_FORMAT_AL1616 for software paths
Ian Romanick
2009-11-16
1
-2
/
+4
*
|
AL1616: Add TexImage storage path
Ian Romanick
2009-11-16
1
-0
/
+73
*
|
AL1616: Add texel fetch / store routines
Ian Romanick
2009-11-16
2
-0
/
+62
*
|
AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
Ian Romanick
2009-11-16
2
-0
/
+27
*
|
AL1616: Add macros to pack two GLushorts into a texel
Ian Romanick
2009-11-16
1
-0
/
+6
*
|
mesa: remove unused vertex array driver hooks
Brian Paul
2009-11-16
2
-104
/
+26
*
|
mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()
Brian Paul
2009-11-16
1
-0
/
+5
*
|
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-11-16
1
-3
/
+1
*
|
mesa: added another check in check_gen_mipmap()
Brian Paul
2009-11-16
1
-1
/
+3
*
|
mesa: fix some begin/end render-to-texture logic
brian
2009-11-10
1
-21
/
+38
*
|
mesa: move check_begin/end_texture_render() calls
brian
2009-11-10
1
-9
/
+11
*
|
mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()
brian
2009-11-10
1
-3
/
+7
*
|
mesa: rename vars in _mesa_BindFramebufferEXT()
brian
2009-11-10
1
-22
/
+21
*
|
mesa: added comment for check_begin_texture_render()
brian
2009-11-10
1
-0
/
+5
*
|
mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()
Eric Anholt
2009-11-06
1
-0
/
+4
*
|
Merge branch 'mesa_7_6_branch'
Ian Romanick
2009-11-06
1
-1
/
+1
|
\
|
|
*
mesa: added cast to silence warning
Brian Paul
2009-11-04
1
-1
/
+1
*
|
mesa: fix infinite loop bug in _mesa_drawbuffers()
Brian Paul
2009-11-05
1
-1
/
+2
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
4
-178
/
+179
|
\
|
|
*
mesa: fix broken pack_histogram() case for GLhalf
Brian Paul
2009-11-04
1
-3
/
+4
|
*
mesa: silence warning from gcc 4.4.1
Brian Paul
2009-11-04
1
-2
/
+2
|
*
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
Brian Paul
2009-11-03
2
-173
/
+173
|
*
mesa: added GLAPIENTRY keywords for sync object functions
Karl Schultz
2009-11-03
2
-12
/
+12
*
|
mesa: clean-up, remove some flushing in FBO functions
Brian Paul
2009-11-03
1
-7
/
+11
*
|
mesa: fix indentation
Brian Paul
2009-11-03
1
-2
/
+1
*
|
mesa: clean-up formatting
Brian Paul
2009-11-03
1
-1
/
+1
*
|
mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()
Brian Paul
2009-11-03
1
-7
/
+10
*
|
mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()
Brian Paul
2009-11-03
1
-1
/
+1
*
|
mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()
Brian Paul
2009-11-03
1
-9
/
+29
*
|
mesa: use ffs() to shorten loop in _mesa_drawbuffers()
Brian Paul
2009-11-03
1
-6
/
+10
*
|
mesa: added assertion, another comment
Brian Paul
2009-11-03
1
-1
/
+3
*
|
mesa: added comment
Brian Paul
2009-11-02
1
-0
/
+2
*
|
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-11-02
1
-13
/
+4
[prev]
[next]