mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
[mesa.git] / src / mesa / drivers /
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-05 Brian Paulradeon/r200: remove use of gl_context::DriverCtx field
2012-10-05 Brian Paulradeon/r200: make radeon_context subclass of gl_context
2012-10-03 Rob Bradfordintel: Fix intel_texsubimage_tiled_memcpy to skip GL_EX...
2012-10-03 Matt Turnerdri drivers: Link dricommon before dynamic libraries
2012-10-01 Matt Turnerbuild: Add visibility CFLAGS to OSMesa
2012-10-01 Matt Turnerbuild: Link OSMesa with glapi, libdl, libstdc++
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/swrast
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/r200
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/radeon
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/nouveau
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/i915
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/common
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-09-29 Kenneth Graunkei965: Complain about variable index lowering when INTEL...
2012-09-29 Kenneth Graunkei965: Dump linked shaders on MESA_GLSL=dump.
2012-09-29 Anuj Phogatintel/i965: Disable SampleAlphaToOne if dual source...
2012-09-28 Ian Romanicki965: brwInitVtbl needs to know the chipset generation
2012-09-28 Ian Romanicki915: Don't free the intel_context structure when intel...
2012-09-28 Ian Romanicki965: Don't free the intel_context structure when intel...
2012-09-28 Ian Romanickintel: Don't call intelDestroyContext if there is no...
2012-09-28 Ian Romanickdri_util: Use calloc to allocate __DRIcontext
2012-09-28 Chad Versaceintel: Fix yet-another-bug in intel_texsubimage_tiled_m...
2012-09-27 Kenneth Graunkemeta: Use float for temporary images, not (un)signed...
2012-09-27 Chad Versaceintel: Don't advertise GLX_SWAP_COPY_OML
2012-09-27 Eric Anholti965: Remove stale comment about rebuilding tnl_program.
2012-09-27 Eric Anholti965: Add a comment explaining one of the brw_draw_uplo...
2012-09-27 Eric Anholti965: Remove broken non-interleaved-to-interleaved...
2012-09-27 Eric Anholtintel: Remove dead intel_format_to_rb_datatype.
2012-09-27 Eric Anholtintel: Mark some file-local code as static.
2012-09-27 Eric Anholti965: Mark brw_disasm.c tables as static const.
2012-09-27 Eric Anholti965: Use visibility cflags on the driver code.
2012-09-27 Eric Anholti965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.
2012-09-27 Eric Anholti965/vp: Remove support for relative addressing of...
2012-09-27 Eric Anholti965/vp: Remove support for reading destination registers.
2012-09-27 Eric Anholti965/vp: Remove support for GLSL flow control from...
2012-09-27 Chad Versaceintel: Fix segfault in intel_texsubimage_tiled_memcpy
2012-09-27 Kenneth Graunkei965: Do texture swizzling in hardware on Haswell.
2012-09-27 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2012-09-26 Chad Versaceintel: Fix size of temporary etc1 buffer
2012-09-25 Paul Berrymeta: Properly save/restore GL_FRAMEBUFFER_SRGB in...
2012-09-25 Chad Versaceintel: Improve teximage perf for Google Chrome paint...
2012-09-25 Kenneth Graunkei965: Allow fast depth clears if scissoring doesn't...
2012-09-25 Paul Berryi965: Don't spill "smeared" registers.
2012-09-25 Paul Berryi965/blorp: Fix sRGB MSAA resolves.
2012-09-24 Paul Berryi965/blorp: Increase Y alignment for multisampled stenc...
2012-09-21 Anuj Phogatmeta: Add on demand compilation of per target shader...
2012-09-21 Paul Berryi965/blorp: Fix narrowing warnings.
2012-09-21 Kenneth Graunkei965: Remove brw_set_predicate_inverse(p, true) from...
2012-09-20 Kenneth Graunkei965/blorp: Add support for blits between SRGB and...
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-17 Eric Anholti965: Stop putting 8 NOPs after each prorgam.
2012-09-17 Eric Anholti965: Test instruction compaction on gen7
2012-09-17 Kenneth Graunkei965: Add support for instruction compaction on Gen7.
2012-09-17 Eric Anholti965: Support instruction compaction between control...
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-09-17 Eric Anholti965: Prepare the break/cont uip/jip setting for compac...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-09-17 Eric Anholti965: Make a linkable library for the contents of i965_...
2012-09-17 Eric Anholtdri: Reuse dri_test.c for stub glapi symbols for unit...
2012-09-17 Eric Anholti965: Clear brw_compile on setup.
2012-09-16 Kenneth Graunkemeta: Don't _mesa_set_enable() invalid targets in ES 1.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_APPLE_object_purgeable define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_transform_feedback 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 Oliver McFaddenmesa: remove FEATURE_OES_draw_texture define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_feedback define.
2012-09-15 Dave Airlievbo: add a prefix to count_tessellated_primitives
2012-09-15 Dave Airliemeta: make mem_ctx non-global.
2012-09-14 Paul Berrymeta: Refactor handling of GL_MULTISAMPLE.
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Generate separate shaders...
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Support all texture targets...
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 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.
next