summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke2012-01-181-1/+12
* i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke2012-01-181-1/+7
* i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2012-01-182-5/+8
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-181-3/+3
* i965: Add support for Z16 depth formats.Eric Anholt2012-01-181-0/+1
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-181-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-181-1/+0
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-181-0/+2
* i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt2012-01-181-4/+0
* i965: Fix refcount leak of the gl_program structure.Eric Anholt2012-01-181-0/+2
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-182-2/+2
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-181-1/+9
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-183-10/+3
* i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace2012-01-171-2/+15
* i965: Add .gitignore file to exclude automake build artifacts from git.Paul Berry2012-01-171-0/+6
* i965: Convert the build to using automake.Eric Anholt2012-01-174-34/+88
* i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace2012-01-131-4/+6
* gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts2012-01-131-5/+29
* i965: Fix Coverity wrong sizeof argument defect.Vinson Lee2012-01-121-1/+1
* i965: Set pitch of pull constant buffers to 16.Paul Berry2012-01-122-2/+2
* i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry2012-01-121-3/+3
* i965/gen7: Fix depth buffer rendering to tile offsets.Eric Anholt2012-01-122-4/+4
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-122-8/+8
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* i965: Don't use _mesa_ir_link_shader to do our dirty workIan Romanick2012-01-111-7/+85
* i965: Don't calculate masks of used FS inputsIan Romanick2012-01-111-0/+15
* mesa: Track fixed-function fragment shader as a shaderIan Romanick2012-01-114-5/+9
* i965: Don't reallocate push constant URB space on new VS programs.Kenneth Graunke2012-01-113-10/+26
* i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Eric Anholt2012-01-111-2/+3
* i965/vs: Try to emit more components of constant vectors at once.Eric Anholt2012-01-111-2/+27
* i965: Claim to support 4 multisamples on gen6+.Eric Anholt2012-01-101-0/+8
* i965: Increase the number of array texture levels to the hardware limit.Eric Anholt2012-01-101-5/+6
* i965: Fix compiler warnings from hiz changes.Eric Anholt2012-01-102-4/+0
* i965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFERChad Versace2012-01-101-2/+2
* i965/gen7: Enable HiZChad Versace2012-01-104-12/+75
* i965: Replace references to stencil region size with buffer sizeChad Versace2012-01-102-6/+8
* i965: Fix misnamed GEN7_WM_DEPTH_RESOLVEChad Versace2012-01-101-1/+1
* i965: Fix zeroing of unused attributes in 3DSTATE_SBE.Kenneth Graunke2012-01-091-2/+2
* i965: Re-sync outdated comments about Gen6+ push constants.Kenneth Graunke2012-01-092-2/+2
* i965: Update dirty bit comments for the gen7_ps_state atom.Kenneth Graunke2012-01-091-1/+2
* i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.Kenneth Graunke2012-01-092-2/+2
* i965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_state atom.Kenneth Graunke2012-01-091-0/+2
* i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom.Kenneth Graunke2012-01-091-0/+2
* i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.Kenneth Graunke2012-01-092-5/+2
* i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke2012-01-095-8/+2
* i965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH_STENCIL atoms.Kenneth Graunke2012-01-091-1/+1
* i965/fs: Fix projector==1.0 optimization pre-gen6.Eric Anholt2012-01-091-7/+3
* i965/fs: Fix GPU hangs with 16-wide integer div/mod on gen7.Eric Anholt2012-01-091-0/+6
* i965: Actually enable SIMD16 dispatch on Ivybridge.Kenneth Graunke2012-01-081-2/+7
* i965: Correct _NEW_TRANSOFORM typos.Kenneth Graunke2012-01-072-2/+2