summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add texture gather changesMaxence Le Dore2013-10-036-0/+21
* i965: fix bogus swizzle in brw_cubemap_normalizeChris Forbes2013-10-031-4/+6
* i965: compute DDX in a subspan based only on top rowChia-I Wu2013-10-027-8/+49
* i965/blorp: Use passed in framebuffer rather than ctx->DrawBufferChris Forbes2013-10-021-4/+4
* st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965: Switch vec4_live_variables to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965: Switch fs_live_variables to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965: Switch fs_inst to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965: Switch ip_record to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965: Initialize all member variables of cfg_t on construction.Francisco Jerez2013-10-012-1/+2
* i965: Initialize all member variables of bblock_t on construction.Francisco Jerez2013-10-012-2/+3
* i965: Initialize all member variables of vec4_instruction on construction.Francisco Jerez2013-10-012-1/+16
* mesa: Fix misplaced includes of "main/uniforms.h".Francisco Jerez2013-10-015-5/+4
* i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GSPaul Berry2013-10-011-3/+4
* mesa: check for bufSize > 0 in _mesa_GetSynciv()Brian Paul2013-10-011-1/+1
* mesa: minor fix-ups for _mesa_validate_sync()Brian Paul2013-10-012-4/+13
* mesa: add missing error checks in _mesa_GetObject[Ptr]Label()Brian Paul2013-10-011-0/+12
* mesa: use caller string in error message in get_label_pointer()Brian Paul2013-10-011-1/+1
* mesa: asst. clean-ups in copy_label()Brian Paul2013-10-011-10/+27
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-016-19/+0
* i915: Fix memory leak in do_blit_readpixels.Vinson Lee2013-09-301-0/+1
* i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt2013-09-301-1/+2
* mesa: Remove all traces of GL_OES_matrix_getIan Romanick2013-09-303-12/+0
* i965/blorp: retype destination register for texture SEND instruction to UW.Paul Berry2013-09-301-1/+1
* i965: Add a real native TexStorage path.Eric Anholt2013-09-301-0/+63
* i965: Add missing license to intel_tex_validate.c.Eric Anholt2013-09-301-0/+23
* i965: Always allocate validated miptrees from level 0.Eric Anholt2013-09-301-6/+5
* i965: Don't relayout a texture just for baselevel changes.Eric Anholt2013-09-302-24/+39
* i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.Eric Anholt2013-09-301-1/+2
* i965: Stop allocating miptrees with first_level != 0.Eric Anholt2013-09-301-17/+6
* i965: Drop a special case for guessing small miptree levels.Eric Anholt2013-09-301-43/+30
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-304-19/+12
* i965: Always look up from the object's mt when setting up texturing state.Eric Anholt2013-09-302-5/+2
* st/mesa: fix comment typoBrian Paul2013-09-301-1/+1
* st/mesa: fix GLSL mix(.., .., bvecN)Marek Olšák2013-09-291-1/+8
* mesa: Include stdint.h in mtypes.h for uint32_t symbol.Vinson Lee2013-09-261-0/+2
* i965/fs: Don't double-accept operands of logical and/or/xor operations.Kenneth Graunke2013-09-261-7/+4
* i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.Kenneth Graunke2013-09-261-0/+2
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-266-0/+420
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-269-0/+822
* mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke2013-09-266-14/+10
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-268-47/+1
* i965: Fix cube array coordinate normalizationChris Forbes2013-09-261-5/+11
* glsl: Remove unused pointer value.Vinson Lee2013-09-241-1/+1
* mesa: remove handcounted magic numberDylan Noblesmith2013-09-241-13/+20
* mesa: remove outdated commentDylan Noblesmith2013-09-241-1/+0
* mesa: remove stale commentDylan Noblesmith2013-09-241-2/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-237-7/+12
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-2/+14