summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-153-6/+9
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-1518-103/+581
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-157-27/+1721
* 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
* 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
* 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: Add extern "C" declarations to headersPaul Berry2012-05-105-0/+39
* 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-082-2/+1
* 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-074-41/+242
* 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
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-041-6/+6
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-0111-22/+34
* i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2012-04-301-0/+2
* autoconf: pass -Wall to automakeDylan Noblesmith2012-04-291-4/+4
* i965/fs: Fix FB writes that tried to use the non-existent m16 register.Kenneth Graunke2012-04-271-1/+4
* i965/vs: Fix texelFetchOffset()Eric Anholt2012-04-241-3/+23
* i965/fs: Fix texelFetchOffset()Eric Anholt2012-04-241-6/+21
* i965: Convert live interval computation to using live variable analysis.Eric Anholt2012-04-191-39/+26
* i965: Move the old live interval analysis code next to the new live vars code.Eric Anholt2012-04-192-122/+122
* i965: Add support for live variable analysis using dataflow analysis.Eric Anholt2012-04-193-0/+245
* i965: Add basic block generator.Eric Anholt2012-04-195-0/+392
* i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.Eric Anholt2012-04-191-0/+2
* i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.Kenneth Graunke2012-04-182-4/+4
* i965: Fix outdated comments about binding tables.Kenneth Graunke2012-04-181-12/+8
* i965: fix typoDylan Noblesmith2012-04-131-1/+1
* i965/fs: Avoid generating extra AND instructions on bool logic ops.Eric Anholt2012-04-111-22/+14
* i965/fs: Try to avoid generating extra MOVs to do saturates.Eric Anholt2012-04-113-12/+54
* i965: Stop lying about cpp and height of a stencil buffer.Paul Berry2012-04-102-6/+21
* i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt2012-04-093-1/+67
* i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.Eric Anholt2012-04-091-5/+1
* i965/gen7: Fix the /* ignored */ comment on constant surface setup.Eric Anholt2012-04-091-1/+1
* i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke2012-04-094-188/+0
* i965: Actually upload sampler state pointers for the VS unit on Gen6.Kenneth Graunke2012-04-051-1/+1