summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick2011-10-073-5/+8
* mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick2011-10-072-4/+7
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-072-4/+0
* i965: make swizzle_for_size() return unsignedBrian Paul2011-10-071-2/+2
* i965: make size_swizzles[] static constBrian Paul2011-10-071-1/+1
* i965: silence unused var warnings in non-debug buildsBrian Paul2011-10-072-0/+2
* intel: silence uninitialized var warningBrian Paul2011-10-071-1/+1
* r300: fix incompatible pointer type warningsBrian Paul2011-10-072-2/+2
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-067-68/+56
* i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry2011-10-064-13/+16
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-0613-25/+32
* i965: Move ClipPlanesEnabled state to VS cache key.Paul Berry2011-10-063-1/+9
* i965: Rearrange VS cache key struct.Paul Berry2011-10-061-1/+11
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-0611-21/+14
* meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.Kenneth Graunke2011-10-061-1/+2
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-053-11/+18
* i965 Gen6: Implement gl_ClipVertex.Paul Berry2011-10-055-8/+66
* r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.Paul Berry2011-10-043-3/+0
* mesa: Remove ARB_draw_buffers extension enable flagIan Romanick2011-10-042-2/+0
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* Remove remnants of legacy glide supportGuillem Jover2011-10-043-44/+0
* nouveau: remove unused code, unused varBrian Paul2011-10-031-29/+0
* i915: don't include texstore.hBrian Paul2011-10-031-1/+0
* i965: remove unneeded includes of texstore.hBrian Paul2011-10-033-3/+0
* i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt2011-10-039-5/+43
* intel: Add a safety check for mapping 1D texture arrays.Eric Anholt2011-10-031-0/+4
* intel: Add debug output to intel_map_texture_image.Eric Anholt2011-10-031-1/+7
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-038-35/+80
* i965: Refactor out the cube map setup for general texture array setup.Eric Anholt2011-10-031-29/+37
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-036-193/+106
* intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt2011-10-033-113/+65
* intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.Eric Anholt2011-10-032-54/+21
* intel: Rely on Mesa core for glTexImage storage.Eric Anholt2011-10-031-52/+4
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-033-1/+9
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-033-1/+50
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-033-88/+2
* i965: Stop lowering integer division to multiply and reciprocal.Kenneth Graunke2011-10-021-1/+0
* i965: Reverse the operands for INT DIV prior to Gen6.Kenneth Graunke2011-10-022-4/+30
* i965/vs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-023-4/+24
* i965/fs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-027-4/+32
* i965: Set the signed/unsigned type bit in Gen4/5 math messages.Kenneth Graunke2011-10-021-1/+1
* i965: Fix message and response length calculations for INT DIV.Kenneth Graunke2011-10-021-10/+28
* i965: Fix assertions about register types for INT DIV in brw_math.Kenneth Graunke2011-10-021-4/+11
* i965: Make sure to upload the data for a collection of Stride == 0 arrays.Eric Anholt2011-10-011-1/+18
* i965/vs: Fix swizzle related assertionIan Romanick2011-10-011-1/+2
* r600: include version.h for _mesa_override_glsl_version() prototypeBrian Paul2011-10-011-0/+1
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* i965: Assign instead of compare inside assertChris Wilson2011-09-301-1/+1
* i965/gen6: Fix assign instead of compare in assertChris Wilson2011-09-301-1/+1
* mesa: Remove unused tnl items from dd_functionsChad Versace2011-09-301-2/+0