summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-2/+0
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen3-11/+6
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen3-60/+17
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-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-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
2012-08-08i965: Use 64-bit writes for timestamp queries.Kenneth Graunke1-2/+3
2012-08-08i965: Refactor timestamp write PIPE_CONTROLs into a helper function.Kenneth Graunke1-50/+30
2012-08-08intel: Make the length for PIPE_CONTROL explicit.Kenneth Graunke4-20/+20
2012-08-08swrast: add missing switch case for API_OPENGL_COREBrian Paul1-0/+2
2012-08-07i965: Enable uniform buffer objects on gen6+.Eric Anholt1-0/+1
2012-08-07i965/vs: Add support for loading uniform buffer variables as pull constants.Eric Anholt2-2/+55
2012-08-07i965/fs: Add support for loading uniform buffer variables as pull constants.Eric Anholt3-1/+50
2012-08-07i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.Eric Anholt3-10/+17
2012-08-07i965/fs: Communicate the pull constant block read parameters through fs_regs.Eric Anholt3-6/+20
2012-08-07i965: Bind UBOs as surfaces like we do for pull constants.Eric Anholt6-3/+110
2012-08-07i965: Add an offset argument to constant buffer setup.Eric Anholt5-6/+11
2012-08-07glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt3-0/+13
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt4-12/+4
2012-08-07intel: Fix compiler warnings from winsys msaa.Eric Anholt2-3/+1
2012-08-07intel: Advertise multisample DRI2 configs on gen >= 6Chad Versace1-3/+51
2012-08-07intel: Clarify intel_screen_make_configsChad Versace1-20/+16
2012-08-07dri: Simplify use of driConcatConfigsChad Versace4-14/+9