i965/blorp: store surface width/height in brw_blorp_mip_info.
[mesa.git] / src / mesa / drivers /
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 Johannes ObermayrSet OSMESA_VERSION=8.
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-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
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-03 Ian Romanickmeta: Don't save and restore fog state when there is...
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 Brian Paulmeta: remove call to _meta_in_progress(), fix multisamp...
2012-08-30 Brian Paulmeta: add parenthesis to silence compiler warnings
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-29 Ian Romanickmeta: Don't use deprecated keyword in 1.30 shader
2012-08-29 Ian Romanickmesa: Only FRONT_AND_BACK is allowed for PolygonMode...
2012-08-29 Paul Berrymeta: Don't stray outside the confines of the API speci...
2012-08-29 Anuj Phogatmeta: Add GLSL variant of _mesa_meta_GenerateMipmap...
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 Brian Paulxlib: remove texture compression hackery
2012-08-24 Matt Turnerbuild: Only add links to .so files if we're building...
2012-08-24 Matt Turnerbuild: Add libOSMesa.so.$(VERSION) link to libdir
2012-08-24 Matt Turnerbuild: Replace OSMESA_VERSION with generic VERSION_NUMBER
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-23 Ian Romanickmeta: Don't modify GL_GENERATE_MIPMAP state when it...
2012-08-22 Matt Turnerbuild/x11: Force usage of C++ linker
2012-08-22 Matt Turnerbuild/x11: Don't link against shared-glapi
2012-08-17 Eric Anholti965: Fix bug in the old FS backend's projtex() calcula...
2012-08-16 Matt Turnerbuild: Remove -shared from OSMesa's LDFLAGS
2012-08-16 Brian Paulmeta: remove unused variable
2012-08-15 Jordan Justeni965: add ARB_texture_rgb10_a2ui support
2012-08-15 Jordan Justenmeta: allow CopyTexSubImage on integer formats
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.
next