mesa.git
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...
2013-09-04 Ian Romanickglsl: Reallow precision qualifiers on structure members
2013-09-04 Timothy Arcerimesa: Setup remaining infrastucture and enable KHR_debug
2013-09-04 Timothy Arceriglapi: Setup autogeneration infrastructure for KHR_debug
2013-09-04 Timothy Arcerimesa: Remap debug type and severity
2013-09-04 Timothy Arcerimesa: Implement GL_DEBUG_OUTPUT
2013-09-04 Timothy Arcerimesa: Update builds scripts to build object labels
2013-09-04 Timothy Arcerimesa: Implement KHR_debug ObjectLabel functions
2013-09-04 Timothy Arcerimesa: make _mesa_validate_sync() non-static
2013-09-04 Timothy Arcerimesa: free object labels when deleting
2013-09-04 Timothy Arcerimesa: add debug Label field to several data structures
2013-09-04 Timothy Arcerimesa: make _mesa_lookup_list() non-static
2013-09-04 Timothy Arcerimesa: make _mesa_lookup_arrayobj() non-static
2013-09-04 Timothy Arcerimesa: Implement glPushDebugGroup and glPopDebugGroup
2013-09-04 Timothy Arcerimesa: Add a clone function to mesa hash
2013-09-04 Timothy Arcerimesa: Share common code between ARB_debug_output and...
2013-09-04 Timothy Arcerimesa: Add some constants and state variables for KHR_de...
2013-09-03 Kenneth Graunkemesa: Rename gl_context::swtnl_im to vbo_context; use...
2013-09-03 Kenneth Graunkei965: Rename "prim" parameter to "prims" where it's...
2013-09-03 Kenneth Graunkei965: Actually check every primitive for cut index...
2013-09-02 Michel Dänzerradeonsi: Don't save/restore FMASK sampler view states...
2013-09-02 Michel Dänzerradeonsi: Expose pure integer vertex formats
2013-09-02 Maarten Lankhorstnvc0: restore viewport after blit
2013-09-02 Christian Königradeon/uvd: save the aligned width & height
2013-09-02 Chia-I Wuglx: make the interval of LIBGL_SHOW_FPS adjustable
2013-09-02 Kenneth Graunkei965: Use the proper element of the prim array in brw_t...
2013-09-02 Kenneth Graunkei965: Combine brw_emit_prim and gen7_emit_prim.
next