summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-287-16/+3
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-285-6/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-2810-31/+16
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-289-11/+1
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-2814-29/+7
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-2813-33/+10
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-2813-35/+12
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-286-21/+0
* mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick2013-06-282-51/+0
* mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick2013-06-281-3/+2
* mesa: Remove _mesa_enable_._._extensions functionsIan Romanick2013-06-282-87/+0
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-10/+1
* i965: Merge the two GEN >= 6 extension enable blocksIan Romanick2013-06-281-7/+6
* i965: Move GEN >= 4 extensions into the "always on" listIan Romanick2013-06-281-43/+35
* i965: Move GEN >= 3 extensions into the "always on" listIan Romanick2013-06-281-17/+16
* i915: Remove GEN >= 4 extension supportIan Romanick2013-06-281-76/+3
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-283-702/+732
* mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat2013-06-281-4/+2
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-281-4/+0
* mesa: Remove GL_EXT_clip_volume_hintIan Romanick2013-06-274-16/+0
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-272-0/+4
* mesa: move declarations before codeBrian Paul2013-06-271-2/+3
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-2667-11392/+11367
* i915: Fork the shared code from i965.Eric Anholt2013-06-2643-25/+14731
* i915: Remove dead symlink.Eric Anholt2013-06-261-1/+0
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2013-06-262-2/+2
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-262-3/+3
* i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke2013-06-261-163/+166
* i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke2013-06-261-14/+5
* i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke2013-06-261-2/+16
* st/mesa: add casts to silence MSVC warningsBrian Paul2013-06-265-8/+8
* st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul2013-06-261-1/+1
* i915: Drop dead batch dumping code.Eric Anholt2013-06-263-860/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-265-15/+0
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-262-13/+7
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-263-4/+0
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-263-20/+1
* i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt2013-06-261-1/+1
* intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt2013-06-261-33/+39
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-263-0/+39
* ra: Fix register spilling.Eric Anholt2013-06-261-5/+39
* i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt2013-06-261-1/+2
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0