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
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
153
-153
/
+0
*
mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
2013-06-04
1
-1
/
+1
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
Vinson Lee
2013-06-03
1
-1
/
+4
*
mesa/texformat: add _mesa_tex_target_is_array function
Jordan Justen
2013-06-02
2
-0
/
+16
*
mesa: handle missing read buffer in _mesa_get_color_read_format/type()
Brian Paul
2013-06-02
1
-30
/
+48
*
mesa: fix hodge podge indentation, update comments in texformat.c
Brian Paul
2013-06-02
1
-186
/
+184
*
mesa: Add missing break statement in _mesa_choose_tex_format.
Vinson Lee
2013-05-30
1
-0
/
+1
*
mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()
Brian Paul
2013-05-30
1
-2
/
+4
*
mesa: asst. whitespace, formatting fixes in teximage.c
Brian Paul
2013-05-30
1
-28
/
+43
*
mesa: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2013-05-30
3
-6
/
+32
*
mesa: Delete the ctx->Array._RestartIndex derived state.
Kenneth Graunke
2013-05-29
4
-12
/
+3
*
mesa: Ignore fixed-index primitive restart in ArrayElement().
Kenneth Graunke
2013-05-29
1
-1
/
+1
*
mesa: Add a helper function for determining the restart index.
Kenneth Graunke
2013-05-29
2
-0
/
+26
*
mesa: fix GLSL program objects with more than 16 samplers combined
Marek Olšák
2013-05-28
3
-26
/
+31
*
mesa: declare UniformBufferBindings as an array with a static size
Marek Olšák
2013-05-28
3
-9
/
+7
*
mesa: Remove extension checking from ChooseTexFormat.
Eric Anholt
2013-05-21
1
-651
/
+533
*
mesa: Add ChooseTexFormat support for the new XBGR formats.
Eric Anholt
2013-05-21
1
-0
/
+10
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
2
-4
/
+4
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
5
-26
/
+14
*
mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
Eric Anholt
2013-05-17
2
-9
/
+24
*
mesa: Stop clamping stencil reference value at specification time
Chris Forbes
2013-05-15
1
-9
/
+0
*
mesa: Use accessor for stencil reference values in glGet
Chris Forbes
2013-05-15
2
-2
/
+6
*
mesa: add accessor for effective stencil ref
Chris Forbes
2013-05-15
1
-0
/
+14
*
extensions: add AMD_vertex_shader_layer
Jordan Justen
2013-05-13
2
-1
/
+3
*
mesa: Expose GL_OES_texture_npot on GLES1
Chad Versace
2013-05-13
1
-1
/
+1
*
mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
Kenneth Graunke
2013-05-12
4
-24
/
+7
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
1
-1
/
+4
*
mesa: Add comments about bit-ordering of new XRGB/XBGR formats.
Kenneth Graunke
2013-05-12
1
-15
/
+15
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
3
-2
/
+11
*
mesa: skip _MaxElement computation unless driver needs strict bounds checking
Marek Olšák
2013-05-11
1
-1
/
+3
*
mesa: remove unused gl_array_object::NewArray
Marek Olšák
2013-05-11
4
-10
/
+0
*
mesa: remove unused gl_constants::MaxColorTableSize
Marek Olšák
2013-05-11
3
-6
/
+0
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
4
-9
/
+4
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
5
-20
/
+18
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
2
-8
/
+4
*
mesa: Make Mesa core set up wrapped texture renderbuffer state.
Eric Anholt
2013-05-06
1
-0
/
+7
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
3
-7
/
+49
*
mesa: Add infrastructure for ARB_gpu_shader5.
Matt Turner
2013-05-06
2
-0
/
+2
*
mesa: whitespace, formatting fixes, etc in api_arrayelt.c
Brian Paul
2013-05-03
1
-35
/
+65
*
mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment
Brian Paul
2013-05-03
1
-3
/
+3
*
mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.
Brian Paul
2013-05-03
1
-1
/
+2
*
mesa: update comments, simplify code in vtxfmt.c
Brian Paul
2013-05-02
1
-8
/
+6
*
mesa: update GLvertexformat comments
Brian Paul
2013-05-02
1
-20
/
+7
*
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
2013-05-02
5
-30
/
+3
*
mesa: remove GLvertexformat::Rectf()
Brian Paul
2013-05-02
3
-7
/
+2
*
mesa: simplify dispatch for glDraw* functions
Brian Paul
2013-05-02
3
-129
/
+17
*
mesa: remove _MESA_INIT_EVAL_VTXFMT() macro
Brian Paul
2013-05-02
2
-13
/
+8
*
mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
Brian Paul
2013-05-02
2
-5
/
+1
*
mesa: remove _MESA_INIT_DLIST_VTXFMT() macro
Brian Paul
2013-05-02
2
-7
/
+2
*
mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWN
Brian Paul
2013-05-02
2
-5
/
+3
[next]