summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2013-07-30st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supportedMarek Olšák1-0/+1
2013-07-30st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2-0/+15
2013-07-18st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke1-0/+1
2013-07-11gallium: fixup definitions of the rsq and sqrtZack Rusin1-2/+4
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul2-5/+6
2013-07-12tgsi: fix-up KILP commentsBrian Paul1-0/+1
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-3/+0
2013-07-02st/mesa: disable EXT_separate_shader_objectsMarek Olšák1-1/+8
2013-07-02mesa: renumber shader indices according to their placement in pipelineMarek Olšák3-17/+10
2013-06-30st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák1-0/+6
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_shading_language_100 is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick1-1/+0
2013-06-26st/mesa: add casts to silence MSVC warningsBrian Paul5-8/+8
2013-06-26st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul1-1/+1
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-29/+29
2013-06-21mesa: Use shared code for converting shader targets to short strings.Eric Anholt1-5/+2
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-3/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-3/+3
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt1-36/+7
2013-06-14st/mesa: fix temp texture bindings in st_CopyPixels()Chia-I Wu1-17/+13
2013-06-13st/mesa: make generic CopyPixels path work with MSAA visualsMarek Olšák1-92/+70
2013-06-13st/mesa: don't use blit_copy_pixels if an occlusion query is activeMarek Olšák1-1/+2
2013-06-13st/mesa: rework blit_copy_pixels to use pipe->blitMarek Olšák1-35/+79
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2-2/+4
2013-06-13mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák1-2/+1
2013-06-12glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick1-1/+1
2013-06-07gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius1-0/+22
2013-06-05mesa: remove outdated version lines in commentsRico Schüller4-4/+0
2013-06-04mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul1-1/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin2-2/+2
2013-05-29st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke1-1/+1
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák1-5/+2
2013-05-24st/mesa: add switch cases for new IR enums to silence warningsBrian Paul1-0/+2
2013-05-18st/mesa: fix weird UCMP opcode use for bool ubo loadRoland Scheidegger1-4/+2
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-3/+2
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-5/+1
2013-05-15st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák7-63/+22
2013-05-15st: Use accessor for stencil reference valuesChris Forbes1-2/+5
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-2/+2
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-3/+5
2013-05-14mesa/st: Temporary workaround for fdo bug 64568.José Fonseca1-0/+5
2013-05-13glsl: Add lowering pass for ir_triop_vector_insertIan Romanick1-0/+1
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-1/+1