summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* st/mesa: use base level size as "guess" when availableNicolai Hähnle2016-06-101-6/+27
* mesa: Wrap extensions.h declarations with extern "C".Jose Fonseca2016-06-101-0/+8
* st/mesa: fix type confusion with reladdrsIlia Mirkin2016-06-091-5/+5
* i965/gen9: Don't change halign and valign to fit in fast copy blitAnuj Phogat2016-06-091-4/+2
* mesa: Add a helper function for shared code in get_tex_rgba_{un}compressedAnuj Phogat2016-06-091-45/+38
* mesa: Let compute shaders work in compatibility profilesSamuel Pitoiset2016-06-091-1/+1
* i965: Emit surface states for extra planes prior to gen8Jason Ekstrand2016-06-082-0/+18
* glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.Dave Airlie2016-06-092-3/+3
* st/glsl_to_tgsi: move to checking 64-bitness instead of doubleDave Airlie2016-06-091-16/+14
* st/glsl_to_tgsi: use enum glsl_base_type instead of unsignedDave Airlie2016-06-091-12/+12
* mesa: use new 64-bit checks instead of explicit double checks.Dave Airlie2016-06-092-5/+5
* st/mesa: try not to compile compute shader on the first useMarek Olšák2016-06-081-0/+1
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-085-53/+48
* st/mesa: use buffer usage history to set dirty flags for revalidationIlia Mirkin2016-06-071-2/+13
* i965: Integrate precise trig into configuration infrastructureGurchetan Singh2016-06-074-2/+10
* st/mesa: revalidate image atoms when a texture is updatedIlia Mirkin2016-06-071-6/+6
* i965/gen8: fix cull distance emission for tessellation shaders.Dave Airlie2016-06-071-3/+5
* st/mesa: expose GL_ARB_shader_group_vote when supported by backendIlia Mirkin2016-06-062-4/+11
* mesa: hook up core bits of GL_ARB_shader_group_voteIlia Mirkin2016-06-065-0/+14
* st/mesa: change SQRT lowering to fix the game RisenMarek Olšák2016-06-061-7/+9
* mesa/program_resource: return -1 for index if no location.Dave Airlie2016-06-071-3/+16
* st/mesa: fix resource leak in try_pbo_readpixelsNicolai Hähnle2016-06-061-1/+1
* st/mesa: check shader image format support before using PBO downloadIlia Mirkin2016-06-061-0/+6
* i965/gs/scalar: Fix load input for doublesSamuel Iglesias Gonsálvez2016-06-061-18/+54
* i965/fs: fix offset when loading double vector input varyingsSamuel Iglesias Gonsálvez2016-06-061-1/+21
* i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyingsSamuel Iglesias Gonsálvez2016-06-061-1/+12
* i965: don't use NumLayers for 3D textures.Dave Airlie2016-06-061-1/+1
* mesa: Try to unbreak the MSVC build.Kenneth Graunke2016-06-052-0/+8
* mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.Kenneth Graunke2016-06-053-0/+77
* mesa: Get rid of _mesa_active_fragment_shader_has_side_effectsJason Ekstrand2016-06-031-18/+0
* i965/ps_state: Use wm_prog_data.has_side_effectsJason Ekstrand2016-06-032-9/+6
* i965/fs Add a wm_prog_data bit for has_side_effectsJason Ekstrand2016-06-032-0/+15
* Revert "i965/fs: Allow scalar source regions on SNB math instructions."Francisco Jerez2016-06-033-7/+14
* i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).Francisco Jerez2016-06-031-0/+12
* mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES commentAlejandro Piñeiro2016-06-031-0/+3
* mesa/get: return correct value for layer provoking vertex.Dave Airlie2016-06-031-1/+1
* isl: add support for Android libmesa_isl static libraryMauro Rossi2016-06-021-1/+2
* i965: Add _NEW_POINT to a couple of comments.Kenneth Graunke2016-06-023-3/+3
* i965/fs: Reindent emit_zip().Francisco Jerez2016-06-021-14/+14
* i965/fs: Skip SIMD lowering destination zipping if possible.Francisco Jerez2016-06-021-0/+55
* blorp: Fix 16x multisample scaled blitsAnuj Phogat2016-06-021-7/+10
* meta: Fix indentation in shader codeAnuj Phogat2016-06-021-2/+2
* mesa/copyimage: report INVALID_VALUE for missing cube faceDave Airlie2016-06-031-1/+1
* mesa/copyimage: fix num samples check to handle renderbuffers.Dave Airlie2016-06-031-4/+7
* i965: Add missing types to type_sz().Matt Turner2016-06-021-1/+5
* mesa/extensions: Fix ES1 extension reportingNanley Chery2016-06-021-2/+2
* mesa/formatquery: add a comment to clarify INTERNALFORMAT_PREFERREDAlejandro Piñeiro2016-06-021-1/+4
* i965/formatquery: remove INTERNALFORMAT_PREFERRED implementationAlejandro Piñeiro2016-06-021-71/+0
* i965/eu: use simd8 when exec_size != EXECUTE_16Alejandro Piñeiro2016-06-021-2/+2