meta: Don't _mesa_set_enable() invalid targets in ES 1.
[mesa.git] / src / mesa / drivers / dri /
2012-09-15 Oliver McFaddenmesa: remove FEATURE_APPLE_object_purgeable define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_blit define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_OES_EGL_image define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_object define.
2012-09-15 Dave Airlievbo: add a prefix to count_tessellated_primitives
2012-09-13 Kenneth Graunkei965: Fix out-of-order sampler unit usage in ARB fragme...
2012-09-12 Paul Berryi965/blorp: Fix offsets and width/height for stencil...
2012-09-12 Paul Berryi965/blorp: Reduce alignment restrictions for stencil...
2012-09-12 Paul Berryi965/blorp: don't reduce stencil alignment restrictions...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/blorp: Don't create a dummy renderbuffer just...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-12 Paul Berryi965/blorp: Change gl_renderbuffer* params to intel_ren...
2012-09-12 Paul Berryi965/blorp: Clarify why width/height must be adjusted...
2012-09-12 Paul Berryi965/gen6+: Adjust stencil buffer size after computing...
2012-09-11 Kenneth Graunkei965: Remove incorrect comment above opt_algebraic.
2012-09-07 Eric Anholti965: Fix virtual_grf_interferes() between calculate_li...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the VS dynamica...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-09-06 Paul Berryintel: avoid undefined variable warnings in intel_screen.c
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-05 Paul Berryi965/blorp: Fix incorrect indentation.
2012-09-05 Kenneth Graunkei965: Don't use brw->fragment_program in the old brw_wm...
2012-09-01 Brian Paulradeon: fix free/FREE mistake
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-31 Kenneth Graunkei965/fs: Don't use brw->fragment_program in calculate_u...
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-31 Tapani Pällixmlconfig: use __progname when building for Android
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
2012-08-30 Eric Anholti965/fs: Remove a dead member from live variables analysis.
2012-08-29 Kenneth Graunkei965/fs: Initialize output_components[] by filling...
2012-08-29 Ian Romanicki965: Allow creation of OpenGL 3.1 contexts
2012-08-29 Ian Romanicki965: Advertise GLSL 1.40 and TexBOs in core contexts
2012-08-29 Ian Romanickintel: Clean up bits of cruft in intelCreateContext
2012-08-29 Ian Romanicki965: Set context flags
2012-08-29 Ian Romanickmesa/dri: Allow creation of forward-compatible contexts
2012-08-29 Ian Romanickmesa: Enable GL_{ARB,APPLE}_vertex_array_object in...
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
next