summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-075-0/+21
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-0715-58/+53
* intel: Fix compiler warnings from winsys msaa.Eric Anholt2012-08-072-3/+1
* intel: Advertise multisample DRI2 configs on gen >= 6Chad Versace2012-08-071-3/+51
* intel: Clarify intel_screen_make_configsChad Versace2012-08-071-20/+16
* dri: Simplify use of driConcatConfigsChad Versace2012-08-074-14/+9
* intel: Refactor creation of DRI2 configsChad Versace2012-08-071-91/+98
* intel: Downsample on DRI2 flushChad Versace2012-08-071-0/+31
* intel: Support mapping multisample miptreesChad Versace2012-08-072-6/+126
* intel: Refactor use of intel_miptree_mapChad Versace2012-08-071-15/+50
* intel: Refactor intel_miptree_map/unmapChad Versace2012-08-071-17/+50
* i965: Mark needed downsamples for msaa winsys buffersChad Versace2012-08-074-6/+29
* intel: Define functions for up/downsampling on miptreesChad Versace2012-08-071-2/+72
* i965: Add function brw_blorp_blit_miptreesChad Versace2012-08-072-4/+37
* intel: Allocate miptree for multisample DRI2 buffersChad Versace2012-08-073-8/+162
* intel: Refactor creation of hiz and mcs miptreesChad Versace2012-08-072-16/+19
* intel: Set num samples for winsys renderbuffersChad Versace2012-08-073-11/+21
* intel: Refactor quantize_num_samplesChad Versace2012-08-072-3/+7
* intel: Update stale comment for intel_miptree_slice::mapChad Versace2012-08-071-2/+2
* i965: add more Haswell PCI IDsPaulo Zanoni2012-08-072-4/+98
* st/mesa: Fix a potential memory leak in get_mesa_program.Vinson Lee2012-08-061-1/+2
* dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick2012-08-061-6/+17
* i965: Allocate dummy slots for point sprites before computing VUE map.Kenneth Graunke2012-08-061-2/+2
* i965/vs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke2012-08-061-17/+42
* i965/fs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke2012-08-062-70/+71
* i965/fs: Factor out texcoord setup into a helper function.Kenneth Graunke2012-08-062-11/+28
* i965/fs: Move message header and texture offset setup to generate_tex().Kenneth Graunke2012-08-063-21/+27
* st/mesa: merge fragment/vertex sampler update codeBrian Paul2012-08-061-56/+50
* st/mesa: massage update_vertex_samplers() codeBrian Paul2012-08-061-16/+20
* st/mesa: merge fragment/vertex texture update codeBrian Paul2012-08-061-58/+42
* st/mesa: massage the update_vertex_textures() codeBrian Paul2012-08-061-4/+14
* st/mesa: rename some vertex/fragment state fields for better consistencyBrian Paul2012-08-065-25/+34
* mesa: Fix off-by-one error in Parse_TextureImageId.Vinson Lee2012-08-041-1/+1
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-041-1/+3
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-034-26/+29
* st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee2012-08-021-1/+1
* mesa: fix default_access_mode() result for ES2Brian Paul2012-08-021-1/+1
* mesa: default_access_mode() returns a GLbitfield, not GLenumBrian Paul2012-08-021-1/+1
* meta: Use sampler object in framebuffer blitPauli Nieminen2012-08-011-17/+14
* meta: Add sampler object to texture decompressionPauli Nieminen2012-08-011-20/+24
* mesa: Allow meta module to call sampler functionsPauli Nieminen2012-08-012-4/+15
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-0111-361/+449
* mesa: Make ARB_sampler_objects mandatoryPauli Nieminen2012-08-016-11/+3
* mesa/program: Use sampler object state if presentPauli Nieminen2012-08-011-1/+4
* mesa/ff_shader: Fix sampler state readingPauli Nieminen2012-08-011-1/+4
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-0110-39/+67
* radeon: Fix printf format not to warn in 64bitPauli Nieminen2012-08-011-2/+2
* nouveau: Add support for ARB_sampler_objectsPauli Nieminen2012-08-014-31/+46
* mesa/samplerobj: Support EXT_texture_sRGB_decodePauli Nieminen2012-08-011-0/+55
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-0112-21/+18