summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-261-10/+3
* i965/vs: Use the sampler for VS pull constant loading on Ivybridge.Kenneth Graunke2012-01-261-0/+17
* i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2012-01-262-10/+22
* i965/gen6/GT1: Increase max_vs_entries to 256.Paul Berry2012-01-251-1/+1
* i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Paul Berry2012-01-251-1/+4
* i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt2012-01-241-2/+7
* i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt2012-01-241-6/+23
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-242-8/+8
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-243-14/+16
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-1/+0
* i965/vs: Fix bogus assertion in emit_block_move()Paul Berry2012-01-231-3/+9
* i965/vs: Enable workaround-free math on gen7.Eric Anholt2012-01-231-2/+6
* i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.Eric Anholt2012-01-231-6/+16
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-231-1/+7
* 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