mesa.git
2013-09-12 Marek Olšákradeonsi: fix and enable transform feedback for CIK
2013-09-12 Marek Olšákradeonsi: fix gl_InstanceID with non-zero start_instance
2013-09-12 Marek Olšákgallium: comment that INSTANCEID doesn't include start_...
2013-09-12 Marek Olšákradeonsi: enable streamout AKA transform feedback for SI
2013-09-12 Marek Olšákradeonsi: implement streamout shader support
2013-09-12 Marek Olšákradeonsi: implement glDrawTransformFeedback functionality
2013-09-12 Marek Olšákradeonsi: fix streamout queries
2013-09-12 Marek Olšákradeonsi: implement streamout flush properly
2013-09-12 Marek Olšákradeonsi: bind streamout buffers to VGT and the vertex...
2013-09-12 Marek Olšákradeonsi: handle rasterizer_discard and set GS_OUT_PRIM...
2013-09-12 Marek Olšákradeonsi: initialize the first CS like any other
2013-09-12 Marek Olšákradeonsi: integrate shared streamout state
2013-09-12 Marek Olšákradeon: don't emit streamout state if there are no...
2013-09-12 Marek Olšákradeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
2013-09-12 Kenneth Graunkemesa: Disallow relinking if a program is used by an...
2013-09-12 Kenneth Graunkemesa: Reject ResumeTransformFeedback if the wrong progr...
2013-09-12 Kenneth Graunkemesa: Track the vertex program active at BeginTransform...
2013-09-12 Kenneth Graunkemesa: Disallow TransformFeedbackVaryings when active.
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-09-12 Christian Königradeon/uvd: use more sane defaults for bitstream buffer...
2013-09-12 Andreas Bollos: First check for __GLIBC__ and then for PIPE_OS_BSD
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-09-12 José Fonsecatrace: Several enhancements to dump_state.py
2013-09-12 José Fonsecatrace: Support bigger TGSI shaders.
2013-09-12 Kenneth Graunkeglsl: Use sampler_coordinate_components instead of...
2013-09-12 Kenneth Graunkeglsl: Add a new glsl_type::sampler_coordinate_component...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.
2013-09-11 Paul Berryi965/gs: implement EndPrimitive() functionality in...
2013-09-11 Paul Berryi965/vec4: Add the ability to emit opcodes with just...
2013-09-11 Paul Berryi965/gs: Add opcodes needed for EndPrimitive().
2013-09-11 Paul Berryi965/gen7: Add the ability to send URB_WRITE_OWORD...
2013-09-11 Paul Berryi965/gen7: Allow URB_WRITE channel masks to be used.
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-11 Paul Berryglsl: During linking, record whether a GS uses EndPrimi...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
2013-09-11 Paul Berryi965/gen7: Extract a function for setting up a shader...
2013-09-11 Torsten Duwewayland-egl.pc requires wayland-client.pc.
2013-09-11 Johannes Obermayrst/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAY...
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-09-11 Kenneth Graunkei965: Add an assertion that writemask != NULL for non...
2013-09-11 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-11 Kenneth Graunkei965/vec4: Simplify the computation of coord_mask and...
2013-09-10 Matt Turnerdocs: Clean up autoconf.html.
2013-09-10 Henri Verbeetmesa: Properly set the fog scale (gl_Fog.scale) to...
2013-09-10 Vinson Leemesa: Use correct enum conversion function.
2013-09-10 Vinson Leemesa: Ensure gl_sync_object is fully initialized.
2013-09-10 Vinson Leeradeonsi: Add parentheses around '|' operands.
2013-09-10 Vinson Leeutil: Fix unmatched parenthesis.
2013-09-10 Brian Paulutil: don't use _fxsave() with MSVC 2010 or older
2013-09-10 Vinson Leeglsl: Add missing va_end in builtin_builder::add_function.
2013-09-10 Vinson Leeglsl: Initialize builtin_builder member variables.
2013-09-09 Brian Paulglsl: fix variadic macro for MSVC
2013-09-09 Brian Paulglsl: remove struct keyword from ir_variable declarations
2013-09-09 Kenneth GraunkeRevert "i965/vec4: Only zero out unused message compone...
2013-09-09 Matt Turneri965: Allow immediates to be folded into logical and...
2013-09-09 Matt Turneri965: Enable MESA_shader_integer_mix.
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
2013-09-09 Matt Turnerglsl: Use conditional-select in mix().
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Rename ir_function_signature::builtin_info to...
2013-09-09 Kenneth Graunkebuild: Delete cross-compiling macros.
2013-09-09 Kenneth Graunkeglsl: Add missing type inference for ir_binop_bfm.
2013-09-09 Kenneth Graunkeglsl: Delete old built-in function generation code.
2013-09-09 Kenneth Graunkeglsl: Remove builtin_compiler from the build system.
2013-09-09 Kenneth Graunkeglsl: Switch to the new built-in function module.
2013-09-09 Kenneth Graunkeglsl: Write a new built-in function module.
2013-09-09 Kenneth Graunkeglsl: Add optional parameters to the ir_factory constru...
2013-09-09 Kenneth Graunkeglsl: Add IR builder shortcuts for a bunch of random...
2013-09-09 Kenneth Graunkeglsl: Expose IR builder support for arbitrary swizzling.
2013-09-09 Kenneth Graunkeglsl: Add a new ir_builder::dotlike() function.
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for generating return...
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for conditional assignments.
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for triops.
2013-09-09 Kenneth Graunkeglsl: Add an ir_expression triop constructor with type...
2013-09-09 Kenneth Graunkeglsl: Add missing type inference support for ARB_gpu_sh...
2013-09-09 Kenneth Graunkeglsl: Initialize lod_info in the ir_texture constructor.
2013-09-09 Kenneth Graunkeglsl: Skip unavailable built-ins when printing out...
2013-09-09 Kenneth Graunkeglsl: Skip unavailable built-ins when matching signatures.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkeglsl: Add a method to tell whether a built-in is available.
2013-09-09 Kenneth Graunkeglsl: Mark _mesa_glsl_parse_state::is_version() as...
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-09-09 Kenneth Graunkeglsl: Store a predicate for whether a built-in signatur...
2013-09-09 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-09 Paul Berryvbo: Implement new gs prim types in vbo_count_tessellat...
2013-09-08 Ian Romanicki965: Enable AMD_seamless_cubemap_per_texture
2013-09-08 Ian Romanickmesa: Always use seamless cubemap filtering in GLES3
2013-09-08 Ian Romanickmesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_...
2013-09-08 Ian Romanickdocs: initial 9.3 release notes file
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-09-06 Alex Deucherradeonsi: add berlin pci ids
2013-09-06 Alex Deucherr600g: remove DMA padding
2013-09-06 Alex Deucherradeon/winsys: pad IBs to a multiple of 8 DWs
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-09-06 Vinson Leemesa: Ensure gl_query_object is fully initialized.
2013-09-06 Zack Rusingallivm: support indirect registers on both dimensions
2013-09-06 Stéphane Marchesini915g: Document fall-through switch
2013-09-06 Stéphane Marchesini915g: Handle i915->batch == NULL correctly in flush
2013-09-06 Stéphane Marchesini915g: Remove useless comparison
next