summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.Kenneth Graunke2012-08-172-1/+130
* mesa: Split out part of glGetTexLevelParameter into a helper function.Kenneth Graunke2012-08-171-42/+52
* mesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_levels(). [v2]Kenneth Graunke2012-08-171-0/+1
* mesa: Add explicit target checking to GetTexLevelParameter[if]v().Kenneth Graunke2012-08-171-3/+38
* mesa: Add explicit target checking to Get[Compressed]TexImage().Kenneth Graunke2012-08-171-10/+35
* build: Remove -shared from OSMesa's LDFLAGSMatt Turner2012-08-161-1/+1
* mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul2012-08-161-0/+2
* st/mesa: add support for GS textures and samplersBrian Paul2012-08-164-11/+39
* st/mesa: combine vertex/fragment sampler state in arraysBrian Paul2012-08-165-33/+26
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* st/mesa: silence signed/unsigned comparison warningBrian Paul2012-08-161-2/+2
* st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider2012-08-161-1/+1
* mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()Brian Paul2012-08-161-1/+1
* meta: remove unused variableBrian Paul2012-08-161-1/+1
* st/mesa: don't clamp fragment color with integer colorbufferMarek Olšák2012-08-154-6/+11
* mesa: flush vertices in test_framebuffer_completenessMarek Olšák2012-08-151-0/+3
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-142-0/+2
* meta: allow CopyTexSubImage on integer formatsJordan Justen2012-08-141-6/+10
* mesa ReadPixels: handle signed/unsigned integer clampingJordan Justen2012-08-141-3/+10
* mesa pack: handle packed integer formats with clampingJordan Justen2012-08-141-10/+619
* 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
* dri_util: Compare against the correct API enumsIan Romanick2012-08-141-2/+2
* mesa: Enable GL_ARB_invalidate_subdataIan Romanick2012-08-141-0/+1
* 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
* mesa/es3: Add _mesa_is_gles3 predicateIan Romanick2012-08-141-0/+10
* intel: Implement ARB_texture_storageIan Romanick2012-08-142-0/+27
* 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 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-149-76/+16
* 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