mesa: include inttypes.h to get uint8_t type
[mesa.git] / src / mesa / drivers /
2012-05-25 Paul Berryi965/blorp: Factor gen6_blorp_emit_batch_head into...
2012-05-25 Paul Berryi965/blorp: Use MSDISPMODE_PERSAMPLE rendering when...
2012-05-25 Paul Berryi965/blorp: Emit sample index in SAMPLE_LD message...
2012-05-25 Paul Berryi965/blorp: Generalize sampling code in preparation...
2012-05-25 Paul Berryi965/msaa: Expand odd-sized MSAA surfaces to account...
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-23 Jordan Justeni965: use cut index to handle primitive restart when...
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965/gen6: Add CC viewport state setup to blorp code.
2012-05-23 Eric Anholti965/gen7: Add CC viewport setup to blorp code.
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-23 Eric Anholti965: Replace intel_need_resolve with the hiz ops it...
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-23 Eric Anholti965: Rename the clear function for this driver.
2012-05-23 Eric Anholti965: Simplify the remaining clear logic by relying...
2012-05-23 Eric Anholti965: Switch blit color clears to tri clears on gen4/5.
2012-05-23 Eric Anholti965: Remove dead logic for non-tri depth/stencil clears.
2012-05-23 Eric Anholti965: We always have GLSL, so always use it for tri...
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.
next