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
/
drivers
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
meta: remove unneeded #include colortab.h
Brian Paul
2015-04-28
1
-1
/
+0
*
meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...
Eduardo Lima Mitev
2015-03-13
1
-32
/
+0
*
meta: Plug memory leak
Ben Widawsky
2015-03-09
1
-1
/
+3
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-0
/
+7
*
meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
Neil Roberts
2015-03-05
1
-0
/
+8
*
meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
Neil Roberts
2015-03-05
1
-12
/
+20
*
Revert "common: Fix PBOs for 1D_ARRAY."
Neil Roberts
2015-03-05
1
-36
/
+26
*
meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
Jason Ekstrand
2015-03-02
1
-4
/
+4
*
meta: silence declaration after code warning on MinGW
Brian Paul
2015-02-27
1
-1
/
+2
*
meta: silence uninitialized variable warnings for MinGW
Brian Paul
2015-02-27
1
-0
/
+2
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-02-26
1
-4
/
+0
*
meta: Pass null pointer for the pixel data to avoid unnecessary data upload
Anuj Phogat
2015-02-25
1
-1
/
+4
*
meta: Fix buffer object assignment to account for both pack and unpack bo's
Anuj Phogat
2015-02-25
1
-1
/
+1
*
meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER
Anuj Phogat
2015-02-25
1
-1
/
+7
*
meta: Add assertion check for ctx->Meta->SaveStackDepth
Anuj Phogat
2015-02-25
1
-0
/
+2
*
meta: Do power of two samples check only for samples > 0
Anuj Phogat
2015-02-25
1
-2
/
+2
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-24
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-24
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-24
1
-1
/
+4
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-5
/
+5
*
meta: Fix saving the results of the current occlusion query
Neil Roberts
2015-02-16
1
-7
/
+10
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
5
-17
/
+37
*
meta: Don't write depth when decompressing tex-images
Topi Pohjolainen
2015-01-30
1
-1
/
+1
*
meta: Don't write depth when generating miptrees
Topi Pohjolainen
2015-01-30
1
-1
/
+1
*
meta/blit: Compile programs with and without depth
Topi Pohjolainen
2015-01-30
2
-5
/
+11
*
meta/blit: Write depth only when asked for
Topi Pohjolainen
2015-01-30
1
-2
/
+3
*
meta/blit: Add plumbing for shaders without depth
Topi Pohjolainen
2015-01-30
4
-3
/
+5
*
meta: Move loop declaration to top of block.
José Fonseca
2015-01-22
1
-2
/
+4
*
meta: Add an implementation of GetTexSubImage for PBOs
Jason Ekstrand
2015-01-22
2
-0
/
+125
*
meta: Add a BlitFramebuffers-based implementation of TexSubImage
Jason Ekstrand
2015-01-22
2
-0
/
+247
*
meta: Put _mesa_meta_in_progress in the header file
Ian Romanick
2015-01-14
2
-12
/
+5
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
2
-4
/
+4
*
meta: init var to silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
meta: Only use _mesa_ClipControl if the extension is supported
Ian Romanick
2014-10-24
1
-4
/
+7
*
mesa: Handle clip control in meta operations.
Mathias Fröhlich
2014-10-24
2
-0
/
+9
*
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
2014-10-18
1
-0
/
+1
*
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
2014-10-01
1
-8
/
+9
*
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
2014-10-01
1
-1
/
+1
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
2
-13
/
+199
*
meta: Fix error paths in meta_copy_image.c
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+9
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
1
-1
/
+8
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
2
-22
/
+55
*
meta: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
meta/copy_image: Use the correct texture level when creating views
Jason Ekstrand
2014-09-03
1
-1
/
+1
*
meta: Make MESA_META_DRAW_BUFFERS restore properly
Kristian Høgsberg
2014-09-02
1
-34
/
+4
[prev]
[next]