summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-07mesa: Add support for glUniformBlockBinding() in display lists.Eric Anholt1-0/+27
2012-08-07mesa: Unbind uniform buffer bindings on glDeleteBuffers().Eric Anholt1-0/+7
2012-08-07mesa: Default to GL 3.1's limits on uniform blocks.Eric Anholt1-11/+15
2012-08-07ir_to_mesa: Don't whack the ->location field of uniform block variables.Eric Anholt1-1/+1
2012-08-07mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.Eric Anholt1-12/+25
2012-08-07glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt5-0/+21
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt15-58/+53
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
2012-08-07intel: Refactor creation of DRI2 configsChad Versace1-91/+98
2012-08-07intel: Downsample on DRI2 flushChad Versace1-0/+31
2012-08-07intel: Support mapping multisample miptreesChad Versace2-6/+126
2012-08-07intel: Refactor use of intel_miptree_mapChad Versace1-15/+50
2012-08-07intel: Refactor intel_miptree_map/unmapChad Versace1-17/+50
2012-08-07i965: Mark needed downsamples for msaa winsys buffersChad Versace4-6/+29
2012-08-07intel: Define functions for up/downsampling on miptreesChad Versace1-2/+72
2012-08-07i965: Add function brw_blorp_blit_miptreesChad Versace2-4/+37
2012-08-07intel: Allocate miptree for multisample DRI2 buffersChad Versace3-8/+162
2012-08-07intel: Refactor creation of hiz and mcs miptreesChad Versace2-16/+19
2012-08-07intel: Set num samples for winsys renderbuffersChad Versace3-11/+21
2012-08-07intel: Refactor quantize_num_samplesChad Versace2-3/+7
2012-08-07intel: Update stale comment for intel_miptree_slice::mapChad Versace1-2/+2
2012-08-07i965: add more Haswell PCI IDsPaulo Zanoni2-4/+98
2012-08-06st/mesa: Fix a potential memory leak in get_mesa_program.Vinson Lee1-1/+2
2012-08-06dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick1-6/+17
2012-08-06i965: Allocate dummy slots for point sprites before computing VUE map.Kenneth Graunke1-2/+2
2012-08-06i965/vs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke1-17/+42
2012-08-06i965/fs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke2-70/+71
2012-08-06i965/fs: Factor out texcoord setup into a helper function.Kenneth Graunke2-11/+28
2012-08-06i965/fs: Move message header and texture offset setup to generate_tex().Kenneth Graunke3-21/+27
2012-08-06st/mesa: merge fragment/vertex sampler update codeBrian Paul1-56/+50
2012-08-06st/mesa: massage update_vertex_samplers() codeBrian Paul1-16/+20
2012-08-06st/mesa: merge fragment/vertex texture update codeBrian Paul1-58/+42
2012-08-06st/mesa: massage the update_vertex_textures() codeBrian Paul1-4/+14
2012-08-06st/mesa: rename some vertex/fragment state fields for better consistencyBrian Paul5-25/+34
2012-08-04mesa: Fix off-by-one error in Parse_TextureImageId.Vinson Lee1-1/+1
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák1-1/+3