summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: rename format_(un)pack.c functions to match format names (pt. 6)Brian Paul2014-03-262-12/+12
* mesa: rename format_(un)pack.c functions to match format names (pt. 5)Brian Paul2014-03-262-72/+72
* mesa: rename format_(un)pack.c functions to match format names (pt. 4)Brian Paul2014-03-262-44/+44
* mesa: rename format_(un)pack.c functions to match format names (pt. 3)Brian Paul2014-03-262-67/+67
* mesa: rename format_(un)pack.c functions to match format names (pt. 2)Brian Paul2014-03-262-36/+36
* mesa: rename format_(un)pack.c functions to match format names (pt. 1)Brian Paul2014-03-262-403/+403
* llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin2014-03-261-3/+5
* st/omx/dec: fix possible segfault at eosChristian König2014-03-261-1/+1
* mapi/glapi: Use ElementTree instead of libxml2.José Fonseca2014-03-268-221/+141
* mapi/glapi: Remove glX_doc.py.José Fonseca2014-03-261-280/+0
* st/mesa: fix sampler view handling with shared textures v4Christian König2014-03-263-0/+28
* gallivm: fix no-op n:n lp_build_resize()Roland Scheidegger2014-03-261-6/+6
* i965: For fast color clears, only check the color of live channels.Kevin Rogovin2014-03-251-1/+2
* i965: Set Broadwell MOCS values everywhere it's possible.Kenneth Graunke2014-03-256-12/+27
* mesa: In core profile, refuse to draw unless a VAO is bound.Kenneth Graunke2014-03-251-1/+4
* Revert "build: llvm libs may not be in system search path, add rpath"Ilia Mirkin2014-03-251-1/+0
* Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats."Chris Forbes2014-03-261-12/+8
* mesa: move GLbitfield any_valid_stages declaration before codeBrian Paul2014-03-251-1/+2
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-251-5/+5
* glsl: Minor clean ups in constant_referencedIan Romanick2014-03-251-11/+6
* glsl: Remove ir_dereference::constant_referencedIan Romanick2014-03-252-61/+0
* glsl: Fold implementation of ir_dereference_array::constant_referenced into w...Ian Romanick2014-03-251-46/+43
* glsl: Fold implementation of ir_dereference_record::constant_referenced into ...Ian Romanick2014-03-251-17/+21
* glsl: Fold implementation of ir_dereference_variable::constant_referenced int...Ian Romanick2014-03-251-12/+13
* glsl: Add wrapper function that calls ir_dereference::constant_referencedIan Romanick2014-03-251-16/+36
* glsl: Group all of the constant_referenced functions togetherIan Romanick2014-03-252-96/+109
* i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne2014-03-251-0/+9
* mesa/sso: Implement ValidateProgramPipelineGregory Hainaut2014-03-254-3/+203
* mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_validGregory Hainaut2014-03-252-0/+79
* mesa/sso: Add gl_pipeline_object::InfoLog supportGregory Hainaut2014-03-252-3/+24
* mesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for glGetGregory Hainaut2014-03-252-0/+12
* mesa/sso: Implement _mesa_BindProgramPipelineGregory Hainaut2014-03-251-0/+69
* mesa/sso: Implement _mesa_UseProgramStagesGregory Hainaut2014-03-251-0/+102
* mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_programGregory Hainaut2014-03-253-15/+24
* meta/sso: Update meta to save and restore SSO state.Gregory Hainaut2014-03-252-0/+20
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-2532-110/+124
* mesa/sso: replace Shader binding point with _ShaderGregory Hainaut2014-03-253-3/+125
* llvmpipe: Simplify vertex and geometry shaders.José Fonseca2014-03-255-70/+33
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV2014-03-242-3/+14
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-241-1/+2
* mesa: Skip clearing color buffers when color writes are disabled.Kenneth Graunke2014-03-241-1/+26
* mesa: Introduce a _mesa_format_has_color_component() helper.Kenneth Graunke2014-03-242-0/+33
* i965: Fix compiler warning about signed/unsigned.Eric Anholt2014-03-241-1/+1
* i965/gen8: Change the winsys MSAA blits from blorp to meta.Eric Anholt2014-03-244-8/+152
* mesa: Stop skipping the FinishRenderTexture calls for winsys FBOs.Eric Anholt2014-03-241-2/+3
* i965: Skip reallocating the private MSAA miptree, unless it's resized.Eric Anholt2014-03-241-17/+28
* i965: Simplify the no-reopening-the-winsys-buffer tests.Eric Anholt2014-03-241-22/+16
* i965: Don't forget to free the old singlesample_mt.Eric Anholt2014-03-241-0/+1
* i965: Add an env var for forcing window system MSAA.Eric Anholt2014-03-242-0/+17