summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-14build: Fix gtest out-of-tree buildMatt Turner1-2/+2
2012-08-14build: Fix out-of-tree generation of api_exec_es{1,2}.cMatt Turner1-2/+2
2012-08-14build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRSMatt Turner1-0/+1
2012-08-14build/sources.mak: Remove unused GLSL_LIBSMatt Turner1-6/+0
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick11-88/+18
2012-08-14radeon/llvm: Inline immediate offset when lowering implicit parametersTom Stellard1-4/+8
2012-08-14radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32Tom Stellard2-12/+19
2012-08-14scons: Populate top_srcdir and top_builddir variables when reading Makefiles....José Fonseca2-1/+8
2012-08-13mesa: Use GLdouble for depthMax in final unpack conversions.Kenneth Graunke1-1/+1
2012-08-13i965: Fix the scaling of seconds to ms in perf debug.Eric Anholt2-2/+2
2012-08-13i965: Validate API and version in brwCreateContextIan Romanick3-5/+46
2012-08-13i915: Validate API and version in i915CreateContextIan Romanick3-1/+40
2012-08-13i830: Validate API and version before calling i830CreateContextIan Romanick1-0/+18
2012-08-13intel: In the i915 driver, the chipset cannot be i965Ian Romanick1-8/+5
2012-08-13dri: Pass API_OPENGL_CORE through to the driversIan Romanick6-20/+100
2012-08-13mesa: Filter a bunch more functions based on APIIan Romanick1-89/+116
2012-08-13mesa: Don't advertise extensions that are part of GL 1.5 in a core contextIan Romanick1-3/+3
2012-08-13mesa: Don't advertise extensions that are part of GL 1.4 in a core contextIan Romanick1-12/+12
2012-08-13mesa: Don't advertise extensions that are part of GL 1.3 in a core contextIan Romanick1-6/+6
2012-08-13mesa: Don't advertise extensions that are part of GL 1.2 in a core contextIan Romanick1-10/+10
2012-08-13mesa: Don't advertise deprecated extensions in a core contextIan Romanick1-49/+49
2012-08-13build: Fix libdricore out-of-tree builds (v2)Christopher James Halse Rogers1-1/+10
2012-08-13build/mapi: More killing of TOP in favour of top_srcdirChristopher James Halse Rogers2-7/+11
2012-08-13build/glsl: fix location of generated files.Christopher James Halse Rogers3-15/+8
2012-08-13build/glapi: fix includes for generated filesChristopher James Halse Rogers1-0/+1
2012-08-13build: fix out of tree generation of glapi_mapi_tmp.hChristopher James Halse Rogers1-1/+1
2012-08-13build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers1-0/+2
2012-08-13build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers4-17/+35
2012-08-12intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2-1/+15
2012-08-12intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke1-3/+3
2012-08-12i965: Add perf debug for stalls during shader compiles.Eric Anholt4-2/+45
2012-08-12i965: Add performance debug for when the state cache gets nuked.Eric Anholt1-1/+4
2012-08-12i965: Add performance debug for shader recompiles.Eric Anholt6-0/+103
2012-08-12i965: Add performance debug for fast clear fallbacks.Eric Anholt1-1/+9
2012-08-12intel: Add performance debug for some common GPU stalls.Eric Anholt3-1/+19
2012-08-12i965: Add performance debug for register spilling.Eric Anholt2-0/+8
2012-08-12i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.Eric Anholt3-2/+11
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt7-10/+11
2012-08-12meta: texture rectangle textures may not have mipmapsPauli Nieminen1-2/+4
2012-08-12meta: Use sampler object for mipmap generationPauli Nieminen1-25/+27
2012-08-12mesa/samplerobj: Avoid crash in sampler query if texture unit is disabledPauli Nieminen1-1/+3
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen6-20/+4
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen9-56/+29
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen9-88/+33
2012-08-12configure: Check xcb version when X11 pkgconfig existsTom Stellard1-0/+1
2012-08-12gbm: Fix build without gallium_drm_loaderChí-Thanh Christopher Nguyễn1-0/+2
2012-08-11radeonsi: move drawing into new state handlingChristian König4-103/+72
2012-08-11radeonsi: move sync handling into new state handlerChristian König10-172/+100
2012-08-11radeonsi: separate and disable streamout for nowChristian König10-241/+301
2012-08-11radeonsi: remove ps_partial_flushChristian König4-28/+1