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
/
fbobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()
Brian Paul
2011-08-19
1
-3
/
+21
*
mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()
Brian Paul
2011-08-19
1
-11
/
+45
*
mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()
Brian Paul
2011-08-18
1
-2
/
+2
*
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
*
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
2011-07-10
1
-0
/
+4
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+19
*
mesa: Fix render-to-texture regression.
Eric Anholt
2011-06-18
1
-2
/
+2
*
mesa: use helper functions to distinguish between user/winsys FBOs
Brian Paul
2011-06-16
1
-18
/
+42
*
mesa: Ignore blits to/from missing buffers
Ian Romanick
2011-06-07
1
-8
/
+37
*
mesa: queries of non-existent FBO attachments should return INVALID_OPERATION
Marek Olšák
2011-06-01
1
-1
/
+26
*
mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.
Eric Anholt
2011-05-26
1
-1
/
+1
*
mesa: make RGB9_E5 non-renderable on swrast again
Marek Olšák
2011-05-17
1
-6
/
+4
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+2
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+11
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
1
-1
/
+31
*
mesa: Guard against null pointer deref in fbo validation
Fabian Bieler
2011-04-05
1
-1
/
+1
*
mesa: added _mesa_get_attachment_teximage() helpers
Brian Paul
2011-04-05
1
-6
/
+4
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-1
/
+37
*
mesa: Add missing parentheses in glBlitFramebufferEXT error strings.
Vinson Lee
2011-03-28
1
-5
/
+5
*
mesa: return after invalidating renderbuffer
Marek Olšák
2011-03-07
1
-0
/
+1
*
mesa: invalidate framebuffer if internal format of renderbuffer is changed
Marek Olšák
2011-03-07
1
-6
/
+29
*
mesa: consolidate framebuffer target lookup code
Brian Paul
2011-02-28
1
-89
/
+33
*
mesa: s/mesaFormat/attFormat/
Brian Paul
2011-02-28
1
-4
/
+4
*
mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer
Brian Paul
2011-02-18
1
-0
/
+7
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-1
/
+1
*
mesa: fix typo, wrap long line
Brian Paul
2011-01-28
1
-2
/
+3
*
mesa: add red, red/green formats in _mesa_base_fbo_format()
Brian Paul
2011-01-24
1
-1
/
+11
*
mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()
Brian Paul
2011-01-24
1
-0
/
+29
*
mesa: new cases in _mesa_base_fbo_format()
Brian Paul
2011-01-24
1
-8
/
+35
*
Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...
Brian Paul
2011-01-24
1
-24
/
+43
*
mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported
Marek Olšák
2011-01-23
1
-1
/
+8
*
mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.
Eric Anholt
2011-01-14
1
-43
/
+24
*
srgb: fix fbo base format picking.
Dave Airlie
2011-01-14
1
-1
/
+1
*
mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.
Dave Airlie
2011-01-13
1
-0
/
+2
*
mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()
Brian Paul
2011-01-12
1
-0
/
+7
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.
Eric Anholt
2011-01-03
1
-1
/
+2
*
mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.
Eric Anholt
2011-01-03
1
-0
/
+9
*
mesa: Use the common logic for "is this baseformat a color format?"
Eric Anholt
2011-01-03
1
-7
/
+7
*
mesa: Allow color renderbuffers besides just RGB and RGBA.
Eric Anholt
2011-01-03
1
-2
/
+1
*
mesa: test for cube map completeness in glGenerateMipmap()
Brian Paul
2010-12-06
1
-0
/
+8
*
mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment type
Brian Paul
2010-12-03
1
-1
/
+1
*
mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query
Brian Paul
2010-12-03
1
-2
/
+2
*
mesa: rename function to _mesa_is_format_integer_color()
Brian Paul
2010-10-26
1
-1
/
+1
*
mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITY
Marek Olšák
2010-10-24
1
-0
/
+3
*
mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness()
Brian Paul
2010-10-23
1
-0
/
+6
*
mesa: simplify fbo format checking code
Brian Paul
2010-10-23
1
-13
/
+38
*
mesa: 80-column wrapping
Brian Paul
2010-10-23
1
-3
/
+6
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
[next]