summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Make the brw_format_for_mesa_format table static const.Eric Anholt2011-06-241-1/+1
* i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt2011-06-243-1/+4
* i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2011-06-244-2/+18
* i965: Reuse existing program data when a new compiled program matches.Eric Anholt2011-06-242-20/+82
* Fix 24bpp software renderingMarc Pignat2011-06-243-4/+89
* dri/r200: properly spell current_atom.Stéphane Marchesin2011-06-231-1/+1
* dri/r200: rename __atom to current_atom.Stéphane Marchesin2011-06-231-3/+3
* i965/gen6: Add a couple more packets to the nonpipelined workaround list.Eric Anholt2011-06-231-0/+6
* intel: Implement DRIimageExtension::dupImageBenjamin Franzke2011-06-231-1/+26
* r600c: add missing bank tiling case for evergreenAlex Deucher2011-06-221-0/+3
* r600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonindexed with offsetAndre Maasikas2011-06-221-60/+8
* intel: Allocate s8_z24 non-texture renderbuffers when using separate stencilChad Versace2011-06-211-3/+81
* intel: Unobfuscate intel_alloc_renderbuffer_storageChad Versace2011-06-211-17/+17
* intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...Chad Versace2011-06-214-44/+118
* intel: Unconditionally enable support for S8_Z24 texture formatChad Versace2011-06-211-1/+1
* i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt2011-06-203-1/+45
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-205-0/+16
* i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.Eric Anholt2011-06-204-3/+23
* i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.Eric Anholt2011-06-201-8/+21
* i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt2011-06-203-6/+3
* i965/gen4: Remove old VS unit state key structure.Eric Anholt2011-06-201-12/+0
* i965/gen6: Add missing state flag for VS push constants.Eric Anholt2011-06-201-1/+1
* i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2011-06-202-6/+11
* i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2011-06-202-3/+6
* i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke2011-06-181-0/+1
* i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke2011-06-185-7/+76
* i965/fs: Refactor texture result swizzling into a helper function.Kenneth Graunke2011-06-182-9/+21
* i965/fs: Move sampler fetch to the top of the ir_texture visit function.Kenneth Graunke2011-06-181-6/+3
* i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.Kenneth Graunke2011-06-182-2/+39
* i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.Kenneth Graunke2011-06-181-1/+31
* i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.Kenneth Graunke2011-06-182-10/+43
* i965/fs: Check for compilation failure and bail before optimizing.Kenneth Graunke2011-06-181-0/+2
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-1826-298/+277
* i965: Only flag the new-batch related state as dirty at new batch time.Eric Anholt2011-06-181-5/+1
* i965: Don't try to continue space before the start of a VBO.Eric Anholt2011-06-181-0/+2
* i965: Add missing state flag for vertex elements on current VS program.Eric Anholt2011-06-181-1/+2
* intel: Fix typo in intel_offset_S8 commentsChad Versace2011-06-151-1/+1
* i965/gen5,6: Fix hang when emitting hiz buffer without stencil bufferChad Versace2011-06-151-18/+40
* r600c: add tiling support for evergreen+Alex Deucher2011-06-141-45/+95
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-143-3/+14
* intel: Fix miptree height alignment for compressed NPOT textures.Eric Anholt2011-06-141-4/+2
* intel: Drop dead preinitialization of align_w, align_h.Eric Anholt2011-06-141-1/+1
* intel: Drop the cpp argument to intel_miptree_create().Eric Anholt2011-06-145-22/+5
* intel: Calculate compress_byte in intel_miptree_create.Eric Anholt2011-06-145-26/+18
* intel: Use the gl_format to get the base_format for miptree create.Eric Anholt2011-06-145-5/+1
* intel: Drop the internal_format field of the mipmap tree.Eric Anholt2011-06-145-15/+4
* intel: Make the intel_miptree_match_image format check more specific.Eric Anholt2011-06-142-12/+3
* i915: Drop dead argument to translate_texture_format().Eric Anholt2011-06-142-6/+3
* intel: Add block alignment for RGTC textures.Eric Anholt2011-06-144-32/+18
* intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt2011-06-145-4/+14