i915: Drop gen4+ code from the forked clear code.
[mesa.git] / src / mesa / drivers /
2012-05-23 Eric Anholti915: Drop gen4+ code from the forked clear code.
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-22 Paul Berryintel: When AUB dumping, flush before emitting final...
2012-05-17 Eric Anholti965/vs: Fix up swizzle for dereference_array of matrices.
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-15 Paul Berryi965: split gen{6,7}_blorp_exec functions into manageab...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Ivybridge.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Sandybridge.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-05-14 Eric Anholti965/fs: Remove the requirement of no dead code for...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Eric Anholti965/fs: When doing no work for live interval calculati...
2012-05-14 Eric Anholti965/gen7: Set tile_x/y to 0 in the no-stencil case.
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-05-14 Eric Anholtintel: Fix compile warning from 7b6424143d8bf572cadd46a...
2012-05-14 Eric Anholtintel: Fix compiler warning from 3cd7bee48f7caf7850ea64...
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-12 Ben Skeggsnouveau/vieux: finish != flush, how about we do that..
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.c to C++
2012-05-10 Paul Berryi965/hiz: Make void pointer type casts explicit
2012-05-10 Paul Berryintel: Work around differences between C and C++ scopin...
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-05-09 Yuanhan Liui965: fix wrong cube/3D texture layout
2012-05-08 Marek Olšákmesa: move gl_client_array*[] from vbo_draw_func into...
2012-05-07 Paul Berryi965/Gen7: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965/Gen6: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-07 Chad Versaceintel: Disable ARB_framebuffer_object in ES contexts
2012-05-05 Kenneth Graunkeintel: Remove pointless software fallback for glBitmap...
2012-05-04 Eric Anholti965/fs: Fix regression in comparison handling from...
2012-05-04 Eric Anholti965: Add a comment about the state flag for sRGBEnabled.
2012-05-04 Eric Anholtintel: Return success when asked to allocate a 0-width...
2012-05-04 Eric Anholti965: Add support for GL_ARB_draw_buffers_blend.
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-05-02 Viktor Novotnýdri/nv10-nv20: Add support for S3TC
2012-05-02 Viktor Novotnýdri/nouveau: Add general support for compressed formats.
2012-05-01 Brian Paulxlib: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulnouveau: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulradeon: use _mesa_is_winsys/user_fbo() helpers
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-29 Dylan Noblesmithautoconf: pass -Wall to automake
2012-04-27 Kenneth Graunkei965/fs: Fix FB writes that tried to use the non-existe...
2012-04-24 Eric Anholti965/vs: Fix texelFetchOffset()
2012-04-24 Eric Anholti965/fs: Fix texelFetchOffset()
2012-04-20 Eric Anholti965: Convert live interval computation to using live...
2012-04-20 Eric Anholti965: Move the old live interval analysis code next...
2012-04-20 Eric Anholti965: Add support for live variable analysis using...
2012-04-20 Eric Anholti965: Add basic block generator.
2012-04-20 Eric Anholti965/fs: Suppress printing the whole loop in BRW_OPCODE...
2012-04-19 Kenneth Graunkei965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.
2012-04-19 Kenneth Graunkei965: Fix outdated comments about binding tables.
2012-04-13 Ben Skeggsnouveau: rework and simplify nv04/nv05 driver a bit
2012-04-13 Ben Skeggsnouveau/vieux: switch to libdrm_nouveau-2.0
2012-04-13 Dylan Noblesmithi965: fix typo
2012-04-12 Eric Anholti965: When the kernel lacks the LLC check, assume it...
2012-04-12 Eric Anholtintel: Drop backwards compat code for not having libdrm...
2012-04-12 Eric Anholti965/fs: Avoid generating extra AND instructions on...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2012-04-09 Eric Anholti965: Add real support for texturing/rendering with...
2012-04-09 Eric Anholti965/gen7: Fix the /* ignored */ comment on constant...
2012-04-09 Kenneth Graunkei965: Remove vestiges of function call support from...
2012-04-09 Yuanhan Liui915: set SPRITE_POINT_ENABLE bit correctly
2012-04-06 Kenneth Graunkei965: Actually upload sampler state pointers for the...
2012-04-02 Kenneth Graunkeglsl: Demote 'type' from ir_instruction to ir_rvalue...
2012-04-02 Kenneth Graunkei965/aub: Dump a final bitmap from DestroyContext.
2012-04-01 Eugeni Dodonovintel: add PCI IDs for Ivy Bridge GT2 server variant
2012-03-30 Kenneth Graunkeintel: Add some PCI IDs for Haswell.
2012-03-30 Kenneth Graunkei965: Set "Shader Channel Select" fields in Haswell...
2012-03-30 Kenneth Graunkei965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
2012-03-30 Kenneth Graunkei965: Set "Stencil Buffer Enable" bit on Haswell.
2012-03-30 Kenneth Graunkei965: Set Line Stipple enable bit in 3DSTATE_SF for...
2012-03-30 Kenneth Graunkei965: Update max VS/PS threads shift offsets for Haswell.
2012-03-30 Kenneth Graunkei965: Disable HiZ on Haswell for now.
2012-03-30 Kenneth Graunkei965: Add initial IS_HASWELL() macros.
2012-03-30 Kenneth Graunkei965: Avoid explicit accumulator operands in SIMD16...
2012-03-28 Yuanhan Liuintel: fix un-blanced map_refcount issue
2012-03-25 Dave Airlieintel: fix TFP at 16-bpp
2012-03-22 Dylan Noblesmithintel: fix null dereference processing HiZ buffer
2012-03-21 Eric Anholtintel: Make use of the new GPU-unsynchronized map funct...
2012-03-21 Eric Anholtintel: Drop the tracking of bo_map vs bo_map_gtt for...
2012-03-21 Eric Anholti965: Avoid flushing the batch for busy BOs for ARB_mbr...
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-21 Eric Anholtdrirc: Add missing XML attributes that made the driconf...
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-20 Eric Anholti965: Drop the INTEL_FORCE_GS environment variable.
next