aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa unpack: call _mesa_problem when unpack function is not availableJordan Justen2012-08-141-0/+5
* mesa texstore: handle signed/unsigned integer clampingJordan Justen2012-08-141-20/+75
* mesa GetTexImage: handle signed/unsigned integer clampingJordan Justen2012-08-141-4/+12
* mesa pack: handle uint and int clamping properlyJordan Justen2012-08-144-14/+112
* intel: Fix rendering to a multisample front bufferChad Versace2012-08-141-0/+10
* intel: Clean up intel_flush_frontChad Versace2012-08-141-4/+5
* intel: Refactor intel_downsample_for_dri2_flushChad Versace2012-08-143-30/+34
* docs: Add EGL extensions to release notesIan Romanick2012-08-141-0/+5
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-142-1/+8
* dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0Ian Romanick2012-08-141-2/+2
* egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2012-08-142-6/+62
* egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick2012-08-143-0/+29
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-144-5/+217
* egl_dri2: Silence warnings about missing initializersIan Romanick2012-08-141-2/+2
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-143-7/+9
* egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick2012-08-141-1/+17
* egl_dri2: Require DRI2 version 2Ian Romanick2012-08-141-22/+5
* dri_util: Compare against the correct API enumsIan Romanick2012-08-141-2/+2
* mesa: Enable GL_ARB_invalidate_subdataIan Romanick2012-08-142-0/+3
* mesa: Add skeleton implementations of glInvalidateTex{Sub,}ImageIan Romanick2012-08-143-0/+225
* mesa: Add skeleton implementations of glInvalidateBuffer{Sub,}DataIan Romanick2012-08-141-0/+97
* mesa/es: Pass context to _mesa_init_bufferobj_dispatchIan Romanick2012-08-143-5/+9
* mesa: Add skeleton implementations of glInvalidate{Sub,}FramebufferIan Romanick2012-08-143-0/+154
* glapi: Add GL_ARB_invalidate_subdataIan Romanick2012-08-142-0/+50
* mesa/es3: Add _mesa_is_gles3 predicateIan Romanick2012-08-141-0/+10
* intel: Implement ARB_texture_storageIan Romanick2012-08-142-0/+27
* mesa: update glext.h to version 83Ian Romanick2012-08-141-26/+1013
* build: Use MKDIR_P in src/mesa/Makefile.amMatt Turner2012-08-141-2/+2
* build: Use AM_V_GEN in src/mesa/Makefile.amMatt Turner2012-08-141-4/+4
* build: Fix autogen.sh to allow out-of-tree buildsMatt Turner2012-08-141-8/+2
* build: Fix out-of-tree generation of builtin_function.cppMatt Turner2012-08-141-2/+2
* build: Fix gtest out-of-tree buildMatt Turner2012-08-141-2/+2
* build: Fix out-of-tree generation of api_exec_es{1,2}.cMatt Turner2012-08-141-2/+2
* build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRSMatt Turner2012-08-141-0/+1
* build/sources.mak: Remove unused GLSL_LIBSMatt Turner2012-08-141-6/+0
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-1411-88/+18
* radeon/llvm: Inline immediate offset when lowering implicit parametersTom Stellard2012-08-141-4/+8
* radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32Tom Stellard2012-08-142-12/+19
* scons: Populate top_srcdir and top_builddir variables when reading Makefiles....José Fonseca2012-08-142-1/+8
* mesa: Use GLdouble for depthMax in final unpack conversions.Kenneth Graunke2012-08-131-1/+1
* i965: Fix the scaling of seconds to ms in perf debug.Eric Anholt2012-08-132-2/+2
* i965: Validate API and version in brwCreateContextIan Romanick2012-08-133-5/+46
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-133-1/+40
* i830: Validate API and version before calling i830CreateContextIan Romanick2012-08-131-0/+18
* intel: In the i915 driver, the chipset cannot be i965Ian Romanick2012-08-131-8/+5
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-136-20/+100
* mesa: Filter a bunch more functions based on APIIan Romanick2012-08-131-89/+116
* mesa: Don't advertise extensions that are part of GL 1.5 in a core contextIan Romanick2012-08-131-3/+3
* mesa: Don't advertise extensions that are part of GL 1.4 in a core contextIan Romanick2012-08-131-12/+12
* mesa: Don't advertise extensions that are part of GL 1.3 in a core contextIan Romanick2012-08-131-6/+6