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
*
main: Move MESA_SHADER_TYPES outside of gl_shader_type enum.
Paul Berry
2013-12-17
1
-1
/
+2
*
glsl: Don't return bad values from _mesa_shader_type_to_index.
Paul Berry
2013-12-17
1
-1
/
+1
*
mesa: fix texture view use of _mesa_get_tex_image()
Chris Forbes
2013-12-14
1
-2
/
+7
*
mesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
Chris Forbes
2013-12-14
1
-6
/
+8
*
mesa: document _mesa_texstore() return value
Brian Paul
2013-12-13
1
-0
/
+1
*
mesa: s/uint/GLuint/ to fix MSVC error
Brian Paul
2013-12-13
1
-1
/
+1
*
mesa: Update TexStorage to support ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
2
-2
/
+9
*
mesa: add texture_view helper function for TexStorage
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+65
*
mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
2013-12-13
1
-1
/
+538
*
mesa: consolidate multiple next_mipmap_level_size
Courtney Goeltzenleuchter
2013-12-13
3
-26
/
+11
*
mesa: Add driver entry point for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: ARB_texture_view get parameters
Courtney Goeltzenleuchter
2013-12-13
1
-4
/
+56
*
mesa: update texture object for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: Tracking for ARB_texture_view extension
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+2
*
mesa: Add API definitions for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
3
-1
/
+105
*
mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
2013-12-13
1
-1
/
+3
*
mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
2013-12-12
1
-6
/
+25
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
2
-16
/
+16
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-6
/
+6
*
mesa: fix a typo in glDetachShader error message
Tapani Pälli
2013-12-12
1
-1
/
+1
*
mesa: add IsSample bitfield to gl_fragment_program
Chris Forbes
2013-12-07
1
-0
/
+6
*
mesa: Remove support for GL_MESA_texture_array
Ian Romanick
2013-12-04
5
-36
/
+0
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
11
-54
/
+28
*
mesa: Minor clean-up of target_enum_to_index
Ian Romanick
2013-12-04
1
-6
/
+6
*
mesa: Silence GCC warning in count_tex_size
Ian Romanick
2013-12-04
1
-0
/
+2
*
mesa: Silence GCC warning in _mesa_test_texobj_completeness
Ian Romanick
2013-12-04
1
-1
/
+1
*
mesa: Add missing API check for GL_TEXTURE_3D
Ian Romanick
2013-12-04
1
-1
/
+1
*
mesa: Add missing checks for GL_TEXTURE_CUBE_MAP_ARRAY
Ian Romanick
2013-12-04
1
-1
/
+2
*
mesa: reduce memory used for short display lists
Brian Paul
2013-12-04
1
-0
/
+35
*
mesa: update/remove display list comments
Brian Paul
2013-12-04
1
-16
/
+5
*
mesa: remove gl_dlist_node::next pointer to reduce dlist memory use
Brian Paul
2013-12-04
1
-8
/
+10
*
mesa: begin reducing memory used by display lists
Brian Paul
2013-12-04
1
-172
/
+252
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-5
/
+9
*
mesa: don't leak performance monitors on context destroy
Ilia Mirkin
2013-12-04
3
-0
/
+23
*
mesa: resolve typo DTXn/DXTn
Emil Velikov
2013-12-03
1
-1
/
+1
*
mesa: expose AMD_vertex_shader_layer in the core profile only
Marek Olšák
2013-12-03
1
-1
/
+1
*
glsl: Simplify the built-in function linking code.
Kenneth Graunke
2013-12-01
2
-4
/
+2
*
mesa: fix mem leak of glPixelMap data in display list
Brian Paul
2013-11-29
1
-13
/
+16
*
mesa: added memory-related comment in save_error()
Brian Paul
2013-11-29
1
-0
/
+4
*
mesa: fix flags assignment in save_WaitSync()
Brian Paul
2013-11-29
1
-1
/
+1
*
mesa: remove old colortable, histogram, etc. code from dlist.c
Brian Paul
2013-11-29
1
-551
/
+0
*
mesa: have old convolution functions generate GL_INVALID_OPERATION
Brian Paul
2013-11-29
1
-12
/
+12
*
mesa: have old glColorTable functions generate GL_INVALID_OPERATION
Brian Paul
2013-11-29
1
-10
/
+10
*
mesa: Add validation helpers for new indirect draws
Chris Forbes
2013-11-25
2
-0
/
+218
*
mesa: Add binding point for indirect buffer
Chris Forbes
2013-11-25
4
-0
/
+22
*
mesa: Add extension scaffolding for ARB_draw_indirect
Chris Forbes
2013-11-25
3
-0
/
+4
*
glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirect
Chris Forbes
2013-11-25
1
-4
/
+4
*
mesa: initialize gl_renderbuffer::Depth in core
Marek Olšák
2013-11-23
1
-0
/
+1
*
mesa: fix indentation in ffvertex_prog.c
Brian Paul
2013-11-22
1
-12
/
+14
*
mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.
Paul Berry
2013-11-21
1
-0
/
+12
[next]