mesa: Enable a bunch of missing getters on 3.1 core.
[mesa.git] / src / mesa / drivers / dri /
2012-08-28 Eric Anholti965: Disable the swrast context setup on GL 3.1 core.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-08-28 Eric Anholtintel: Move RenderMode fallback func to i915 driver.
2012-08-28 Eric Anholti965: Drop the old sw fallback for position array being...
2012-08-28 Eric Anholti965: Drop support for forcing drawing through sw fallb...
2012-08-28 Eric Anholti965: Move depth resolve for span fallbacks to a simple...
2012-08-28 Eric Anholti965: Drop manual hiz resolves in span rendering.
2012-08-27 Kenneth Graunkei965: Make VS programs obey the shader_precompile drico...
2012-08-27 Kenneth Graunkei965: Reenable the fragment shader precompile.
2012-08-27 Kenneth Graunkei965: Set swizzle fields in the VS precompile program...
2012-08-27 Kenneth Graunkei965/vs: Add VS program key dumping to INTEL_DEBUG...
2012-08-27 Kenneth Graunkei965/fs: Assume shadow sampler swizzling is <X, X,...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-27 Kenneth Graunkei965: Only set proj_attrib_mask for fixed function.
2012-08-27 Kenneth Graunkei965: Don't set stats_wm in the WM program key on Gen6+.
2012-08-27 Kenneth Graunkei965: Don't set vp_outputs_written in the WM program...
2012-08-27 Kenneth Graunkei965: Double the size of the state cache.
2012-08-27 Chad Versacei965: Move hiz resolve to after renderbuffer resizing...
2012-08-27 Chad Versacei965: Remove redundant null check
2012-08-26 Eric Anholti965: Rewrite the comment describing the query object...
2012-08-26 Eric Anholti965/gen6+: Add support for GL_ARB_timer_query.
2012-08-26 Eric Anholti965: Add support for GL_ARB_occlusion_query2.
2012-08-26 Eric Anholti965: Fix accumulator_contains() test to also reject...
2012-08-26 Jakob Bornecrantzdri: Remove image write function
2012-08-26 Kenneth Graunkei965: Don't set iz_lookup the FS precompile's program...
2012-08-26 Kenneth Graunkei965/fs: Fix INTEL_DEBUG=perf program key printing.
2012-08-25 Kenneth Graunkemesa: Use a new, more specific hook for shader uniform...
2012-08-25 Kenneth Graunkei965: Use linker-assigned sampler IDs in instruction...
2012-08-25 Kenneth Graunkei965: Add a "sampler state index" parameter to update_s...
2012-08-25 Kenneth Graunkei965: Un-hardcode WM binding table from update_texture_...
2012-08-25 Kenneth Graunkei965/vs: Rename "sampler" to "texunit" in texturing...
2012-08-25 Kenneth Graunkei965/fs: Rename "sampler" to "texunit" in texturing...
2012-08-25 Kenneth Graunkei965/fs: Remove unused 'sampler' parameter in emit_text...
2012-08-25 Kenneth Graunkei965: Set SWIZZLE_NOOP for unused texture units in...
2012-08-25 Kenneth Graunkei965: Remove four and a half year old TODO comments...
2012-08-25 Kenneth Graunkei965: Fix brw_link_shader to return false rather than...
2012-08-24 Brian Paulmesa: add texture target field to ChooseTextureFormat...
2012-08-24 Paul Berryi965: don't clear resolve map when doing fast depth...
2012-08-24 Paul Berryi965/HiZ: remove assertion from intel_resolve_map_set().
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-17 Eric Anholti965: Fix bug in the old FS backend's projtex() calcula...
2012-08-15 Jordan Justeni965: add ARB_texture_rgb10_a2ui support
2012-08-14 Chad Versaceintel: Fix rendering to a multisample front buffer
2012-08-14 Chad Versaceintel: Clean up intel_flush_front
2012-08-14 Chad Versaceintel: Refactor intel_downsample_for_dri2_flush
2012-08-14 Ian Romanickdri_util: Compare against the correct API enums
2012-08-14 Ian Romanickintel: Implement ARB_texture_storage
2012-08-14 Eric Anholti965: Fix the scaling of seconds to ms in perf debug.
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-08-14 Ian Romanicki915: Validate API and version in i915CreateContext
2012-08-14 Ian Romanicki830: Validate API and version before calling i830Creat...
2012-08-14 Ian Romanickintel: In the i915 driver, the chipset cannot be i965
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-13 Kenneth Graunkeintel: Reserve enough space to finish occlusion queries...
2012-08-13 Kenneth Graunkeintel: Move finish_batch() call before MI_BATCH_BUFFER_...
2012-08-13 Eric Anholti965: Add perf debug for stalls during shader compiles.
2012-08-13 Eric Anholti965: Add performance debug for when the state cache...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-13 Eric Anholti965: Add performance debug for fast clear fallbacks.
2012-08-13 Eric Anholtintel: Add performance debug for some common GPU stalls.
2012-08-13 Eric Anholti965: Add performance debug for register spilling.
2012-08-13 Eric Anholti965: Add INTEL_DEBUG=perf for failure to compile 16...
2012-08-13 Eric Anholtintel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-08-09 Chad Versaceintel: Always downsample in intel_miptree_map_multisample
2012-08-09 Eric Anholti965/gen6+: Add support for edge flags.
2012-08-09 Eric Anholti965/vs: Convert EdgeFlagPointer values appropriately...
2012-08-09 Eric Anholti965/vs: Add comment noting copy_edgeflag state dependency.
2012-08-09 Eric Anholti965/vs: Add support for copying user edge flags.
2012-08-09 Olivier Galiberti965/fs: Fix the FS inputs setup when some SF outputs...
2012-08-09 Tapani Pälliintel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
2012-08-09 Kenneth Graunkei965: Rework the extra flushes surrounding occlusion...
2012-08-08 Eric Anholti965/vs: Protect pow(x,y) MOV of y on gen4 from other...
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-08-08 Eric Anholti965: Make brw_set_saturate() use stdbool.
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for occlusion queries.
2012-08-08 Kenneth Graunkei965: Refactor depth count write PIPE_CONTROLs into...
2012-08-08 Kenneth Graunkei965: Emit a CS stall before timestamp writes.
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for timestamp queries.
2012-08-08 Kenneth Graunkei965: Refactor timestamp write PIPE_CONTROLs into a...
2012-08-08 Kenneth Graunkeintel: Make the length for PIPE_CONTROL explicit.
2012-08-08 Brian Paulswrast: add missing switch case for API_OPENGL_CORE
2012-08-07 Eric Anholti965: Enable uniform buffer objects on gen6+.
2012-08-07 Eric Anholti965/vs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/fs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-07 Eric Anholti965: Add an offset argument to constant buffer setup.
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-08-07 Eric Anholtintel: Fix compiler warnings from winsys msaa.
2012-08-07 Chad Versaceintel: Advertise multisample DRI2 configs on gen >= 6
2012-08-07 Chad Versaceintel: Clarify intel_screen_make_configs
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-07 Chad Versaceintel: Refactor creation of DRI2 configs
2012-08-07 Chad Versaceintel: Downsample on DRI2 flush
next