aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Don't advertise extensions that are part of GL 1.2 in a core contextIan Romanick2012-08-131-10/+10
* mesa: Don't advertise deprecated extensions in a core contextIan Romanick2012-08-131-49/+49
* build: Fix libdricore out-of-tree builds (v2)Christopher James Halse Rogers2012-08-131-1/+10
* build/mapi: More killing of TOP in favour of top_srcdirChristopher James Halse Rogers2012-08-132-7/+11
* build/glsl: fix location of generated files.Christopher James Halse Rogers2012-08-133-15/+8
* build/glapi: fix includes for generated filesChristopher James Halse Rogers2012-08-131-0/+1
* build: fix out of tree generation of glapi_mapi_tmp.hChristopher James Halse Rogers2012-08-131-1/+1
* build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers2012-08-131-0/+2
* build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers2012-08-134-17/+35
* intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2012-08-122-1/+15
* intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke2012-08-121-3/+3
* i965: Add perf debug for stalls during shader compiles.Eric Anholt2012-08-124-2/+45
* i965: Add performance debug for when the state cache gets nuked.Eric Anholt2012-08-121-1/+4
* i965: Add performance debug for shader recompiles.Eric Anholt2012-08-126-0/+103
* i965: Add performance debug for fast clear fallbacks.Eric Anholt2012-08-121-1/+9
* intel: Add performance debug for some common GPU stalls.Eric Anholt2012-08-123-1/+19
* i965: Add performance debug for register spilling.Eric Anholt2012-08-122-0/+8
* i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.Eric Anholt2012-08-123-2/+11
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-127-10/+11
* meta: texture rectangle textures may not have mipmapsPauli Nieminen2012-08-121-2/+4
* meta: Use sampler object for mipmap generationPauli Nieminen2012-08-121-25/+27
* mesa/samplerobj: Avoid crash in sampler query if texture unit is disabledPauli Nieminen2012-08-121-1/+3
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-126-20/+4
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-129-56/+29
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-129-88/+33
* configure: Check xcb version when X11 pkgconfig existsTom Stellard2012-08-121-0/+1
* gbm: Fix build without gallium_drm_loaderChí-Thanh Christopher Nguyễn2012-08-121-0/+2
* radeonsi: move drawing into new state handlingChristian König2012-08-114-103/+72
* radeonsi: move sync handling into new state handlerChristian König2012-08-1110-172/+100
* radeonsi: separate and disable streamout for nowChristian König2012-08-1110-241/+301
* radeonsi: remove ps_partial_flushChristian König2012-08-114-28/+1
* radeonsi: remove r6xx_flush_and_inv atomChristian König2012-08-112-9/+0
* radeonsi: move init state to new state handlingChristian König2012-08-115-22/+6
* radeonsi: add support for PKT3 cmds to new state handlingChristian König2012-08-112-9/+30
* radeonsi: cleanup shader headersChristian König2012-08-116-40/+97
* Revert "mesa: Remove C++11 narrowing warnings"Chad Versace2012-08-101-3/+0
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-08-101-2/+4
* cso: rearrange some structure fields for consistencyBrian Paul2012-08-101-2/+3
* st/mesa: fix renderbuffer validation bugBrian Paul2012-08-101-0/+6
* mesa: Remove C++11 narrowing warningsChad Versace2012-08-101-0/+3
* gallivm: fix crash in lp_sampler_static_state()Brian Paul2012-08-101-4/+3
* st/mesa: fix glCopyTexSubImage crashBrian Paul2012-08-101-1/+9