mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-03-24 Chris Forbesi965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-03-20 Kenneth Graunkei965: Don't print a fatal-looking message if intelCreat...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: expose new max sample counts
2013-02-08 Ian Romanicki965: Set UniformBufferOffsetAlignment to sizeof(vec4)
2013-01-29 Kenneth Graunkei965: Add chipset limits for Haswell GT1/GT2.
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-16 Ian Romanickintel: Enable GL_ARB_internalformat_query
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-19 Chad Versacei965: Validate requested GLES context version in brwCre...
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-16 Kenneth Graunkemesa: Remove the EmitNVTempInitialization shader compil...
2012-10-08 Eric Anholti965: Reduce maximum GL_ARB_fragment_program instructio...
2012-09-28 Ian Romanicki965: brwInitVtbl needs to know the chipset generation
2012-09-28 Ian Romanicki965: Don't free the intel_context structure when intel...
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-08-29 Ian Romanicki965: Allow creation of OpenGL 3.1 contexts
2012-08-29 Ian Romanicki965: Set context flags
2012-08-28 Eric Anholti965: Disable the swrast context setup on GL 3.1 core.
2012-08-26 Eric Anholti965/gen6+: Add support for GL_ARB_timer_query.
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-07-27 Eric Anholti965/gen7: Reduce GT1 WM thread count according to...
2012-07-27 Zou Nan haiintel: increase wm thread number to 80 on gen6 GT2
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Remove comment about falsely claiming to...
2012-07-20 Eric Anholti965/gen7: Increase the WM threads to hardware limits.
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-06-28 Marek Olšákmesa: rename MaxTransformFeedbackSeparateAttribs to...
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-25 Paul Berryi965/gen6/GT1: Increase max_vs_entries to 256.
2012-01-18 Kenneth Graunkei965: Remove the INTEL_OLD_VS option.
2012-01-11 Eric Anholti965: Claim to support 4 multisamples on gen6+.
2012-01-11 Eric Anholti965: Increase the number of array texture levels to...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Kenneth Graunkei965: Advertise our vertex shader texture units.
2011-12-08 Paul Berryi965 gen6: Allocate URB space for GS
2011-12-08 Kenneth Graunkei965: Set the maximum number of GS URB entries on Sandy...
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965: Prevent recursive calls to FLUSH_VERTICES [v2]
2011-11-11 Brian Pauli965: remove #include of api_noop.h
2011-10-26 Kenneth Graunkei965: Add new brw_context::max_gs_threads constant.
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-26 Kenneth Graunkei965: Remove "single threaded" INTEL_DEBUG mode.
2011-10-21 Kenneth Graunkei965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on...
2011-10-18 Chad Versacei965: Initialize intel_context::vtbl after calling...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-09-26 Kenneth Graunkeintel: Introduce a new intel_context::gt field to go...
2011-09-23 Paul Berryi965: Enable lower_clip_distance.
2011-09-09 Eric Anholti965/vs: Switch to the new VS backend by default.
2011-09-06 Bryan Cainmesa: add a UniformBooleanTrue option
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-30 Eric Anholti965/vs: Move the flag for whether to use the new backe...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholtintel: Make our context structure be a ralloc context.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Eric Anholti965/gen6: Limit the workaround flush to once per primi...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-07 Eric Anholti965: Fix flipped GT1 vs GT2 URB VS entry count limits.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-06-02 Chris Wilsoni965: Raise const.MaxTextureLevels to 14 (8192)
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB...
2011-05-18 Kenneth Graunkei965: Don't use the GS for breaking down quads on Ivybr...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-18 Kenneth Graunkei965: Set maximum number of threads for Ivybridge.
2011-05-18 Kenneth Graunkei965: Rename max_vs_handles to max_vs_entries for consi...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Kenneth Graunkei965: Allocate the whole URB to the VS and fix calculat...
next