summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-26mapi/glapi: Use ElementTree instead of libxml2.José Fonseca3-151/+134
2014-03-26mapi/glapi: Remove glX_doc.py.José Fonseca1-280/+0
2014-03-26st/mesa: fix sampler view handling with shared textures v4Christian König3-0/+28
2014-03-26gallivm: fix no-op n:n lp_build_resize()Roland Scheidegger1-6/+6
2014-03-25i965: For fast color clears, only check the color of live channels.Kevin Rogovin1-1/+2
2014-03-25i965: Set Broadwell MOCS values everywhere it's possible.Kenneth Graunke6-12/+27
2014-03-25mesa: In core profile, refuse to draw unless a VAO is bound.Kenneth Graunke1-1/+4
2014-03-26Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats."Chris Forbes1-12/+8
2014-03-25mesa: move GLbitfield any_valid_stages declaration before codeBrian Paul1-1/+2
2014-03-25glsl: Clean up "unused parameter" warningsIan Romanick1-5/+5
2014-03-25glsl: Minor clean ups in constant_referencedIan Romanick1-11/+6
2014-03-25glsl: Remove ir_dereference::constant_referencedIan Romanick2-61/+0
2014-03-25glsl: Fold implementation of ir_dereference_array::constant_referenced into w...Ian Romanick1-46/+43
2014-03-25glsl: Fold implementation of ir_dereference_record::constant_referenced into ...Ian Romanick1-17/+21
2014-03-25glsl: Fold implementation of ir_dereference_variable::constant_referenced int...Ian Romanick1-12/+13
2014-03-25glsl: Add wrapper function that calls ir_dereference::constant_referencedIan Romanick1-16/+36
2014-03-25glsl: Group all of the constant_referenced functions togetherIan Romanick2-96/+109
2014-03-25i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne1-0/+9
2014-03-25mesa/sso: Implement ValidateProgramPipelineGregory Hainaut4-3/+203
2014-03-25mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_validGregory Hainaut2-0/+79
2014-03-25mesa/sso: Add gl_pipeline_object::InfoLog supportGregory Hainaut2-3/+24
2014-03-25mesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for glGetGregory Hainaut2-0/+12
2014-03-25mesa/sso: Implement _mesa_BindProgramPipelineGregory Hainaut1-0/+69
2014-03-25mesa/sso: Implement _mesa_UseProgramStagesGregory Hainaut1-0/+102
2014-03-25mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_programGregory Hainaut3-15/+24
2014-03-25meta/sso: Update meta to save and restore SSO state.Gregory Hainaut2-0/+20
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut32-110/+124
2014-03-25mesa/sso: replace Shader binding point with _ShaderGregory Hainaut3-3/+125
2014-03-25llvmpipe: Simplify vertex and geometry shaders.José Fonseca5-70/+33
2014-03-25draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca1-1/+2
2014-03-24haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV1-3/+9
2014-03-24i965: For color clears, only disable writes to components that exist.Kenneth Graunke1-1/+2
2014-03-24mesa: Skip clearing color buffers when color writes are disabled.Kenneth Graunke1-1/+26
2014-03-24mesa: Introduce a _mesa_format_has_color_component() helper.Kenneth Graunke2-0/+33
2014-03-24i965: Fix compiler warning about signed/unsigned.Eric Anholt1-1/+1
2014-03-24i965/gen8: Change the winsys MSAA blits from blorp to meta.Eric Anholt4-8/+152
2014-03-24mesa: Stop skipping the FinishRenderTexture calls for winsys FBOs.Eric Anholt1-2/+3
2014-03-24i965: Skip reallocating the private MSAA miptree, unless it's resized.Eric Anholt1-17/+28
2014-03-24i965: Simplify the no-reopening-the-winsys-buffer tests.Eric Anholt1-22/+16
2014-03-24i965: Don't forget to free the old singlesample_mt.Eric Anholt1-0/+1
2014-03-24i965: Add an env var for forcing window system MSAA.Eric Anholt2-0/+17
2014-03-24i965/vec4: Eliminate dead writes to the flag register.Matt Turner1-18/+48
2014-03-24i965/vec4: Eliminate writes that are never read.Matt Turner1-0/+46
2014-03-24i965/vec4: Factor code out of DCE into a separate function.Matt Turner1-34/+39
2014-03-24i965/vec4: Let dead code eliminate trim dead channels.Matt Turner1-3/+26
2014-03-24i965/vec4: Track live ranges per-channel, not per vgrf.Matt Turner2-14/+41
2014-03-24i965/vec4: Don't dead code eliminate instructions writing the flag.Matt Turner1-1/+5
2014-03-24i965/vec4: Preparatory clean up of dead_code_eliminate().Matt Turner1-22/+23
2014-03-24i965/vec4: Add is_null() method to dst_reg.Matt Turner2-0/+10
2014-03-24i965/vec4: Print the predicate in dump_instructions().Matt Turner1-0/+5