summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Move hardware limits to brw_device_info.Kenneth Graunke2013-10-133-83/+117
* i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke2013-10-134-62/+22
* i965: Delete the INTEL_SEPARATE_STENCIL override.Kenneth Graunke2013-10-131-27/+0
* i965: Add a new brw_device_info structure.Kenneth Graunke2013-10-136-0/+150
* i965: Add the family name to the PCI ID table.Kenneth Graunke2013-10-133-95/+95
* i965: Remove #define name from PCI ID table.Kenneth Graunke2013-10-133-95/+95
* i965: Pull most driconf option handling into a centralized function.Kenneth Graunke2013-10-132-47/+61
* i965: Move a bunch of code from intelInitContext to brwCreateContext.Kenneth Graunke2013-10-132-50/+44
* i965: Update the comment about viewport hacks.Kenneth Graunke2013-10-131-1/+7
* i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.Kenneth Graunke2013-10-135-128/+200
* i965: Rename brwCreateContext's error parameter to dri_ctx_error.Kenneth Graunke2013-10-131-3/+3
* dri: Move i965-specific context flag logic to dri common.Eric Anholt2013-10-132-8/+9
* i915g: Fix assertStephane Marchesin2013-10-121-1/+1
* mesa: Bump version to 10.0.0.Paul Berry2013-10-123-9/+9
* mesa: Remove warning that geometry shader support is experimental.Paul Berry2013-10-121-6/+0
* i965: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7.Paul Berry2013-10-122-2/+4
* radeon/llvm: show LLVM disassembly when availableJay Cornwall2013-10-123-1/+9
* softpipe: fix seamless cube filteringRoland Scheidegger2013-10-121-48/+151
* llvmpipe: increase fs shader variant instruction cache limit by factor 4Roland Scheidegger2013-10-121-2/+2
* mesa: Do not use newlocale on NetBSD.Vinson Lee2013-10-111-1/+2
* svga: s/0/FALSE/Brian Paul2013-10-111-2/+2
* mesa: add comment to clarify ctx->Driver.MapBufferRange() return valueBrian Paul2013-10-111-1/+2
* st/mesa: whitespace fixes in st_cb_bufferobjects.cBrian Paul2013-10-111-13/+13
* vbo: assorted minor clean-upsBrian Paul2013-10-114-14/+14
* glsl: fix signed/unsigned comparison warningBrian Paul2013-10-111-1/+1
* wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg2013-10-111-1/+2
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-116-15/+35
* glapi: Do not use backtrace on NetBSD.Vinson Lee2013-10-111-1/+1
* glsl: Remove extraneous .dir-locals.elIan Romanick2013-10-111-3/+0
* r600g: fix crash in set_framebuffer_stateGrigori Goronzy2013-10-112-12/+26
* mesa: Allow external textures to use fallback (0, 0, 0, 1)Topi Pohjolainen2013-10-111-0/+1
* doxygen: Add i965 to list of modules in html headerChad Versace2013-10-101-1/+2
* i965: extend fast texture uploadFrank Henigman2013-10-101-69/+402
* haiku: Fix llvmpipe and clean up softpipe tracingAlexander von Gluck IV2013-10-104-8/+6
* haiku: Remove common directory search pathAlexander von Gluck IV2013-10-101-2/+0
* dri: Reference the global driver vtable once at screen init..Eric Anholt2013-10-102-14/+23
* i965: Clean up error handling for context creation.Eric Anholt2013-10-104-34/+8
* intel: Remove silly check for !bufmgr.Eric Anholt2013-10-102-12/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-1016-233/+125
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-107-393/+62
* dri: Add an explanatory comment for an important driver entrypoint.Eric Anholt2013-10-101-0/+7
* dri: Remove dead comment.Eric Anholt2013-10-101-4/+0
* i965/fs: Convert gen7 to using GRFs for texture messages.Eric Anholt2013-10-109-109/+170
* i965/fs: Allocate more register classes on gen7.Eric Anholt2013-10-102-18/+30
* i965/fs: Use per-channel interference for register_coalesce_2().Eric Anholt2013-10-103-23/+26
* i965/fs: Use the new per-channel live ranges for dead code elimination.Eric Anholt2013-10-102-3/+16
* i965/fs: Keep a copy of the live variables class around.Eric Anholt2013-10-103-12/+17
* i965/fs: Invalidate live intervals when compacting; don't fix them.Kenneth Graunke2013-10-101-4/+1
* i965/fs: Remove start/end aliases in compute_live_intervals().Kenneth Graunke2013-10-101-8/+6
* i965/fs: Track live variable ranges on a per-channel level.Eric Anholt2013-10-102-74/+85