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
*
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
2012-10-07
1
-1
/
+1
*
meta: Use float for temporary images, not (un)signed normalized.
Kenneth Graunke
2012-09-27
1
-4
/
+8
*
meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.
Paul Berry
2012-09-25
2
-27
/
+21
*
meta: Add on demand compilation of per target shader programs
Anuj Phogat
2012-09-21
1
-57
/
+84
*
meta: Don't _mesa_set_enable() invalid targets in ES 1.
Kenneth Graunke
2012-09-15
1
-8
/
+13
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_OES_draw_texture define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
meta: make mem_ctx non-global.
Dave Airlie
2012-09-15
2
-3
/
+1
*
meta: Refactor handling of GL_MULTISAMPLE.
Paul Berry
2012-09-14
1
-31
/
+2
*
_mesa_meta_GenerateMipmap: Generate separate shaders for glsl 120 / 130
Anuj Phogat
2012-09-14
1
-20
/
+58
*
_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...
Anuj Phogat
2012-09-14
2
-6
/
+74
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
meta: Don't save and restore fog state when there is no fog state
Ian Romanick
2012-09-03
1
-2
/
+6
*
meta: remove call to _meta_in_progress(), fix multisample enable/disable
Brian Paul
2012-08-30
1
-2
/
+31
*
meta: add parenthesis to silence compiler warnings
Brian Paul
2012-08-30
1
-2
/
+2
*
meta: Don't use deprecated keyword in 1.30 shader
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context
Ian Romanick
2012-08-29
1
-2
/
+8
*
meta: Don't stray outside the confines of the API specified in the context
Paul Berry
2012-08-29
1
-42
/
+58
*
meta: Add GLSL variant of _mesa_meta_GenerateMipmap() function
Anuj Phogat
2012-08-29
1
-58
/
+220
*
meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't exist
Ian Romanick
2012-08-23
1
-2
/
+6
*
meta: remove unused variable
Brian Paul
2012-08-16
1
-1
/
+1
*
meta: allow CopyTexSubImage on integer formats
Jordan Justen
2012-08-14
1
-6
/
+10
*
meta: texture rectangle textures may not have mipmaps
Pauli Nieminen
2012-08-12
1
-2
/
+4
*
meta: Use sampler object for mipmap generation
Pauli Nieminen
2012-08-12
1
-25
/
+27
*
meta: Use sampler object in framebuffer blit
Pauli Nieminen
2012-08-01
1
-17
/
+14
*
meta: Add sampler object to texture decompression
Pauli Nieminen
2012-08-01
1
-20
/
+24
*
meta: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
meta: fix glDrawPixels fallback test, stencil drawing
Brian Paul
2012-07-27
1
-2
/
+2
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.
Paul Berry
2012-07-02
2
-1
/
+17
*
meta: Don't alter fragment color clamp in DrawPixels().
Kenneth Graunke
2012-07-02
1
-1
/
+0
*
meta: Cleanup the resources we allocate.
Antoine Labour
2012-06-12
1
-6
/
+66
*
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-3
/
+1
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
1
-3
/
+1
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
3
-71
/
+15
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
2
-19
/
+6
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-3
/
+1
*
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
Kenneth Graunke
2012-06-05
1
-0
/
+4
*
mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
2012-05-30
1
-1
/
+1
*
mesa: remove ctx->Driver.ClearColor() hook
Brian Paul
2012-03-12
1
-1
/
+0
*
mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks
Brian Paul
2012-03-12
1
-2
/
+0
*
meta: Fix compilation without FEATURE_EXT_transform_feedback
Benjamin Franzke
2012-03-05
1
-0
/
+6
*
meta: Fix compilation without FEATURE_feedback
Benjamin Franzke
2012-03-05
1
-0
/
+6
*
meta: Avoid FBO resizing/reallocating in decompress_texture_image
Anuj Phogat
2012-02-15
1
-1
/
+1
*
meta: Add pixel store/pack operations in decompress_texture_image
Anuj Phogat
2012-02-13
1
-5
/
+3
*
meta: replace abort() with _mesa_problem()
Brian Paul
2012-02-10
1
-1
/
+2
*
meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
2012-01-24
1
-0
/
+5
*
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
2012-01-24
1
-2
/
+0
*
meta: Fallback for glBlitFramebuffer from a multisample surface
Ian Romanick
2012-01-23
1
-1
/
+6
[next]