summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden7-5/+33
2012-09-30st/mesa: implement decompress_with_blit using gallium blitMarek Olšák1-47/+23
2012-09-30st/mesa: implement BlitFramebuffer using gallium blitMarek Olšák2-181/+149
2012-09-29mesa: add fall-through comment, just to be clearBrian Paul1-0/+1
2012-09-29mesa: remove useless GLenum castsBrian Paul1-2/+2
2012-09-29mesa: add const qualifier in check_for_ending() to silence warningBrian Paul1-1/+1
2012-09-29i965: Complain about variable index lowering when INTEL_DEBUG=perf.Kenneth Graunke1-2/+8
2012-09-29i965: Dump linked shaders on MESA_GLSL=dump.Kenneth Graunke1-0/+9
2012-09-29intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat1-2/+11
2012-09-28scons: Disable build of assembly sources on Cygwin.Vinson Lee1-1/+1
2012-09-28mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen3-20/+69
2012-09-28i965: brwInitVtbl needs to know the chipset generationIan Romanick2-0/+6
2012-09-28i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick1-3/+0
2012-09-28i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick1-3/+2
2012-09-28intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick1-1/+3
2012-09-28dri_util: Use calloc to allocate __DRIcontextIan Romanick1-1/+1
2012-09-28main/version: add "(Core Profile) to version string for core profilesJordan Justen1-2/+4
2012-09-28mesa/tests: Sanity check the ES2 dispatch tableIan Romanick3-1/+313
2012-09-28mesa/main: Make no-op dispatch function publicIan Romanick2-3/+5
2012-09-28mesa/tests: Move stub function to a separate fileIan Romanick3-13/+49
2012-09-28mesa: Don't set uniform dispatch pointers for many things in ES2 or coreIan Romanick3-36/+39
2012-09-28mesa: Don't set shaderapi dispatch pointers for many things in ES2 or coreIan Romanick4-22/+35
2012-09-28mesa: Don't set vtxfmt dispatch pointers for many things in ES2 or coreIan Romanick1-53/+73
2012-09-28mesa: Don't set loopback dispatch pointers for most things in ES2 or coreIan Romanick4-219/+228
2012-09-28mesa: Pass GL context to _mesa_create_save_tableIan Romanick3-3/+3
2012-09-28mesa: Don't set dispatch pointer for glTexStorage in ES2Ian Romanick1-4/+6
2012-09-28mesa: Don't set dispatch pointer for glGetProgramivARB in ES2Ian Romanick1-1/+1
2012-09-28mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2Ian Romanick1-1/+3
2012-09-28mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2Ian Romanick1-4/+8
2012-09-28mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2Ian Romanick1-2/+8
2012-09-28mesa: Don't set dispatch pointer for glGetBufferSubData in ES2Ian Romanick1-1/+3
2012-09-28mesa: Don't set dispatch pointer for glGetDoublev in ES2Ian Romanick1-1/+3
2012-09-28mesa: Don't set dispatch pointer for glPointSize in ES2Ian Romanick1-3/+1
2012-09-28mesa: Set dispatch pointer for glShaderBinaryIan Romanick1-0/+1
2012-09-28intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace1-0/+2
2012-09-27mesa: Fix typo in error message.Vinson Lee1-1/+1
2012-09-27meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke1-4/+8
2012-09-27intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace1-6/+6
2012-09-27i965: Remove stale comment about rebuilding tnl_program.Eric Anholt1-7/+0
2012-09-27i965: Add a comment explaining one of the brw_draw_upload.c loops.Eric Anholt1-0/+4
2012-09-27i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt1-50/+2
2012-09-27intel: Remove dead intel_format_to_rb_datatype.Eric Anholt2-52/+0
2012-09-27intel: Mark some file-local code as static.Eric Anholt9-18/+9
2012-09-27i965: Mark brw_disasm.c tables as static const.Eric Anholt1-56/+44
2012-09-27i965: Use visibility cflags on the driver code.Eric Anholt1-0/+1
2012-09-27i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.Eric Anholt1-86/+0
2012-09-27i965/vp: Remove support for relative addressing of destination registers.Eric Anholt1-83/+7
2012-09-27i965/vp: Remove support for reading destination registers.Eric Anholt2-64/+4
2012-09-27i965/vp: Remove support for GLSL flow control from the old VS backend.Eric Anholt1-83/+0
2012-09-27intel: Fix segfault in intel_texsubimage_tiled_memcpyChad Versace1-2/+1