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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: mark GL_RGB9_E5 as not color-renderable
Marek Olšák
2014-03-15
1
-4
/
+0
*
mesa: return v.value_int64 when the requested type is TYPE_INT64
Emil Velikov
2014-03-14
1
-3
/
+3
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
2
-20
/
+68
*
Fix the initial value of glDrawBuffers for GLES
Neil Roberts
2014-03-12
1
-1
/
+3
*
Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3
Neil Roberts
2014-03-12
1
-1
/
+6
*
mesa: Release gl_debug_state when destroying context.
Mike Stroyan
2014-03-12
1
-1
/
+4
*
mesa: s/GLhandleARB/GLuint/ for glGetUniform functions
Brian Paul
2014-03-10
3
-25
/
+25
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
5
-16
/
+16
*
mesa: reorder MESA_FORMAT enums
Brian Paul
2014-03-10
2
-1009
/
+936
*
mesa: trim down format.h comments
Brian Paul
2014-03-10
1
-169
/
+0
*
mesa/glsl: introduce a remap table for uniform locations
Tapani Pälli
2014-03-10
4
-37
/
+43
*
mesa: add missing DebugMessageControl types
Timothy Arceri
2014-03-08
1
-0
/
+2
*
mesa: make ARB_debug_output functions an alias of
Timothy Arceri
2014-03-08
4
-250
/
+88
*
mesa: fix the format of glEdgeFlagPointer
Marek Olšák
2014-03-07
1
-2
/
+2
*
mesa: Drop unused hash_table::mem_ctx field.
Kenneth Graunke
2014-03-06
3
-3
/
+0
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
5
-0
/
+60
*
mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__.
Matt Turner
2014-03-06
1
-0
/
+3
*
mesa: fix copy & paste bugs in pack_ubyte_SRGB8()
Brian Paul
2014-03-06
1
-2
/
+2
*
mesa: fix copy & paste bugs in pack_ubyte_SARGB8()
Brian Paul
2014-03-06
1
-2
/
+2
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
5
-4
/
+70
*
mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
Brian Paul
2014-03-05
2
-9
/
+9
*
mesa: new init_teximage_fields_ms() function to init MS texture images
Brian Paul
2014-03-05
1
-15
/
+29
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
5
-0
/
+47
*
mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...
Anuj Phogat
2014-03-04
1
-2
/
+11
*
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
Anuj Phogat
2014-03-04
1
-2
/
+1
*
mesa: Set initial internal format of a texture to GL_RGBA
Anuj Phogat
2014-03-04
1
-3
/
+10
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
5
-5
/
+0
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
19
-136
/
+136
*
mesa: update packed format layout comments
Brian Paul
2014-03-03
1
-50
/
+50
*
mesa: don't define c99 math functions for MSVC >= 1800
Hans
2014-03-03
1
-1
/
+1
*
mesa: don't call ctx->Driver.ClearBufferSubData() if size==0
Brian Paul
2014-03-03
1
-4
/
+8
*
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
2014-03-03
2
-5
/
+6
*
mesa: Move MESA_GLSL=dump output to stderr.
Kenneth Graunke
2014-03-02
1
-9
/
+11
*
mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINT
Brian Paul
2014-02-28
1
-0
/
+22
*
mesa: do depth/stencil format conversion in glGetTexImage
Brian Paul
2014-02-28
1
-2
/
+9
*
mesa: fix depth/stencil comments in formats.h
Brian Paul
2014-02-28
1
-2
/
+2
*
mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.
Vinson Lee
2014-02-25
1
-0
/
+3
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
10
-152
/
+173
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
7
-21
/
+35
*
mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage
Marek Olšák
2014-02-25
1
-7
/
+57
*
mesa: implement glBufferStorage, immutable buffers; add extension enable flag
Marek Olšák
2014-02-25
4
-0
/
+100
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
3
-3
/
+9
*
mesa: remove unused driver hook BindBuffer
Marek Olšák
2014-02-25
2
-8
/
+0
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
1
-1
/
+1
*
mesa: Move declarations before code.
Vinson Lee
2014-02-21
1
-27
/
+20
*
mesa/sso: Fix typo of 'unsigned'.
Vinson Lee
2014-02-21
1
-1
/
+1
*
mesa/sso: Implement _mesa_GetProgramPipelineiv
Gregory Hainaut
2014-02-21
1
-0
/
+58
*
mesa/sso: Implement _mesa_ActiveShaderProgram
Gregory Hainaut
2014-02-21
1
-0
/
+28
*
mesa/sso: Implement _mesa_CreateShaderProgramv
Gregory Hainaut
2014-02-21
1
-1
/
+6
*
mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXT
Gregory Hainaut
2014-02-21
1
-8
/
+18
[next]