mesa.git
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
2013-09-06 Stéphane Marchesini915g: Fix initial array index
2013-09-06 Brian Paulmesa: add GL_KHR_debug functions to dispatch_sanity.cpp
2013-09-06 Timothy Arceridocs: Add some notes on submitting patches
2013-09-06 Tom Stellardr600g/compute: Fix bug in compute memory pool
2013-09-06 Tom Stellardr600g/compute: Don't flush the cs in pipe_context:...
2013-09-05 Matt Turneri965: Remove never used DPA2 opcode.
2013-09-05 Matt Turneri965: Remove never used RSR and RSL opcodes.
2013-09-05 Dominik Behrglsl: propagate max_array_access through function calls
2013-09-05 Ilia Mirkinnv30: fix inconsistent setting of push->user_priv
2013-09-05 Paul Berryi965/gen7.5: Fix lower bound on number of VS URB entries.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4_visitor...
2013-09-05 Paul Berryi965/vec4: Make with_writemask() non-static.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4.h.
2013-09-05 Paul Berryi965/gs: Don't assign gl_Layer its own slot in the...
2013-09-05 Stéphane Marchesini915g: Implement writemask fixup
2013-09-05 Stéphane Marchesini915g: Stop calling draw_prepare_shader_outputs
2013-09-04 Rico Schüllerglx: Initialize OpenGL version to 1.0
2013-09-04 Stéphane Marchesini915g: Add more optimizations
2013-09-04 Ian Romanickglsl: Remove unused prog parameter from tfeedback_decl...
2013-09-04 Ian Romanickglsl: Validate qualifiers on VS color outputs with...
2013-09-04 Ian Romanickglsl: Copy ir_variable::assigned and ir_variable::used...
2013-09-04 Ian Romanickglsl: Refactor a bunch of the code out of cross_validat...
next