summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-07i965: add more Haswell PCI IDsPaulo Zanoni2-4/+98
2012-08-07softpipe: fix loop limit for tex_cache[] arrayBrian Paul1-1/+1
2012-08-06st/mesa: Fix a potential memory leak in get_mesa_program.Vinson Lee1-1/+2
2012-08-06gallivm: Add constructor for raw_debug_ostream.Vinson Lee1-0/+4
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick6-38/+9
2012-08-06egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick1-6/+5
2012-08-06egl_dri2: Remove swrast version >= 2 checksIan Romanick1-27/+11
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-06r600g: atomize sampler state v2Jerome Glisse7-452/+262
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-06llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul1-68/+56
2012-08-06llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul8-42/+41
2012-08-06softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul1-112/+54
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul6-121/+99
2012-08-06softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul5-91/+60
2012-08-04mesa: Fix off-by-one error in Parse_TextureImageId.Vinson Lee1-1/+1
2012-08-04util: Move dereference after null check in util_resource_copy_region.Vinson Lee1-3/+3
2012-08-04i915g: silence a const pointer warningBrian Paul1-1/+1
2012-08-04radeonsi: fix build failure after blitter changesMarek Olšák1-1/+1
2012-08-04r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák5-130/+175
2012-08-04r600g: precompute depth buffer state in pipe_surface and reuse itMarek Olšák3-77/+92
2012-08-04r600g: simplify create_surfaceMarek Olšák1-20/+8
2012-08-04r600g: drop the old texture allocation codeMarek Olšák7-691/+233
2012-08-04r600g: make sure copying of all texture formats is acceleratedMarek Olšák2-52/+54
2012-08-04gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák4-37/+77
2012-08-04r600g: don't decompress depth or stencil if there isn't anyMarek Olšák4-9/+17
2012-08-04r600g: correct texture memory size for Z32F_S8X24 on evergreenMarek Olšák1-7/+16
2012-08-04gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák4-15/+5
2012-08-04gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák3-14/+17
2012-08-04gallium: define PIPE_MASK_RGBAZSMarek Olšák1-0/+1
2012-08-04gallium/u_blitter: minor cleanupMarek Olšák2-8/+8
2012-08-04gallium/tgsi: fixup texture name stringsMarek Olšák1-4/+4
2012-08-04gallium/u_blitter: set sample mask to ~0Marek Olšák2-0/+20
2012-08-04gallium/u_blit: bail out if src is a multisample textureMarek Olšák1-0/+6
2012-08-04gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák1-1/+2
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák5-2/+26
2012-08-04r600g: fix F2U opcode translationDave Airlie1-1/+1
2012-08-03draw: Ensure channel in convert_to_soa is initialized.Vinson Lee1-1/+1
2012-08-03u_blitter: Move a pointer dereference after null check.Vinson Lee1-2/+3
2012-08-03Use C99 NAN and INFINITY macrosMatt Turner1-10/+3
2012-08-03gallium/tests/trivial: updates for CSO interface changesBrian Paul1-2/+2