aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Replace intel_need_resolve with the hiz ops it maps to.Eric Anholt2012-05-233-17/+21
* i965: Add an interface for doing hiz ops from C code.Eric Anholt2012-05-234-15/+44
* i965: Rename the clear function for this driver.Eric Anholt2012-05-231-2/+2
* i965: Simplify the remaining clear logic by relying on the meta clear.Eric Anholt2012-05-231-47/+11
* i965: Switch blit color clears to tri clears on gen4/5.Eric Anholt2012-05-231-28/+2
* i965: Remove dead logic for non-tri depth/stencil clears.Eric Anholt2012-05-231-26/+2
* i965: We always have GLSL, so always use it for tri clears.Eric Anholt2012-05-231-4/+1
* i915: Drop gen4+ code from the forked clear code.Eric Anholt2012-05-231-10/+1
* intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt2012-05-234-8/+209
* i965: Completely annotate the batch bo when aub dumping.Paul Berry2012-05-226-27/+117
* intel: When AUB dumping, flush before emitting final bitmap command.Paul Berry2012-05-221-1/+3
* i965/vs: Fix up swizzle for dereference_array of matrices.Eric Anholt2012-05-171-2/+2
* i965/fs: Do more register coalescing by using the interference graph.Eric Anholt2012-05-172-0/+62
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-153-6/+9
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-1523-121/+662
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-158-27/+1730
* i965: Expose surface setup internals for use by blits.Paul Berry2012-05-153-2/+4
* i965: split gen{6,7}_blorp_exec functions into manageable chunks.Paul Berry2012-05-153-522/+647
* i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry2012-05-157-177/+335
* i965: Implement guardband clipping on Ivybridge.Kenneth Graunke2012-05-152-5/+15
* i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2012-05-152-10/+15
* Revert "i965/fs: Jump from discard statements to the end of the program when ...Eric Anholt2012-05-144-126/+5
* i965/fs: Remove the requirement of no dead code for interference checks.Eric Anholt2012-05-141-12/+12
* i965/fs: Add support for copy propagation.Eric Anholt2012-05-145-0/+143
* i965/fs: When doing no work for live interval calculation, do no allocation.Eric Anholt2012-05-141-7/+7
* i965/gen7: Set tile_x/y to 0 in the no-stencil case.Eric Anholt2012-05-141-1/+1
* intel: Fix signed/unsigned comparison warnings.Eric Anholt2012-05-142-5/+6
* intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt2012-05-141-2/+2
* intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507Eric Anholt2012-05-141-2/+0
* i965/fs: Add a local common subexpression elimination pass.Kenneth Graunke2012-05-144-0/+201
* i965/fs: Use a const reference in fs_reg::equals instead of a pointer.Kenneth Graunke2012-05-143-16/+16
* nouveau/vieux: finish != flush, how about we do that..Ben Skeggs2012-05-123-0/+23
* i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.hPaul Berry2012-05-105-5/+5
* i965/hiz: Convert gen{6,7}_hiz.c to C++Paul Berry2012-05-103-3/+3
* i965/hiz: Make void pointer type casts explicitPaul Berry2012-05-101-5/+7
* intel: Work around differences between C and C++ scoping rules.Paul Berry2012-05-102-25/+29
* intel: Add extern "C" declarations to headersPaul Berry2012-05-1010-1/+75
* i965: fix wrong cube/3D texture layoutYuanhan Liu2012-05-091-2/+3
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-083-7/+5
* i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-078-60/+319
* intel: Disable ARB_framebuffer_object in ES contextsChad Versace2012-05-071-2/+0
* intel: Remove pointless software fallback for glBitmap on Gen6.Kenneth Graunke2012-05-041-4/+0
* i965/fs: Fix regression in comparison handling from ANDs change.Eric Anholt2012-05-042-0/+18
* i965: Add a comment about the state flag for sRGBEnabled.Eric Anholt2012-05-042-4/+10
* intel: Return success when asked to allocate a 0-width/height renderbuffer.Eric Anholt2012-05-041-0/+3
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-042-6/+10
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-032-2/+31
* dri/nv10-nv20: Add support for S3TCViktor Novotný2012-05-024-0/+28