summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* libdricore: Remove dead C(XX)FLAGS_NOVISIBILITYMatt Turner2012-10-011-5/+2
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-011-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-011-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-011-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-011-1/+2
* build: Turn on visibility CFLAGS for core mesaMatt Turner2012-10-011-2/+2
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-1/+5
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-017-5/+33
* st/mesa: implement decompress_with_blit using gallium blitMarek Olšák2012-09-301-47/+23
* st/mesa: implement BlitFramebuffer using gallium blitMarek Olšák2012-09-302-181/+149
* mesa: add fall-through comment, just to be clearBrian Paul2012-09-291-0/+1
* mesa: remove useless GLenum castsBrian Paul2012-09-291-2/+2
* mesa: add const qualifier in check_for_ending() to silence warningBrian Paul2012-09-291-1/+1
* i965: Complain about variable index lowering when INTEL_DEBUG=perf.Kenneth Graunke2012-09-291-2/+8
* i965: Dump linked shaders on MESA_GLSL=dump.Kenneth Graunke2012-09-291-0/+9
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-09-291-2/+11
* scons: Disable build of assembly sources on Cygwin.Vinson Lee2012-09-281-1/+1
* mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen2012-09-283-20/+69
* i965: brwInitVtbl needs to know the chipset generationIan Romanick2012-09-282-0/+6
* i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+0
* i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+2
* intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick2012-09-281-1/+3
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-09-281-1/+1
* main/version: add "(Core Profile) to version string for core profilesJordan Justen2012-09-281-2/+4
* mesa/tests: Sanity check the ES2 dispatch tableIan Romanick2012-09-283-1/+313
* mesa/main: Make no-op dispatch function publicIan Romanick2012-09-282-3/+5
* mesa/tests: Move stub function to a separate fileIan Romanick2012-09-283-13/+49
* mesa: Don't set uniform dispatch pointers for many things in ES2 or coreIan Romanick2012-09-283-36/+39
* mesa: Don't set shaderapi dispatch pointers for many things in ES2 or coreIan Romanick2012-09-284-22/+35
* mesa: Don't set vtxfmt dispatch pointers for many things in ES2 or coreIan Romanick2012-09-281-53/+73
* mesa: Don't set loopback dispatch pointers for most things in ES2 or coreIan Romanick2012-09-284-219/+228
* mesa: Pass GL context to _mesa_create_save_tableIan Romanick2012-09-283-3/+3
* mesa: Don't set dispatch pointer for glTexStorage in ES2Ian Romanick2012-09-281-4/+6
* mesa: Don't set dispatch pointer for glGetProgramivARB in ES2Ian Romanick2012-09-281-1/+1
* mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2Ian Romanick2012-09-281-4/+8
* mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2Ian Romanick2012-09-281-2/+8
* mesa: Don't set dispatch pointer for glGetBufferSubData in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointer for glGetDoublev in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointer for glPointSize in ES2Ian Romanick2012-09-281-3/+1
* mesa: Set dispatch pointer for glShaderBinaryIan Romanick2012-09-281-0/+1
* intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace2012-09-281-0/+2
* mesa: Fix typo in error message.Vinson Lee2012-09-271-1/+1
* meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke2012-09-271-4/+8
* intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace2012-09-271-6/+6
* i965: Remove stale comment about rebuilding tnl_program.Eric Anholt2012-09-271-7/+0