summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove fake W-tiled render target supportJason Ekstrand2016-06-223-47/+9
* i965/fs: Use a default Y coordinate of 0 for TXF on gen9+Jason Ekstrand2016-06-221-0/+2
* i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCHJason Ekstrand2016-06-221-2/+2
* i965/blorp/gen8: Use the correct max level and layer in emit_surface_statesJason Ekstrand2016-06-221-3/+2
* i965: Drop the maximum 3D texture size to 512 on Sandy BridgeJason Ekstrand2016-06-221-1/+10
* i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctlyJason Ekstrand2016-06-221-1/+3
* i965/gen4: Pull texture formats from the texture object not the miptreeJason Ekstrand2016-06-221-1/+1
* i965: Fix point size with tessellation/geometry shaders in GLES.Kenneth Graunke2016-06-224-9/+59
* .mailmap: fix my main addressMarek Olšák2016-06-221-1/+1
* i965: move vs outputs written into a helperTimothy Arceri2016-06-222-31/+47
* st/mesa: use a single memcpy in st_ReadPixels when possibleNicolai Hähnle2016-06-221-8/+15
* glsl: only match gl_FragData and not gl_SecondaryFragDataEXTIlia Mirkin2016-06-211-2/+5
* nv50,nvc0: fix start_instance in manual push pathIlia Mirkin2016-06-212-10/+22
* translate: fix start_instance parameter in sse versionIlia Mirkin2016-06-211-7/+7
* anv/cmd: Dirty descriptor sets when a new pipeline is boundJason Ekstrand2016-06-211-0/+6
* anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.cJason Ekstrand2016-06-213-46/+42
* anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.cJason Ekstrand2016-06-214-50/+50
* spirv: Use the system value version of gl_FrontFaceJason Ekstrand2016-06-211-2/+2
* i965: Reorganize prog_data->total_scratch code a bit.Kenneth Graunke2016-06-211-16/+19
* radeonsi: add a debug flag for unsafe math LLVM optimizationsMarek Olšák2016-06-213-0/+18
* radeonsi: use u_blitter for mipmap generationMarek Olšák2016-06-212-1/+32
* gallium/u_blitter: implement mipmap generationMarek Olšák2016-06-212-114/+238
* st/mesa: cache staging texture for glReadPixelsNicolai Hähnle2016-06-214-14/+110
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-2112-0/+17
* st/mesa: add readpix_cache structureNicolai Hähnle2016-06-213-0/+22
* st/mesa: move ReadPixels blit into a separate functionNicolai Hähnle2016-06-211-52/+78
* st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle2016-06-211-0/+3
* st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2016-06-212-0/+12
* st/mesa: flush bitmap cache before compute dispatchNicolai Hähnle2016-06-211-0/+3
* i965: get PrimitiveMode from the program rather than the shader structTimothy Arceri2016-06-211-3/+2
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* i965: Fix multiplication of immediates on Cherryview/Broxton.Kenneth Graunke2016-06-201-1/+4
* anv: Add proper support for depth clampingJason Ekstrand2016-06-208-10/+22
* anv/cmd_buffer: Split emit_viewport in twoJason Ekstrand2016-06-203-13/+30
* anv/cmd_buffer: Set depth/stencil extent based on the imageJason Ekstrand2016-06-201-5/+5
* anv/cmd_buffer: Don't crash if push constants are provided for missing stagesJason Ekstrand2016-06-201-1/+1
* anv/pipeline: Do invariance propagation on SPIR-V shadersJason Ekstrand2016-06-201-0/+3
* nir/alu_to_scalar: Respect the exact ALU operation qualifierJason Ekstrand2016-06-201-0/+2
* nir: Add a pass for propagating invariant decorationsJason Ekstrand2016-06-203-0/+199
* nir/algebraic: Remove imprecise flog2 optimizationsJason Ekstrand2016-06-201-2/+0
* i965: Delete redundant extension enablesIan Romanick2016-06-201-9/+0
* mesa: Fix incorrect "see also" commentsIan Romanick2016-06-202-2/+2
* mesa: Silence unused parameter warningIan Romanick2016-06-201-1/+1
* gallium: make image_view constRob Clark2016-06-207-10/+10
* gallium: make constant_buffer constRob Clark2016-06-2021-24/+23
* gallium: make shader_buffers constRob Clark2016-06-206-9/+9
* radeonsi: use trapezoid distribution for tess on Fiji and PolarisNicolai Hähnle2016-06-202-8/+24
* radeonsi/sid: add Fiji+ tesselation distribution modeNicolai Hähnle2016-06-201-3/+7
* radeonsi: emit PA_SC_RASTER_CONFIG_1 only onceNicolai Hähnle2016-06-201-16/+17
* radeonsi: fix calculation of valid RB mask per SENicolai Hähnle2016-06-201-4/+9