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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove leftovers from color indexed rendering.
Mathias Fröhlich
2011-12-26
1
-2
/
+0
*
mesa: remove unused _mesa_copy_materials.
Mathias Fröhlich
2011-12-26
2
-20
/
+0
*
mesa: consolidate texstore functions
Brian Paul
2011-12-24
1
-331
/
+153
*
mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY
Brian Paul
2011-12-24
1
-23
/
+44
*
mesa: update comment for MapTextureImage()
Brian Paul
2011-12-24
1
-0
/
+2
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
2
-10
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
2
-14
/
+0
*
mesa: add _mesa_pack_colormask()
Brian Paul
2011-12-24
2
-0
/
+78
*
mesa: add _mesa_get_format_max_bits()
Brian Paul
2011-12-24
2
-0
/
+19
*
mesa: split get_tex_rgba() into compressed/uncompressed versions
Brian Paul
2011-12-24
1
-145
/
+175
*
mesa: fix comments in getteximage_error_check()
Brian Paul
2011-12-24
1
-2
/
+2
*
mesa: move the format and type check before select_tex_image()
Jian Zhao
2011-12-24
1
-6
/
+6
*
mesa: Disable certain error checks when transform feedback is paused
Paul Berry
2011-12-23
2
-3
/
+5
*
mesa: Ensure that Paused is reset to false on EndTransformFeedback.
Paul Berry
2011-12-23
1
-0
/
+1
*
format_unpack: add 8/16 rgba/rgb types.
Dave Airlie
2011-12-22
1
-0
/
+134
*
mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.
Paul Berry
2011-12-21
2
-1
/
+7
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
6
-17
/
+17
*
mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range
Paul Berry
2011-12-20
1
-1
/
+5
*
mesa: Fix off-by-one error in transform feedback size check.
Paul Berry
2011-12-20
1
-1
/
+1
*
mesa: Record transform feedback strides/offsets in linker output.
Paul Berry
2011-12-20
1
-0
/
+10
*
Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e
Jon TURNEY
2011-12-20
1
-1
/
+1
*
mesa: fix a leak in _mesa_delete_texture_image()
Pekka Paalanen
2011-12-20
1
-0
/
+1
*
mesa: make _mesa_set_tex_image() static since it's not called anywhere else
Brian Paul
2011-12-18
2
-13
/
+7
*
mesa: new _mesa_prepare_mipmap_level() function for mipmap generation
Brian Paul
2011-12-16
2
-33
/
+101
*
mesa: make update_fbo_texture() non-static
Brian Paul
2011-12-16
2
-5
/
+10
*
mesa: whitespace and comment fixes in fbobject.c
Brian Paul
2011-12-16
1
-9
/
+11
*
mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2
Brian Paul
2011-12-16
1
-0
/
+2
*
mesa: add a few comments for the z unpacking functions
Brian Paul
2011-12-16
1
-0
/
+8
*
Enabling display list support for glClearBuffer functions with minor fixes
Anuj Phogat
2011-12-15
1
-11
/
+11
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
8
-60
/
+64
*
Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...
Jian Zhao
2011-12-14
1
-0
/
+8
*
Regenerate files from previous commits
Ian Romanick
2011-12-13
2
-2049
/
+2049
*
mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)
Marek Olšák
2011-12-13
1
-0
/
+9
*
mesa: update comments for _DepthBuffer, _StencilBuffer fields
Brian Paul
2011-12-13
1
-2
/
+3
*
mesa: remove _DepthBuffer, _StencilBuffer resize code
Brian Paul
2011-12-13
1
-18
/
+0
*
mesa: remove unused depthstencil.[ch] files
Brian Paul
2011-12-13
2
-1072
/
+0
*
mesa: move depth/stencil buffer validation to swrast
Brian Paul
2011-12-13
1
-3
/
+0
*
mesa: move update_depth/stencil_buffer() functions
Brian Paul
2011-12-13
3
-96
/
+89
*
mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()
Brian Paul
2011-12-13
1
-6
/
+8
*
mesa: fix possible precision issues in pack/unpack/fetch functions
Marek Olšák
2011-12-12
2
-14
/
+14
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
4
-0
/
+21
*
mesa,intel: use _mesa_image_offset() for PBOs
nobled
2011-12-08
1
-13
/
+16
*
mesa: add _mesa_image_offset()
nobled
2011-12-08
2
-17
/
+57
*
mesa/image: assert on bad format
nobled
2011-12-08
1
-11
/
+9
*
mesa/image: delete dead store
nobled
2011-12-08
1
-7
/
+0
*
mesa: use malloc instead of MAX_WIDTH array in glReadPixels()
Brian Paul
2011-12-08
1
-9
/
+14
*
mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()
Brian Paul
2011-12-08
1
-1
/
+7
*
mesa: add MAX_PIXEL_BYTES define
Brian Paul
2011-12-08
2
-0
/
+10
*
mesa: simplify _mesa_remove_renderbuffer()
Brian Paul
2011-12-08
1
-10
/
+2
*
mesa: remove software-based renderbuffer code from core Mesa
Brian Paul
2011-12-08
2
-2039
/
+0
[next]