summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-26gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz5-12/+67
2012-08-25i965: Don't set iz_lookup the FS precompile's program key on Gen6+.Kenneth Graunke1-7/+10
2012-08-25i965/fs: Fix INTEL_DEBUG=perf program key printing.Kenneth Graunke1-18/+18
2012-08-25mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke4-2/+19
2012-08-25i965: Use linker-assigned sampler IDs in instruction encoding.Kenneth Graunke5-35/+74
2012-08-25i965: Add a "sampler state index" parameter to update_sampler_state().Kenneth Graunke3-14/+15
2012-08-25i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke3-20/+31
2012-08-25i965/vs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke1-5/+5
2012-08-25i965/fs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke1-14/+14
2012-08-25i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().Kenneth Graunke2-15/+9
2012-08-25i965: Set SWIZZLE_NOOP for unused texture units in the program keys.Kenneth Graunke1-3/+2
2012-08-25i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke2-8/+0
2012-08-25i965: Fix brw_link_shader to return false rather than NULL.Kenneth Graunke1-1/+1
2012-08-24mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...Ian Romanick2-10/+6
2012-08-24mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapperIan Romanick2-4/+9
2012-08-24mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapperIan Romanick2-11/+18
2012-08-24mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapperIan Romanick2-36/+8
2012-08-24mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick2-15/+6
2012-08-24mesa/es: Remove redundant vertex pointer size validationIan Romanick1-6/+0
2012-08-24mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick2-7/+2
2012-08-24mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick2-16/+6
2012-08-24mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick2-13/+6
2012-08-24mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick2-5/+2
2012-08-24mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick2-14/+8
2012-08-24mesa/es: Remove redundant vertex attrib pointer type validationIan Romanick1-22/+0
2012-08-24mesa/es: Remove redundant vertex attrib pointer size validationIan Romanick1-7/+0
2012-08-24mesa/es: Disallow BGRA vertex arrays in ES or ES2 contextsIan Romanick1-0/+5
2012-08-24mesa: Rearrange array type checking, filter more types in ESIan Romanick1-9/+25
2012-08-24mesa: Refactor element type checking into its own functionIan Romanick1-23/+25
2012-08-24wgl: update some commentsBrian Paul2-2/+2
2012-08-24st/mesa: don't do (generic) compression of 1D or 1D_ARRAY texturesBrian Paul1-1/+11
2012-08-24mesa: add generic compressed -> uncompressed format helperBrian Paul2-0/+42
2012-08-24mesa: don't try (generic) compression of 1D and 1D_ARRAY texturesBrian Paul1-12/+26
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul13-18/+29
2012-08-24xlib: remove texture compression hackeryBrian Paul3-29/+0
2012-08-24st/mesa: clean up use of 'target' variable in st_context_teximage()Brian Paul1-3/+3
2012-08-24automake: convert vgapiMatt Turner5-100/+73
2012-08-24build: Check for bison-generated file before bailing because of no bisonMatt Turner1-1/+1
2012-08-24Move _mesa_dl* functions into dlopen.h and inline themMatt Turner4-122/+75
2012-08-24mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCETapani Pälli3-7/+10
2012-08-24build: Only add links to .so files if we're building themMatt Turner3-0/+6
2012-08-24build: Add libOSMesa.so.$(VERSION) link to libdirMatt Turner1-0/+1
2012-08-24build: Replace OSMESA_VERSION with generic VERSION_NUMBERMatt Turner2-4/+5
2012-08-24build: Order AC_CONFIG_FILES listMatt Turner1-21/+21
2012-08-24build: Only build libmesa.la when neededMatt Turner2-4/+10
2012-08-24build: Remove duplicate DRI automake conditionalsMatt Turner2-5/+2
2012-08-24build: Remove GLU_DIRSMatt Turner4-5/+1
2012-08-24build: Only generate dispatch assembly code that will be builtMatt Turner1-4/+12
2012-08-24i965: don't clear resolve map when doing fast depth clears.Paul Berry1-4/+2
2012-08-24i965/HiZ: remove assertion from intel_resolve_map_set().Paul Berry1-3/+3