i965/fs: Only unroll high-accuracy dFdy() from SIMD16 to SIMD8 on gen4 and IVB.
[mesa.git] / src / mesa / main /
2013-10-22 Ian Romanickmesa/tests: Add simple, dumb test for _mesa_program_sta...
2013-10-22 Scott Grahammesa: fixes for MSVC 2013
2013-10-22 Brian Paulmesa: fix a couple issues with U_FIXED, I_FIXED macros
2013-10-22 Brian Paulmesa: remove remnants of GL_MESA_shader_debug
2013-10-21 Rico Schüllerswrast: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllermesa: Add infrastructure for GL_ARB_texture_mirror_clam...
2013-10-16 Brian Paulmesa: change glTexImage[23]DMultisample() internalforma...
2013-10-16 Brian Paulmesa: consolidate cube width=height error checking
2013-10-15 Bryan Cainmesa: fix transform feedback when a geometry shader...
2013-10-14 Constantin Baranovmesa: Add missing switch break in invalidate_framebuffe...
2013-10-13 Kenneth Graunkemesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
2013-10-13 Kenneth Graunkemesa: Move ROUND_DOWN_TO() macro from i915/i965 to...
2013-10-12 Paul Berrymesa: Remove warning that geometry shader support is...
2013-10-12 Vinson Leemesa: Do not use newlocale on NetBSD.
2013-10-11 Brian Paulmesa: add comment to clarify ctx->Driver.MapBufferRange...
2013-10-11 Topi Pohjolainenmesa: Allow external textures to use fallback (0, 0...
2013-10-09 Eric Anholtmesa: Fix compiler warnings when ALIGN's alignment...
2013-10-08 Marek Olšákst/mesa: improve format selection for GLES
2013-10-05 Chris Forbesmesa: add plumbing for GL_ARB_texture_query_levels
2013-10-04 Ian Romanickmesa: Don't return any data for GL_SHADER_BINARY_FORMATS
2013-10-03 Chris Forbesmesa: fix make check for ARB_texture_gather
2013-10-02 Chris Forbesglsl: flag shaders which use gather4 at all
2013-10-02 Maxence Le Doremesa: add texture gather changes
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-10-01 Brian Paulmesa: check for bufSize > 0 in _mesa_GetSynciv()
2013-10-01 Brian Paulmesa: minor fix-ups for _mesa_validate_sync()
2013-10-01 Brian Paulmesa: add missing error checks in _mesa_GetObject[Ptr...
2013-10-01 Brian Paulmesa: use caller string in error message in get_label_p...
2013-10-01 Brian Paulmesa: asst. clean-ups in copy_label()
2013-09-30 Ian Romanickmesa: Remove all traces of GL_OES_matrix_get
2013-09-27 Vinson Leemesa: Include stdint.h in mtypes.h for uint32_t symbol.
2013-09-26 Kenneth Graunkemesa: Add core support for the GL_AMD_performance_monit...
2013-09-26 Kenneth Graunkemesa: Remove 'invalidate_state' parameter to _mesa_dirt...
2013-09-26 Eric Anholtmesa: Remove some remaining FEATURE_* detritus.
2013-09-24 Dylan Noblesmithmesa: remove handcounted magic number
2013-09-24 Dylan Noblesmithmesa: remove outdated comment
2013-09-24 Dylan Noblesmithmesa: remove stale comment
2013-09-23 Eric Anholtmesa: Shrink the size of the enum string lookup struct.
2013-09-23 Eric Anholtmesa: Remove _mesa_lookup_enum_by_name().
2013-09-19 Ian Romanickmesa: Silence GCC warning 'comparison between signed...
2013-09-19 Ian Romanickmesa: Fix broken call to print_table_stats
2013-09-19 Ian Romanickmesa: Allow several ARB_geometry_shader4 queries in...
2013-09-19 Ian Romanickmesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS...
2013-09-19 Ian Romanickmesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from Fragmen...
2013-09-19 Ian Romanickmesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexPr...
2013-09-19 Ian Romanickmesa: Set default values for Max{Input,Output}Component...
2013-09-19 Ian Romanickmesa: Remove gl_constants::MaxVaryingComponents
2013-09-19 Ian Romanickmesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYIN...
2013-09-19 Ian Romanickmesa: Track per-stage shader input and output limits...
2013-09-19 Ian Romanickmesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
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-11 Paul Berryglsl: During linking, record whether a GS uses EndPrimi...
2013-09-10 Vinson Leemesa: Use correct enum conversion function.
2013-09-10 Vinson Leemesa: Ensure gl_sync_object is fully initialized.
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
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-06 Vinson Leemesa: Ensure gl_query_object is fully initialized.
2013-09-06 Brian Paulmesa: add GL_KHR_debug functions to dispatch_sanity.cpp
2013-09-04 Timothy Arcerimesa: Setup remaining infrastucture and enable 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: 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-08-30 Eric Anholtmesa: Don't choose S3TC for generic compression if...
2013-08-30 Eric Anholtmesa: Rip out more extension checking from texformat.c.
2013-08-27 Fabian Bielermesa/main: Check for 0 size draws after validation.
2013-08-26 Brian Paulmesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT()
2013-08-26 Kenneth Graunkemesa: Set query->EverBound in glQueryCounter().
2013-08-23 Paul Berryglsl: Refactor handling of gl_ClipDistance/gl_ClipVerte...
2013-08-23 Timothy Arcerimesa: Fix assertion error with glDebugMessageControl
2013-08-23 Kenneth Graunkemesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
2013-08-21 Ian Romanickmesa: Never advertise _S3TC compressed formats
2013-08-21 Ian Romanickmesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
2013-08-20 Brian Paulmesa: use ARRAY_SIZE() macro instead of magic number
2013-08-16 Fredrik Höglundmesa: Update the BGRA vertex array error handling
2013-08-14 Ian Romanickmesa: Use _mesa_detach_renderbuffer when deleting a...
2013-08-14 Ian Romanickmesa: Make detach_renderbuffer available outside fbobject.c
2013-08-09 Paul Berrymain: Fix deprecation of glLineWidth()
2013-08-06 Ian Romanickmesa: Generate a renderbuffer wrapper even if the textu...
2013-08-06 Ian Romanickmesa: Validate the layer selection of an array texture too
2013-08-06 Ian Romanickmesa: Don't call driver RenderTexture for invalid zoffset
2013-08-06 Ian Romanickmesa: Don't call driver RenderTexture for really broken...
2013-08-06 Ian Romanickmesa: Remove stray debug printfs in attachment complete...
2013-08-06 Ian Romanickmesa: Treat glBindFramebuffer and glBindFramebufferEXT...
2013-08-06 Ian Romanickmesa: Treat glBindRenderbuffer and glBindRenderbufferEX...
2013-08-02 Matt Turnermesa: Use MIN3 instead of two MIN2s.
next