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: 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
*
mesa/sso: Add support for GL_PROGRAM_SEPARABLE query
Gregory Hainaut
2014-02-21
2
-0
/
+31
*
mesa/sso: Implement _mesa_IsProgramPipeline
Gregory Hainaut
2014-02-21
2
-1
/
+9
*
mesa/sso: Implement _mesa_GenProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+30
*
mesa/sso: Implement _mesa_DeleteProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+33
*
mesa/sso: Add pipeline container/state
Gregory Hainaut
2014-02-21
4
-3
/
+206
*
mesa: Add a mutex and refcounting to gl_shader_state
Gregory Hainaut
2014-02-21
2
-0
/
+12
*
mesa: Make get_shader_flags publicly available
Gregory Hainaut
2014-02-21
2
-3
/
+6
*
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
2014-02-21
7
-43
/
+745
*
mesa/sso: Add extension tracking for ARB_separate_shader_objects
Ian Romanick
2014-02-21
2
-0
/
+2
*
mesa: Refactor per-stage link check to its own function
Ian Romanick
2014-02-21
1
-68
/
+34
*
mesa: Remove unnecessary condition.
Courtney Goeltzenleuchter
2014-02-21
1
-2
/
+1
*
glsl: add gl_InvocationID variable for ARB_gpu_shader5
Jordan Justen
2014-02-20
1
-0
/
+1
*
main/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgramiv support
Jordan Justen
2014-02-20
1
-0
/
+6
*
mesa: initialize gl_geometry_program Invocations field
Jordan Justen
2014-02-20
2
-0
/
+2
*
glsl/linker: produce gl_shader_program Geom.Invocations
Jordan Justen
2014-02-20
1
-0
/
+9
*
mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target()
Anuj Phogat
2014-02-18
1
-0
/
+3
*
main: Avoid double-free of shader Label
Carl Worth
2014-02-14
1
-0
/
+1
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
1
-0
/
+7
*
mesa: Make TexImage error cases about internalFormat more informative.
Eric Anholt
2014-02-12
1
-7
/
+13
[next]