summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers3-17/+31
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-10st/mesa: fix renderbuffer validation bugBrian Paul1-0/+6
2012-08-10st/mesa: fix glCopyTexSubImage crashBrian Paul1-1/+9
2012-08-09intel: Always downsample in intel_miptree_map_multisampleChad Versace1-3/+0
2012-08-09i965/gen6+: Add support for edge flags.Eric Anholt3-6/+51
2012-08-09i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt1-0/+10
2012-08-09i965/vs: Add comment noting copy_edgeflag state dependency.Eric Anholt1-0/+2
2012-08-09i965/vs: Add support for copying user edge flags.Eric Anholt1-2/+11
2012-08-09i965/fs: Fix the FS inputs setup when some SF outputs aren't used in the FS.Olivier Galibert2-2/+25
2012-08-08st/mesa: Initialize tgsi_texture_offset Padding field.Vinson Lee1-0/+1
2012-08-08intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli2-4/+9
2012-08-08i965: Rework the extra flushes surrounding occlusion queries.Kenneth Graunke1-7/+4
2012-08-08i965/vs: Protect pow(x,y) MOV of y on gen4 from other instruction flags.Eric Anholt1-0/+4
2012-08-08i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt8-44/+6
2012-08-08i965: Make brw_set_saturate() use stdbool.Eric Anholt2-3/+3
2012-08-08mesa: In conditional rendering fallback, check the query status.Eric Anholt1-0/+2
2012-08-08mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt1-0/+13
2012-08-08i965: Use 64-bit writes for occlusion queries.Kenneth Graunke1-2/+3
2012-08-08i965: Refactor depth count write PIPE_CONTROLs into a helper function.Kenneth Graunke1-68/+43
2012-08-08i965: Emit a CS stall before timestamp writes.Kenneth Graunke1-0/+14